/[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 785 - (show annotations) (download)
Thu Jan 13 19:41:24 2011 UTC (13 years, 3 months ago) by misc
File size: 566 byte(s)
- allow to set access without forcing the restricted shell ( should
be done by openssh in fact, but that's easier to do like this for now )
1 rootbinddn cn=<%= fqdn %>,ou=Hosts,<%= dc_suffix %>
2
3 uri ldaps://ldap.<%= domain %>
4 base <%= dc_suffix %>
5 timelimit 4
6 bind_timelimit 4
7 pam_lookup_policy yes
8 pam_password exop
9 nss_base_passwd ou=People,<%= dc_suffix %>?one
10 nss_base_shadow ou=People,<%= dc_suffix %>?one
11 nss_base_group ou=Group,<%= dc_suffix %>?one
12
13 nss_schema rfc2307bis
14 nss_map_attribute uniqueMember member
15 sudoers_base ou=sudoers,<%= dc_suffix %>
16 #sudoers_debug 2
17
18 <% if restricted_shell %>
19 # for restricted access
20 nss_override_attribute_value loginShell /usr/local/bin/sv_membersh.pl
21 <% end %>
22

  ViewVC Help
Powered by ViewVC 1.1.30