source: branches/samba-3.0/examples/LDAP/smbldap-tools-0.9.2/smbldap_bind.conf

Last change on this file was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 428 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=Manager,dc=idealx,dc=org"
9slavePw="secret"
10masterDN="cn=Manager,dc=idealx,dc=org"
11masterPw="secret"
12
Note: See TracBrowser for help on using the repository browser.