diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-07 03:21:31 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-07 03:21:31 +0000 |
commit | db076e106ad485c610b2d76f252beb6012f729af (patch) | |
tree | 3d3a6bca1d832bf18e1932f0b1203086ef202936 | |
parent | 3bbb55f108ed53d1365f405a85cd3206ce8b8a62 (diff) | |
download | puppet-db076e106ad485c610b2d76f252beb6012f729af.tar puppet-db076e106ad485c610b2d76f252beb6012f729af.tar.gz puppet-db076e106ad485c610b2d76f252beb6012f729af.tar.bz2 puppet-db076e106ad485c610b2d76f252beb6012f729af.tar.xz puppet-db076e106ad485c610b2d76f252beb6012f729af.zip |
- sympa need to use its account to read data from ldap
-rw-r--r-- | modules/sympa/templates/auth.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf index 334dc167..94908e15 100644 --- a/modules/sympa/templates/auth.conf +++ b/modules/sympa/templates/auth.conf @@ -7,6 +7,9 @@ ldap email_attribute mail scope sub use_ssl 1 + bind_dn cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %> + bind_password <%= ldap_passwd %> + user_table regexp .* |