Re: GNU radius using an existing db

Sergey Poznyakoff <[email protected]> Wed, 29 Jul 2009 11:11:59 +0300
Newsgroups gmane.comp.gnu.radius.general
Organization GNU.org.ua
Message-ID <[email protected]>
Jordi Prats <[email protected]> ha escrit:

> Should auth_query return some kind of hash instead of a plaintext
> password? How could I know what's going wrong?

Hola Jordi,

Apologies for not being able to reply earlier.

Handling of the password depends on the setting of Auth-Type attribute
in your users file. If its value is "Local", the password is treated as
plaintext. If it is "Crypt-Local", it is treated as a DES or MD5 hash
(recognized automatically). It also has lots of other values. Please,
see

 http://www.gnu.org/software/radius/manual/html_node/Authentication.html

for more details.

Regards,
Sergey