hi all, is it possible to have multiple ldap servers for lookup for redundancy purposes in a similar way below? ldap { server = ldap1.myorg.com, ldap2.myorg.com, ldap3.myorg.com login = "cn=admin,o=myorg,c=au" password = mypass } cheers Peter ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been virus scanned and although no viruses were detected by the system, St Vincents & Mater Health Sydney accepts no liability for any consequential damage resulting from email containing any computer viruses. **********************************************************************
Peter Param wrote:
hi all,
is it possible to have multiple ldap servers for lookup for redundancy purposes in a similar way below?
ldap { server = ldap1.myorg.com, ldap2.myorg.com, ldap3.myorg.com
You can do: ldap ldap1 { server = ldap1.... } ldap ldap2 { server = ldap2... } And see doc/configurable_failover for how to set up redundancy, load balancing, and failover. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Peter Param