JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
Hi, I am using FreeRADIUS 2.1.8 and JRadius 1.0.0 in my machine. When I send the Access-Request, it gives me the error No authenticate method (Auth-Type) configuration found for the request: Rejecting the user. Please help me. Did I missed any configuration? In sites-available/default file, I

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan DeKok
Karuna G. Kumar wrote: Hi, I am using FreeRADIUS 2.1.8 and JRadius 1.0.0 in my machine. When I send the Access-Request, it gives me the error No authenticate method (Auth-Type) configuration found for the request: Rejecting the user. Please help me. Did I missed any configuration? You

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
I am trying to authorize / authenticate the user from a JRadius handler. I want to validate the user name and password both from our application's data repository using EJB calls. Hence, I don't want to look in to users file at all. Do I need to still enable PAP for it? Please let me know if I

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan DeKok
Karuna G. Kumar wrote: I am trying to authorize / authenticate the user from a JRadius handler. I want to validate the user name and password both from our application's data repository using EJB calls. Hence, I don't want to look in to users file at all. Do I need to still enable PAP for

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
Hi, Now I got some improvement than before I guess. Now, I am getting the error like... [pap] login attempt with password testing [pap] Using CRYPT encryption. [pap] Passwords don't match I am passing the Clear text password to FreeRADIUS. but, why is this failing ? Please help me. Logs:

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan Buxey
Hi, [pap] login attempt with password testing [pap] Using CRYPT encryption. yes, crypt...which means ++[unix] returns updated ..tht you have a matching entry in /etc/passwd - hence CRYPT alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
I used different user name (karun) and password (karunkarun) also. But the result is same. I am using Ubuntu. Very new to this OS. Can you please explain me little more about what's going wrong here ? Found Auth-Type = PAP +- entering group PAP {...} [pap] login attempt with password

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan Buxey
Hi, I used different user name (karun) and password (karunkarun) also. But the result is same. do you have karun in the /etc/passwd file? from the logs you do alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
Yes. As you said, I found 'karun' in /etc/passwd file. Now, I used different credentials and it's working fine. I am able to do PAP authentication now. Thanks alot. Thanks alot to Alan DeKok too for his valuable response. -Original Message- From: