Matthew Crocker <[EMAIL PROTECTED]> wrote:
> As a short term measure I would like to
> configure something like
>
>
> authentication {
>
> ldap {
> fail = 1
> }
>
> accept-everyone
> }
See the "always" module. You want to use "always OK"
e.g.
authenticate {
Auth-Type foo {
ldap {
fail = 1
}
ok
}
}
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

