/[adm]/puppet/modules/sympa/templates/data_sources/ldap_group.incl
ViewVC logotype

Contents of /puppet/modules/sympa/templates/data_sources/ldap_group.incl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1291 - (show annotations) (download)
Tue Mar 8 15:50:16 2011 UTC (13 years, 1 month ago) by misc
File size: 510 byte(s)
- do not hardcode the hostname of the server, in case we need to change it 
( for example if the service is migrated to another one )

1 include_ldap_2level_query
2 host ldap.<%= domain %>
3 use_ssl yes
4 user cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
5 passwd <%= ldap_password %>
6 suffix1 ou=Group,<%= dc_suffix %>
7 scope1 one
8 filter1 (&(objectClass=groupOfNames)(cn=<%= name %>))
9 attrs1 member
10 select1 all
11 suffix2 [attrs1]
12 scope2 base
13 filter2 (objectClass=inetOrgPerson)
14 attrs2 mail
15 select2 first
16

  ViewVC Help
Powered by ViewVC 1.1.30