/[adm]/puppet/modules/sympa/templates/auth.conf
ViewVC logotype

Contents of /puppet/modules/sympa/templates/auth.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 624 - (show annotations) (download)
Wed Dec 15 12:24:46 2010 UTC (13 years, 4 months ago) by misc
File size: 594 byte(s)
uniformisation of the name of variable used for password, so we know if this is ldap or postgresql at the first glance
1 ldap
2 host ldap.<%= domain %>
3 timeout 30
4 suffix <%= dc_suffix %>
5 get_dn_by_uid_filter (uid=[sender])
6 get_dn_by_email_filter (|(mail=[sender])(mailalternateaddress=[sender]))
7 email_attribute mail
8 scope sub
9 use_ssl 1
10 bind_dn cn=alamut-sympa,ou=System Accounts,<%= dc_suffix %>
11 bind_password <%= ldap_password %>
12

  ViewVC Help
Powered by ViewVC 1.1.30