Upgrading from 1.x to 2.1.8

Martin Moens Moens at carrier2carrier.com
Mon Apr 26 17:08:22 CEST 2010


> > ++[sql] returns ok
> > 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!!!!!!!!!!!!!!
> > !!
> > !!!    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.
> > !!!
> > 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!!!!!!!!!!!!!!
> > !!
> > WARNING: Please update your configuration, and remove 
> 'Auth-Type = Local'
> > WARNING: Use the PAP or CHAP modules instead.
> > User-Password in the request is correct.
> > "
> > 
> > I did a search on 'User-Password', but it is not in my config files.
> > Same for 'Auth-Type = Local'
> > I am not using PAP or CHAP at all.
> > 
> > How serious are above complaints?
> 
> quit - they are functions/methods that are to be 
> deprecated...so eventually your
> system wont work at all... if you send us a complete radiusd 
> -X then we can say where
> you are using them... my quick guess would be that you have 
> set these values in your
> SQL tables...  usually something like  user op value... 
> whoich would be eg
> 
> user1 == User-Password  or such.  so please change that so 
> the Op is   :=
> and the value check is Cleartext-Password
> 
> likewise...Auth-Type = Local is a massive override of program 
> logic. rarely
> do you need it....the daemon can work out the right type with 
> eg the pap module
> (which should be active and listede last in the authoize 
> section if memory
> serves correctly)
> 
> alan

Thanks Alan,
You're right - User-Password is an op value in my SQL tables, I'll change
that and re-test.
(And have a further search on where we are using 'Auth-Type = Local' as well)

Martin




More information about the Freeradius-Users mailing list