4 May
2012
4 May
'12
9:44 a.m.
Hi Jeff, On 04.05.2012 14:30, jeff donovan wrote:
how can i search and alternate LDAP server for user credentials ? If the first LDAP search fails try the next server in line.
Just mention only this ldap server in authenticate section: authenticate { Auth-Type LDAP { ldap1 # the ldap server which has the credentials } } That's it. Only the ldap servers you have mentioned in authorize section will be queried for group memberships. Greetz, Tobias