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
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to