point ldap client to multiple ldap servers with ldapclient command
To initialize an ldap cleint I use the following syntax:
ldapclient init -a profileName=default -a domainName=mydomain.org 10.10.10.10
I searched the manuals but cannot find how to point a client to multiple ldap servers so that if the first one is down, a second or third ldap server may be contacted to authenticate the user. Anybody know how to accomplish this ?
0