diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-17 01:32:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:57 -0500 |
commit | ed4df962f46e9d06d90decf9ae1a870fdd38837e (patch) | |
tree | e8b5421ebca81912723b30548e8a7d7a733a6d04 /source4 | |
parent | fabbcb6104d087834b253ef188de2c229ff88724 (diff) | |
download | samba-ed4df962f46e9d06d90decf9ae1a870fdd38837e.tar.gz samba-ed4df962f46e9d06d90decf9ae1a870fdd38837e.tar.bz2 samba-ed4df962f46e9d06d90decf9ae1a870fdd38837e.zip |
r22290: Fedora DS is incredibly picky about newlines...
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/script/tests/Samba4.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index dbd76dba17..4f8c0877ae 100644 --- a/source4/script/tests/Samba4.pm +++ b/source4/script/tests/Samba4.pm @@ -235,8 +235,7 @@ nsslapd-suffix: $basedn } open(LDIF, ">>$fedora_ds_dir/dse.ldif"); - print LDIF " -dn: cn=bitwise,cn=plugins,cn=config + print LDIF "dn: cn=bitwise,cn=plugins,cn=config objectClass: top objectClass: nsSlapdPlugin objectClass: extensibleObject |