• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
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
13