On Wed, 9 Oct 2002, Nick Marino wrote:

> How do I get freeradius to use md5 instead of crypt?
> I have in my pap settings to use md5
> Encryption_scheme = md5
>
> But it still tries to use crypt..
> If I put a user in the database with an md5 encrypted password but it
> gets rejected at loging.
> But users with a crypt encrypted password log in fine.
>
> Any help would be greatly appreciated.

md5 encrypted passwords = crypt with the $1$ salt or truly md5 encrypted
passwords?

If you are using the former then you could try specifying crypt as the
encryption scheme. It will probable work ok. the md5 encryption scheme will not
work with salted md5 passwords like the ones generated by crypt().

If nothing of this works run the server in debug mode and check the output.

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]      National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to