diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-08 18:07:18 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-08 18:07:18 +0000 |
commit | af409f2a8da95b6230ac125411cd48007f4049dc (patch) | |
tree | 25551e82bf83cfb54a83c07998fceceeaca5b80b /modules/postfix/templates | |
parent | e8f41de6433695bdceef0068f4fdbcba21b07ed9 (diff) | |
download | puppet-af409f2a8da95b6230ac125411cd48007f4049dc.tar puppet-af409f2a8da95b6230ac125411cd48007f4049dc.tar.gz puppet-af409f2a8da95b6230ac125411cd48007f4049dc.tar.bz2 puppet-af409f2a8da95b6230ac125411cd48007f4049dc.tar.xz puppet-af409f2a8da95b6230ac125411cd48007f4049dc.zip |
- make postfix quiter by explicitely saying we use version 3
Diffstat (limited to 'modules/postfix/templates')
-rw-r--r-- | modules/postfix/templates/ldap_aliases.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/postfix/templates/ldap_aliases.conf b/modules/postfix/templates/ldap_aliases.conf index c149436a..42d7dd69 100644 --- a/modules/postfix/templates/ldap_aliases.conf +++ b/modules/postfix/templates/ldap_aliases.conf @@ -12,3 +12,6 @@ result_attribute = mail bind = yes bind_dn = cn=postfix-<%= hostname %>,ou=System Accounts,<%= dc_suffix %> bind_pw = <%= ldap_password %> +# postfix complain on url +# warning: dict_ldap_open: URL scheme ldaps requires protocol version 3 +version = 3 |