From 0eda1698678c6f6b3b98a51039e96a4c56b62317 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Dec 2010 16:54:26 +0000 Subject: - rename the account, and no longer share the same account as sympa --- modules/transifex/templates/45-ldap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/transifex') diff --git a/modules/transifex/templates/45-ldap.conf b/modules/transifex/templates/45-ldap.conf index e3e3877d..55ab113c 100644 --- a/modules/transifex/templates/45-ldap.conf +++ b/modules/transifex/templates/45-ldap.conf @@ -19,7 +19,7 @@ from django_auth_ldap.config import LDAPSearch, GroupOfNamesType # Baseline configuration. AUTH_LDAP_SERVER_URI = "ldap://ldap.<%= domain %>" -AUTH_LDAP_BIND_DN = "cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %>" +AUTH_LDAP_BIND_DN = "cn=transifex-alamut,ou=System Accounts,<%= dc_suffix %>" AUTH_LDAP_BIND_PASSWORD = "<%= ldap_password %>" AUTH_LDAP_USER_SEARCH = LDAPSearch("ou=People,<%= dc_suffix %> ", -- cgit v1.2.1