"Alex Moen" <[EMAIL PROTECTED]> wrote:
> I am script-transferring a copy of a users file using crypt-local
> auth types from a Cistron server to our freeradius server. I am
> getting an error, however, when trying to use radtest to test the
> freeradius server.
> rad_recv: Access-Request packet from host XXX.XXX.XXX.XXX, id=198,
> length=58
...
> modcall[authorize]: module "files" returns notfound for request 0
The user was NOT found in the "users" file.
> An example of a user entry is:
>
> DEFAULT Simultaneous-Use = 1
> Fall-Through = 1
>
> testuser Auth-Type = Crypt-Local, Password = "6tAb9rpg54X1q"
FreeRADIUS is a little more picky about operators than Cistron. See
the examples for details.
That should probably be:
DEFAULT Simultaneous-Use := 1
Fall-Through = 1
testuser Auth-Type := Crypt-Local, Password == "6tAb9rpg54X1q"
...
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html