/[adm]/puppet/modules/pam/templates/ldap.conf
ViewVC logotype

Contents of /puppet/modules/pam/templates/ldap.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 340 - (show annotations) (download)
Sat Nov 20 11:52:54 2010 UTC (13 years, 4 months ago) by misc
File size: 493 byte(s)
- do not let file with passwords to be world readable 
    ( even if being readable by apache is not good either, but needed as the password is used by apache )
- use ldaps for sympa
- use the 2 new facter macro and remove the version copied everywhere
- remove hardcoded domain in bugzilla and others

1
2 uri ldap://ldap.<%= domain %>
3 base <%= dc_suffix %>
4 pam_lookup_policy no
5 pam_password exop
6 nss_base_passwd ou=People,<%= dc_suffix %>?one
7 nss_base_shadow ou=People,<%= dc_suffix %>?one
8 nss_base_group ou=Group,<%= dc_suffix %>?one
9
10 nss_schema rfc2307bis
11 nss_map_attribute uniqueMember member
12 sudoers_base ou=sudoers,<%= dc_suffix %>
13 #sudoers_debug 2
14
15 <% if access_class = 'commiters' %>
16 # for restricted access
17 nss_override_attribute_value loginShell /usr/local/bin/sv_membersh.pl
18 <% end %>
19

  ViewVC Help
Powered by ViewVC 1.1.30