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

Contents of /puppet/modules/postfix/templates/ldap_aliases.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1287 - (show annotations) (download)
Tue Mar 8 14:50:43 2011 UTC (13 years, 1 month ago) by misc
File size: 370 byte(s)
- first prototype of ldap aliases
1 <%
2 # TODO add some code to take a array of group where people
3 # have the aliasing
4 %>
5 server_host = ldaps://ldap.<%= domain %>:636
6 search_base = <%= dc_suffix %>
7 query_filter = (&(uid=%u)(memberOf=cn=mga-founders,ou=Group,<%= dc_suffix %>))
8 result_attribute = mail
9 bind = yes
10 bind_dn = cn=postfix-alamut,ou=System Accounts,<%= dc_suffix %>
11 bind_pw = <%= ldap_password %>

  ViewVC Help
Powered by ViewVC 1.1.30