Hi,
In radiusd.conf you can instantiate modules multiple times and give each
instance a different name. eg
modules {
unix {
...
}
unix wireless {
....
}
}
authenticate {
wireless
}
But in the users file, you cannot set Auth-Type := wireless.
So what I have is
authenticate {
authtype wireless {
wireless
}
}
Which does the trick. Should the first setup work and I'm just not
configuring it correctly? ISTM it should b/c if you specify unix it's
somewhat unclear which instance you're getting (well, I imagine you are
getting the one without any instance name).
/fc
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html