upgrade broke the users file - being read only partially - FR1.1.7 to FR2.0.2

Alan DeKok aland at deployingradius.com
Thu Feb 21 08:47:28 CET 2008


Agent Smith wrote:
> user1 Auth-Type = Local, Cleartext-Password =
> "abc123", Huntgroup-Name == "fetch"

  This should be:

user1 Cleartext-Password := "abc123", Huntgroup-Name ...

  i.e. Don't set Auth-Type.

  This will work in 1.1.7, too.


> =========================================================
> huntgroups file
> ----------------
> fetch        Client-IP-Address == "10.9.3.29"

  Hmmm... the code supporting Client-IP-Address was changed a bit.  I
think that may need to be reverted to the way it worked in 1.1.7.

  If you change this to Packet-Src-IP-Address == 10.9.3.29, it should work.

> authenticate {
>         files

  I'm not sure why you have that there.

  You SHOULD have at least the "pap" module here, and as the last module
in the "authorize" section.

  Alan DeKok.



More information about the Freeradius-Users mailing list