diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-24 10:39:44 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-24 10:39:44 +0000 |
commit | a76d80c9bb7eb94c5b912e557e2c6f3e029a587e (patch) | |
tree | 2129b310d842ff92c35f5b8ec3cb2dd1b3c3dbeb /modules/sympa | |
parent | ef9d8aa338f53e591983c0b557259bf67d34de61 (diff) | |
download | puppet-a76d80c9bb7eb94c5b912e557e2c6f3e029a587e.tar puppet-a76d80c9bb7eb94c5b912e557e2c6f3e029a587e.tar.gz puppet-a76d80c9bb7eb94c5b912e557e2c6f3e029a587e.tar.bz2 puppet-a76d80c9bb7eb94c5b912e557e2c6f3e029a587e.tar.xz puppet-a76d80c9bb7eb94c5b912e557e2c6f3e029a587e.zip |
- fix configuration, sympa complained about it in log
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/templates/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index a80938a4..22c767ab 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -73,7 +73,7 @@ topics <%= topics %> <% if subscriber_ldap_group %> include_ldap_query - host ldap.<% domain %> + host ldap.<%= domain %> suffix ou=People,<%= dc_suffix %> timeout 10 filter (memberOf=<%= subscriber_ldap_group %>)) |