diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-09 13:41:59 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-09 13:41:59 +0000 |
commit | a434dbed3b0256d0ec9d75bd80d1687b128a61b4 (patch) | |
tree | 2ea99bdcf83d563b5fa4b731461cf9dbc15c7bcc /modules/sympa | |
parent | dce2324d2fa5917a13ff1e6932b034b2c7dfed99 (diff) | |
download | puppet-a434dbed3b0256d0ec9d75bd80d1687b128a61b4.tar puppet-a434dbed3b0256d0ec9d75bd80d1687b128a61b4.tar.gz puppet-a434dbed3b0256d0ec9d75bd80d1687b128a61b4.tar.bz2 puppet-a434dbed3b0256d0ec9d75bd80d1687b128a61b4.tar.xz puppet-a434dbed3b0256d0ec9d75bd80d1687b128a61b4.zip |
- port is not needed, and cause trouble to web interface
( but since this requires a apache restart, this was not seen
during my test )
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/templates/auth.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf index 94908e15..3783bb8f 100644 --- a/modules/sympa/templates/auth.conf +++ b/modules/sympa/templates/auth.conf @@ -1,5 +1,5 @@ ldap - host ldap.<%= domain %>:389 + host ldap.<%= domain %> timeout 30 suffix <%= dc_suffix %> get_dn_by_uid_filter (uid=[sender]) |