/[adm]/puppet/modules/postfix/templates/group_aliases.conf
ViewVC logotype

Annotation of /puppet/modules/postfix/templates/group_aliases.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2345 - (hide annotations) (download)
Thu Feb 2 18:26:42 2012 UTC (12 years, 2 months ago) by misc
File size: 498 byte(s)
do not modify shared variable, cause nasty side effect
1 misc 2335 <%-
2 misc 2345 ldap = ldap_servers.map { |l| "ldaps://#{l}:636" }
3 misc 2335 -%>
4 misc 2345 server_host = <%= ldap.join(' ') %>
5 misc 1378 search_base = <%= dc_suffix %>
6     query_filter = (&(cn=mga-%u)(objectClass=groupOfNames))
7     result_attribute = mail
8     special_result_attribute = member
9     bind = yes
10     bind_dn = cn=postfix-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
11     bind_pw = <%= ldap_password %>
12     # postfix complain on url
13     # warning: dict_ldap_open: URL scheme ldaps requires protocol version 3
14     version = 3
15     domain = group.<%= domain %>

  ViewVC Help
Powered by ViewVC 1.1.30