Hi

I have problem with password encryption in mysql database:
-----------------------------
*If i have in database:

1       t...@realm      User-Password   :=      test

I get Access Accept.
-----------------------------

-----------------------------
*When i have:
2       te...@realm     Crypt-Password  :=      test123

Then i get:

[mschapv2] +- entering group MS-CHAP {...}
[mschap] No Cleartext-Password configured.  Cannot create LM-Password.
[mschap] No Cleartext-Password configured.  Cannot create NT-Password.
[mschap] Told to do MS-CHAPv2 for te...@realm with NT-Password
[mschap] FAILED: No NT/LM-Password.  Cannot perform authentication.
[mschap] FAILED: MS-CHAP2-Response is incorrect
++[mschap] returns reject
-----------------------------

-----------------------------
in my sql.conf i have:

       # Read driver-specific configuration
        $INCLUDE sql/${database}/dialup.conf
        password_header = "{CRYPT}"
        auto_header = yes
        password_attribute = userPassword
-----------------------------

Please help me with those crypted passwords.

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

Reply via email to