source: trunk/puppet/modules/puppet-openldap/templates/smbldap_bind.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: 463 bytes
Line 
1############################
2# Credential Configuration #
3############################
4# Notes: you can specify two differents configuration if you use a
5# master ldap for writing access and a slave ldap server for reading access
6# By default, we will use the same DN (so it will work for standard Samba
7# release)
8slaveDN="cn=admin,<%= ldap_base %>"
9slavePw="<%= ldap_admin_password %>"
10masterDN="cn=admin,<%= ldap_base %>"
11masterPw="<%= ldap_admin_password %>"
Note: See TracBrowser for help on using the repository browser.