Re: Freeradius+Java application api call and authenticate

2009-04-16 Thread sollunga
team howto disable nas-port, nas-port-type,nas-identifier, called-station-id, calling-station-id, i would like to use only username, user-password, nas-ip-address 2009-04-16 20:55:13,614 ERROR [net.jradius.log.BaseRadiusLog] - Problem: Request Missing: NAS-Port, NAS-Port-Type, NAS-Identifier, C

Re: Freeradius+Java application api call and authenticate

2009-04-12 Thread sollunga
sorry to bring it back i am bit confused, even though i have the username and password in simulator, still it gives me this error message ERROR [net.jradius.log.BaseRadiusLog] - Problem: Request Missing: User-Password CHAP-Password = [Binary Data (length=10)] NAS-IP-Address = 127.0.0.1 NAS-Po

Re: Freeradius+Java application api call and authenticate

2009-03-22 Thread sollunga
my apologies ivan tnt-4 wrote: > >>http://coova.org/wiki/index.php/JRadius/WithFreeRADIUS >>http://coova.org/wordpress/index.php/2007/04/07/integrating-radius-with-your-java-enterprise/ >> >>i can find only these two urls for documentation? anywhere else as a >>reference? >> > > Ask them, not

Re: Freeradius+Java application api call and authenticate

2009-03-20 Thread tnt
>http://coova.org/wiki/index.php/JRadius/WithFreeRADIUS >http://coova.org/wordpress/index.php/2007/04/07/integrating-radius-with-your-java-enterprise/ > >i can find only these two urls for documentation? anywhere else as a >reference? > Ask them, not us. Ivan Kalik Kalik Informatika ISP - List i

Re: Freeradius+Java application api call and authenticate

2009-03-20 Thread sollunga
http://coova.org/wiki/index.php/JRadius/WithFreeRADIUS http://coova.org/wordpress/index.php/2007/04/07/integrating-radius-with-your-java-enterprise/ i can find only these two urls for documentation? anywhere else as a reference? tnt-4 wrote: > >>finally i had some luck i guess, now the radiu

Re: Freeradius+Java application api call and authenticate

2009-03-20 Thread tnt
>finally i had some luck i guess, now the radius do authentication, but >jradius simulator say's timedout, could be ACS is not passing the >information to simulator i feel. though i am using ACS proxy distributin >table, still simulator is not getting the response back, any clues will be >greatly a

Re: Freeradius+Java application api call and authenticate

2009-03-20 Thread sollunga
finally i had some luck i guess, now the radius do authentication, but jradius simulator say's timedout, could be ACS is not passing the information to simulator i feel. though i am using ACS proxy distributin table, still simulator is not getting the response back, any clues will be greatly appre

Re: Freeradius+Java application api call and authenticate

2009-03-14 Thread sollunga
thanks ivan for the quick reply, will get back to you shortly sollunga wrote: > > i am using Cisco ACS for authenticating my vpn users, now i thought of > using two factor auth in place against the direct authentication by ACS, > on this process one of the googling guided me to try proxying th

Re: Freeradius+Java application api call and authenticate

2009-03-13 Thread tnt
>thanks Ivan Kalik will go thru the cisco documentation and get backto you, >meantime, still i am wondering howto post the information from freeradius to >java application, iam confused with jradius document. > Configuration file for jradius module is included in the source (src/modules/rlm_jrad

Re: Freeradius+Java application api call and authenticate

2009-03-13 Thread Sollunga S
rs mailing list Sent: Thursday, March 12, 2009 3:36:48 PM Subject: Re: Freeradius+Java application api call and authenticate >also i am going thru the documentation part of jradius to imply? can anyone >of you suggest me whether i am in right direction? > If you want to use Java that is

Re: Freeradius+Java application api call and authenticate

2009-03-12 Thread tnt
>also i am going thru the documentation part of jradius to imply? can anyone >of you suggest me whether i am in right direction? > If you want to use Java that is a good way. >> now by >> making the ACS to do proxying at network configuration, i can see the >> request Well, we don't. Post the de

Re: Freeradius+Java application api call and authenticate

2009-03-11 Thread sollunga
also i am going thru the documentation part of jradius to imply? can anyone of you suggest me whether i am in right direction? sollunga wrote: > > i am using Cisco ACS for authenticating my vpn users, now i thought of > using two factor auth in place against the direct authentication by ACS, >

Freeradius+Java application api call and authenticate

2009-03-11 Thread sollunga
i am using Cisco ACS for authenticating my vpn users, now i thought of using two factor auth in place against the direct authentication by ACS, on this process one of the googling guided me to try proxying the ACS to Freeradius and call some scripts to talk to the java application. now by making t