source:
trunk/puppet/modules/puppet-openldap/templates/ldap.conf.erb
@
444
Last change on this file since 444 was 444, checked in by , 15 years ago | |
---|---|
File size: 414 bytes |
Line | |
---|---|
1 | # |
2 | # LDAP Defaults |
3 | # |
4 | |
5 | # See ldap.conf(5) for details |
6 | # This file should be world readable but not world writable. |
7 | |
8 | URI <%= ldap_uri %> |
9 | BASE <%= ldap_base %> |
10 | LDAP_VERSION 3 |
11 | |
12 | #SIZELIMIT 12 |
13 | #TIMELIMIT 15 |
14 | #DEREF never |
15 | <% if has_variable?("ldap_ssl") -%> |
16 | ssl start_tls |
17 | ssl on |
18 | TLS_CACERTFILE /etc/ssl/certs/ldap.pem |
19 | <% else -%> |
20 | #ssl start_tls |
21 | #ssl on |
22 | #TLS_CACERTFILE /etc/ssl/certs/ldap.pem |
23 | <% end -%> |
Note: See TracBrowser
for help on using the repository browser.