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 _______________________________________________ Help-gnu-radius mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-radius
