/[adm]/puppet/modules/transifex/templates/45-ldap.conf
ViewVC logotype

Diff of /puppet/modules/transifex/templates/45-ldap.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 638 by misc, Wed Dec 15 21:24:26 2010 UTC revision 639 by misc, Thu Dec 16 16:54:26 2010 UTC
# Line 19  from django_auth_ldap.config import LDAP Line 19  from django_auth_ldap.config import LDAP
19  # Baseline configuration.  # Baseline configuration.
20  AUTH_LDAP_SERVER_URI = "ldap://ldap.<%= domain %>"  AUTH_LDAP_SERVER_URI = "ldap://ldap.<%= domain %>"
21    
22  AUTH_LDAP_BIND_DN = "cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %>"  AUTH_LDAP_BIND_DN = "cn=transifex-alamut,ou=System Accounts,<%= dc_suffix %>"
23  AUTH_LDAP_BIND_PASSWORD = "<%= ldap_password %>"  AUTH_LDAP_BIND_PASSWORD = "<%= ldap_password %>"
24    
25  AUTH_LDAP_USER_SEARCH = LDAPSearch("ou=People,<%= dc_suffix %> ",  AUTH_LDAP_USER_SEARCH = LDAPSearch("ou=People,<%= dc_suffix %> ",

Legend:
Removed from v.638  
changed lines
  Added in v.639

  ViewVC Help
Powered by ViewVC 1.1.28