sql - Replacing User-Password in config items with Cleartext-Password
Alan DeKok
aland at deployingradius.com
Wed Jan 31 17:50:59 CET 2007
tzieleniewski wrote:
> I am using mysql module as the authorization module and I get the following warning:
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!! Replacing User-Password in config items with Cleartext-Password. !!!
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!! Please update your configuration so that the "known good" !!!
> !!! clear text password is in Cleartext-Password, and not in User-Password. !!!
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>
> How can I force sql module to put the password value taken from the database into the Cleartext-Password instead od User-Password??
Update the data in the SQL database? You have the string
"User-Password". Change it to "Cleartext-Password".
> And one more question but about digest module:
> Will it work if I will use a sql module in authorize section and then digest in the authentication??
Yes. You should list "digest" in the authorize section, too, as the
example config file shows.
Alan DeKok.
--
http://deployingradius.com - The web site of the book
http://deployingradius.com/blog/ - The blog
More information about the Freeradius-Users
mailing list