Crypt-Password Problem
Gary.Blydenburgh at interactivedata.com
Gary.Blydenburgh at interactivedata.com
Fri Jul 14 18:36:57 CEST 2006
freeradius-users-bounces+gary.blydenburgh=interactivedata.com at lists.freeradius.org
wrote on 07/14/2006 01:44:11 AM:
> Gary.Blydenburgh at interactivedata.com wrote:
> > juser Auth-Type := Local, Crypt-Password == "H25nfgL4rCxBY"
>
> Use ":=", not "==". See "man users".
>
> "==" is a comparions. Because there's no Crypt-Password in the
> request, it will never match.
>
> Alan DeKok.
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
After much googling I found my problem.
juser Auth-Type := Local, Crypt-Password == "H25nfgL4rCxBY"
needed to be changed to
juser Auth-Type := Crypt-Local, Crypt-Password == "H25nfgL4rCxBY"
Once I made that change authentication was happening again.
I found it here -->
http://www.gnu.org/software/radius/manual/html_node/radius_225.html
Thank you to all the replied!!
More information about the Freeradius-Users
mailing list