source:
trunk/puppet/modules/puppet-openldap/templates/libnss-ldap.conf
@
687
Last change on this file since 687 was 542, checked in by , 15 years ago | |
---|---|
File size: 573 bytes |
Line | |
---|---|
1 | ## FILE MANAGED BY PUPPET, your changes here are likey to be overwritten... |
2 | # |
3 | |
4 | uri <%= ldap_uri %> |
5 | base <%= ldap_base %> |
6 | ldap_version 3 |
7 | #pam_password md5 |
8 | |
9 | #SIZELIMIT 12 |
10 | #TIMELIMIT 15 |
11 | #DEREF never |
12 | |
13 | <% if has_variable?("ldap_ssl") -%> |
14 | ssl start_tls |
15 | ssl on |
16 | TLS_CACERTFILE /etc/ssl/certs/ldap.pem |
17 | <% else -%> |
18 | #ssl start_tls |
19 | #ssl on |
20 | #TLS_CACERTFILE /etc/ssl/certs/ldap.pem |
21 | <% end -%> |
22 | |
23 | #nss_initgroups_ignoreusers backup,bin,daemon,games,gnats,irc,klog,libuuid,list,lp,mail,man,news,openldap,postfix,proxy,puppet,root,sshd,sync,sys,syslog,tunnel,uucp,www-data |
Note: See TracBrowser
for help on using the repository browser.