source:
trunk/puppet/modules/puppet-openldap/templates/ldap.conf.erb
@
714
Last change on this file since 714 was 525, checked in by , 15 years ago | |
---|---|
File size: 682 bytes |
Line | |
---|---|
1 | ## FILE MANAGED BY PUPPET, your changes here are likey to be overwritten... |
2 | # |
3 | # LDAP Defaults |
4 | # |
5 | |
6 | # See ldap.conf(5) for details |
7 | # This file should be world readable but not world writable. |
8 | |
9 | uri <%= ldap_uri %> |
10 | base <%= ldap_base %> |
11 | ldap_version 3 |
12 | pam_password md5 |
13 | |
14 | #SIZELIMIT 12 |
15 | #TIMELIMIT 15 |
16 | #DEREF never |
17 | |
18 | <% if has_variable?("ldap_ssl") -%> |
19 | ssl start_tls |
20 | ssl on |
21 | TLS_CACERTFILE /etc/ssl/certs/ldap.pem |
22 | <% else -%> |
23 | #ssl start_tls |
24 | #ssl on |
25 | #TLS_CACERTFILE /etc/ssl/certs/ldap.pem |
26 | <% end -%> |
27 | |
28 | 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.