Help with multiple LDAP servers

Alan DeKok aland at deployingradius.com
Wed Sep 2 18:50:49 CEST 2009


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.



More information about the Freeradius-Users mailing list