diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-17 01:06:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:56 -0500 |
commit | 15416dc72ee0c7fb8ebe368a364f5d75e4521871 (patch) | |
tree | 1044a0e661889113a437a6cd5929743b9f507f5a /source4/script | |
parent | 5dc27b36814d02c8b5754ebaab0859b4f382bf72 (diff) | |
download | samba-15416dc72ee0c7fb8ebe368a364f5d75e4521871.tar.gz samba-15416dc72ee0c7fb8ebe368a364f5d75e4521871.tar.xz samba-15416dc72ee0c7fb8ebe368a364f5d75e4521871.zip |
r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.
Andrew Bartlett
(This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/tests/Samba4.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index dd87411c8df..95d686f6dd7 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 |