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.