From 97172e11204b2863ab1e4021aea3c40668d33aef Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 5 Jul 2007 01:45:37 +0000 Subject: r23716: Clarify LDAP Manager DN and fix slapd startup syntax. Andrew Bartlett (This used to be commit 17dad5d8c345c2c3a7643bff7a43473339a22d40) --- source4/setup/fedorads.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/fedorads.inf') diff --git a/source4/setup/fedorads.inf b/source4/setup/fedorads.inf index 785e65ce56..43d02da206 100644 --- a/source4/setup/fedorads.inf +++ b/source4/setup/fedorads.inf @@ -6,8 +6,8 @@ ServerRoot= ${LDAPDIR} [slapd] ldapifilepath=${LDAPDIR}/ldapi Suffix= ${DOMAINDN} -RootDN= cn=Manager,${DOMAINDN} -RootDNPwd= ${LDAPMANAGERPASS} +RootDN= ${LDAP_MANAGERDN} +RootDNPwd= ${LDAP_MANAGERPASS} ServerIdentifier= samba4 ${SERVERPORT} -- cgit