source: trunk/puppet/modules/puppet-openldap/templates/ldap.conf.erb @ 444

Last change on this file since 444 was 444, checked in by sebas, 14 years ago

clone del trabajo este git://github.com/camptocamp/puppet-openldap.git : vamos agregando algunas funciones

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
8URI <%= ldap_uri %>
9BASE <%= ldap_base %>
10LDAP_VERSION 3
11
12#SIZELIMIT      12
13#TIMELIMIT      15
14#DEREF          never
15<% if has_variable?("ldap_ssl") -%>
16ssl start_tls
17ssl on
18TLS_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.