diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-30 00:11:34 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-30 00:11:34 +0000 |
commit | 8eff654e8f51fe6176acc310ef9aba173905006c (patch) | |
tree | 6168edf4d4f64a44ce805f8a465c0e8f570a2210 | |
parent | 6fe10d47c7620004496d7275facddefbc825e56d (diff) | |
download | puppet-8eff654e8f51fe6176acc310ef9aba173905006c.tar puppet-8eff654e8f51fe6176acc310ef9aba173905006c.tar.gz puppet-8eff654e8f51fe6176acc310ef9aba173905006c.tar.bz2 puppet-8eff654e8f51fe6176acc310ef9aba173905006c.tar.xz puppet-8eff654e8f51fe6176acc310ef9aba173905006c.zip |
seems the underlying library ( python-ldap ) automatically use
the 2nd server is the first one is down, thus freeing us from the task
of patching the module
-rw-r--r-- | modules/transifex/templates/45-ldap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/templates/45-ldap.conf b/modules/transifex/templates/45-ldap.conf index a07b3724..dd215dc9 100644 --- a/modules/transifex/templates/45-ldap.conf +++ b/modules/transifex/templates/45-ldap.conf @@ -17,7 +17,7 @@ from django_auth_ldap.config import LDAPSearch, GroupOfNamesType # Baseline configuration. -AUTH_LDAP_SERVER_URI = "ldap://ldap.<%= domain %>" +AUTH_LDAP_SERVER_URI = "ldap://ldap.<%= domain %> ldap://ldap-slave-1.<%= domain %>" AUTH_LDAP_BIND_DN = "cn=transifex-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>" AUTH_LDAP_BIND_PASSWORD = "<%= ldap_password %>" |