aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/config
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-25 16:27:19 +0000
committerMichael Scherer <misc@mageia.org>2011-03-25 16:27:19 +0000
commit7cc94d8189c363d69c079496ac642162bc28e664 (patch)
tree806fb6b2ea9410840d40819c272dfcd4b359fc59 /modules/sympa/templates/config
parent0ab679e626d4683fdedb3608ecad2c8b2cbde03e (diff)
downloadpuppet-7cc94d8189c363d69c079496ac642162bc28e664.tar
puppet-7cc94d8189c363d69c079496ac642162bc28e664.tar.gz
puppet-7cc94d8189c363d69c079496ac642162bc28e664.tar.bz2
puppet-7cc94d8189c363d69c079496ac642162bc28e664.tar.xz
puppet-7cc94d8189c363d69c079496ac642162bc28e664.zip
- ldap requires to be authenticated to give all information for inclusion
Diffstat (limited to 'modules/sympa/templates/config')
-rw-r--r--modules/sympa/templates/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config
index 39e8920e..e68dc55d 100644
--- a/modules/sympa/templates/config
+++ b/modules/sympa/templates/config
@@ -80,6 +80,10 @@ include_ldap_query
attrs mail
select first
scope one
+ use_ssl yes
+ user cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
+ passwd <%= ldap_password %>
+
<% end %>
<%- if public_archive -%>