How the hell do you use multiple NOT values with rlm_checkval and sql??
Alan DeKok
aland at nitros9.org
Thu Jun 1 21:52:09 CEST 2006
Mike Jakubik <mikej at rogers.com> wrote:
> If there is a way to accomplish this outside of SQL, im quite open to
> suggestions. As long as i can refer to the groups which are in SQL.
> Basically, i need to be able to restrict certain user groups from
> dialing certain numbers.
Use rlm_passwd to map many dial-in numbers to one dial-in group.
Then, do:
DEFAULT SQL-Group == "foo", Dial-in-group == "bar", Auth-Type := Reject
And repeat for the combinations of SQL groups & dial-in groups.
Alan DeKok.
More information about the Freeradius-Users
mailing list