freeradius + pap + md5 (or encrypt) problem
Hello, I have 1.1.3 server version. I would like to be able to store encrypted passwords on my computer, but i can't. I've read about everything dealing with this problem, but still i cannot manage to succeed. In my users file i have DEFAULT Auth-Type := PAP Fall-Through = Yes gogo User-Password := "my_encrypted_password_using_md5" .... Here i've tried also with Crypt-Password, but it doesn't work either. Still i have in the debugs: Auth: rlm_pap: Attribute "Password" is required for authentication. Cannot use "CHAP-Password". Why is rlm_pap receiving an CHAP-Password argument, i don't understand, i have disabled all chap options in the radiusd.conf. Here i have my radiusd.conf: http://bozadjiev.free.fr/files/radiusd.conf and users file: http://bozadjiev.free.fr/files/users Thank you for the time you'll spend reading, regards. ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/
On Thu 17 May 2007, vik wrote:
Hello,
I have 1.1.3 server version.
Please update to 1.1.6
I would like to be able to store encrypted passwords on my computer, but i can't. I've read about everything dealing with this problem, but still i cannot manage to succeed.
In my users file i have
DEFAULT Auth-Type := PAP Fall-Through = Yes
This bit is not necessary..
gogo User-Password := "my_encrypted_password_using_md5" ....
Here i've tried also with Crypt-Password, but it doesn't work either.
You do need to use Crypt-Password...
Still i have in the debugs: Auth: rlm_pap: Attribute "Password" is required for authentication. Cannot use "CHAP-Password".
Why is rlm_pap receiving an CHAP-Password argument, i don't understand, i have disabled all chap options in the radiusd.conf.
Because your users are sending you CHAP passwords. If you don't support them, tell your users to send use PAP instead.. -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
participants (2)
-
Peter Nixon -
vik