Kenneth Grady <[EMAIL PROTECTED]> wrote: > I find it difficult to get things authorized (Autz-type) because an > entry that is not in LDAP does not get rejected.
So... edit radiusd.conf to change the default behaviour. See
doc/configurable_failover.
In something like this should work:
authorize {
...
ldap {
notfound = return
}
...
}
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

