summaryrefslogtreecommitdiff
path: root/source4/setup/fedorads.inf
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-07-05 02:52:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:07 -0500
commit90b49dc5208a083922c75595749d9abd4ef5b652 (patch)
treeb718d1374222e5f7c1d88accb5cac880598a3fca /source4/setup/fedorads.inf
parent97172e11204b2863ab1e4021aea3c40668d33aef (diff)
downloadsamba-90b49dc5208a083922c75595749d9abd4ef5b652.tar.gz
samba-90b49dc5208a083922c75595749d9abd4ef5b652.tar.bz2
samba-90b49dc5208a083922c75595749d9abd4ef5b652.zip
r23717: We need to remove the _ in LDAP_MANAGERPASS for the
--ldap-manager-pass= option to work. Andrew Bartlett (This used to be commit fbcb1ec14125a4ca57922ec75b01af9a99dcd954)
Diffstat (limited to 'source4/setup/fedorads.inf')
-rw-r--r--source4/setup/fedorads.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/fedorads.inf b/source4/setup/fedorads.inf
index 43d02da206..8aed0338fb 100644
--- a/source4/setup/fedorads.inf
+++ b/source4/setup/fedorads.inf
@@ -6,8 +6,8 @@ ServerRoot= ${LDAPDIR}
[slapd]
ldapifilepath=${LDAPDIR}/ldapi
Suffix= ${DOMAINDN}
-RootDN= ${LDAP_MANAGERDN}
-RootDNPwd= ${LDAP_MANAGERPASS}
+RootDN= ${LDAPMANAGERDN}
+RootDNPwd= ${LDAPMANAGERPASS}
ServerIdentifier= samba4
${SERVERPORT}