Redundant LDAP servers

Alan DeKok aland at deployingradius.com
Thu Nov 30 01:24:39 CET 2006


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



More information about the Freeradius-Users mailing list