On Mon, 10 Jun 2002, Alexandre Strube wrote: > When set to clear text password on admin.conf the user_admin.php3 file can check > the password correctly! But I could never get this to work when using crypt on > general_encryption_method line... It always says "NO It is wrong", even when > the password is correct...
What OS are you using? The crypt function can get very tricky some times. > > Another thing worth of mention: when the line above is set to clear, it still set >the password > value on "Crypt-Password" record from radcheck table, which stops radius from >authenticating > the user ... It tries to find a crypted password, but what it finds is a cleartext >one... > > Of course when I changed this, I changed the password on radcheck table so the > user is always authenticating correctly... There is an sql_password_attribute configuration directive in conf/admin.conf. You could just change that. -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 10 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
