diff options
author | randomdan <randomdan@localhost> | 2006-06-12 19:40:48 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2006-06-12 19:40:48 +0000 |
commit | a57c4b82913125cd57aae2dc6c1ff65d6ca20b49 (patch) | |
tree | 256cb7904f3cddbef29c3fa513e647c2a11d5890 | |
parent | Standard ldap.conf (diff) | |
download | config-a57c4b82913125cd57aae2dc6c1ff65d6ca20b49.tar.bz2 config-a57c4b82913125cd57aae2dc6c1ff65d6ca20b49.tar.xz config-a57c4b82913125cd57aae2dc6c1ff65d6ca20b49.zip |
Fail over in ldap.conf
-rw-r--r-- | etc/ldap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ldap.conf b/etc/ldap.conf index 60c816d..f4c9e21 100644 --- a/etc/ldap.conf +++ b/etc/ldap.conf @@ -1,5 +1,5 @@ base dc=random,dc=lan -uri ldap://auth.random.lan/ +uri ldap://auth1.random.lan/ ldap://auth2.random.lan/ scope one pam_password exop |