Hello again =) How can i fix following warning errors? Thanks to all! =) 1. WARNING: Found User-Password == "...". WARNING: Are you sure you don't mean Cleartext-Password? WARNING: See "man rlm_pap" for more information. 2. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! 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. !!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 3. [sql] WARNING: Deprecated conditional expansion ":-". See "man unlang" for details
On Fri, 2009-12-11 at 14:57 +0400, Nadir Aliyev wrote:
Hello again =)
How can i fix following warning errors?
Thanks to all! =)
1.
WARNING: Found User-Password == "...". WARNING: Are you sure you don't mean Cleartext-Password? WARNING: See "man rlm_pap" for more information.
2. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! 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. !!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hi I only know the answer for the first two. You are using User-Password in your configs (or database) and you should be using Cleartext-Password instead. do grep -H in the config directory and find out where the user-password is used. Regards Paul
Hi,
Hello again =)
How can i fix following warning errors?
follow the advice in the error message?
Are you sure you don't mean Cleartext-Password? See "man rlm_pap" for more information.
ie change User-Password to Cleartext-Password and change the operator from == to be := you've got another issue you need to look at too...
[sql] WARNING: Deprecated conditional expansion ":-". See "man unlang" for details
check your SQL tables, somewhere possible group or groupreply? you've got an old version of syntax..... :- compare is deprecated in many places... man unlang (ie read the unlang documentation) to see how these comparisons should be written) it'd be interesting to note if this is a defailt install and you havent played with anything because in that case theres still a default SQL config in the SQL section that needs fixing before 2.1.8 release alan
participants (3)
-
Alan Buxey -
Nadir Aliyev -
Paul Ryszka