RE: Eumulate authentication by java

2004-10-29 Thread Galbayar Dorjgotov










Use jradiusclient





Galbayar Dorjgotov



Senior Software Engineer

Mobile Business Development Department

MobiCom Corp

http://www.mobicom.mn











From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of MaFai
Sent: 2004 
10 29 14:16
To: freeradius-users
Subject: Eumulate authentication
by java 






 
  
  
  
  
  
  
   




 
  
  
   


Dear freeradius-users:





Can we use the java program
to emulate the authentication?





We want to write some code
to post request to the radius server, and make an authentication with
this way? does it possible?





Any java api? or other
language API?





Best regards.




MaFai

[EMAIL PROTECTED]





2004-10-29


34955929







   
  
  
  
 





   
  
  
  
  
  
  
  
  
  
  
 
 
  
  
  
 









image001.gif

Free radius MySQL problem

2004-09-18 Thread Galbayar Dorjgotov








Dear all 

I have installed new FreeRadius version 1.0+MySQL and
configured rml_sql



RADIUS server running ok

while registering a user server throws error. Error message is



auth: No authenticate method (Auth-Type) configuration found
for the request: Rejecting the user

auth: Failed to validate the user.



How do I solve this problem?








(no subject)

2004-09-18 Thread Galbayar Dorjgotov








I have build freeradius with mysql, and it work. 

But when i test radtest ue_imeisv_check default 127.0.0.1
1812 testing123

server written detail file, but not write to radacct table
and written to radpostauth.



radius.conf accounting configuration



#

# Accounting. Log the accounting data.

#

accounting {

 #

 # Create a
'detail'ed log of the packets.

 # Note that
accounting requests which are proxied

 # are also
logged in the detail file.

 detail

# daily



 # Update
the wtmp file

 #

 # If you
don't use radlast, you can delete this line.

 unix



 #

 # For
Simultaneous-Use tracking.

 #

 # Due to
packet losses in the network, the data here

 # may be
incorrect. There is little we can do about it.

 radutmp

# sradutmp



 # Return an
address to the IP Pool when we see a stop record.

# main_pool



 #

 # Log
traffic to an SQL database.

 #

 # See
Accounting queries in sql.conf

 sql





 # Cisco
VoIP specific bulk accounting

# pgsql-voip



}