Initial import
[samba] / examples / LDAP / smbldap-tools-0.9.1 / smbldap_bind.conf
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)
8 slaveDN="cn=Manager,dc=idealx,dc=org"
9 slavePw="secret"
10 masterDN="cn=Manager,dc=idealx,dc=org"
11 masterPw="secret"
12