From 15416dc72ee0c7fb8ebe368a364f5d75e4521871 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 17 Apr 2007 01:06:10 +0000 Subject: r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch. Andrew Bartlett (This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72) --- source4/script/tests/Samba4.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/script') diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index dd87411c8d..95d686f6dd 100644 --- a/source4/script/tests/Samba4.pm +++ b/source4/script/tests/Samba4.pm @@ -181,15 +181,15 @@ sub mk_fedora($$$$$$) print CONF " [General] SuiteSpotUserID = $root -fullMachineName= localhost +FullMachineName= localhost ServerRoot= $ldapdir [slapd] ldapifilepath=$ldapdir/ldapi Suffix= $basedn -rootDN= cn=Manager,$basedn -rootDNPwd= $password -serverIdentifier= samba4 +RootDN= cn=Manager,$basedn +RootDNPwd= $password +ServerIdentifier= samba4 InstallLdifFile=$fedora_ds_initial_ldif inst_dir= $fedora_ds_dir -- cgit