From ed4df962f46e9d06d90decf9ae1a870fdd38837e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 17 Apr 2007 01:32:55 +0000 Subject: r22290: Fedora DS is incredibly picky about newlines... (This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc) --- source4/script/tests/Samba4.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4') 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 -- cgit