AJ wrote:
> I would appreciate some pointers because I am just not getting it.
> 
>         redundant {
> 
>         rhds_ldap
>                 notfound = 1
>                 ok = return

  You need brackets around everything:

        redundant {
                rhds_ldap {
                        notfound = 1
                        ok = return
                } #rdhs_ldap

                ...
        } # redundant

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to