svn commit: samba r22290 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Tue Apr 17 01:32:55 GMT 2007


Author: abartlet
Date: 2007-04-17 01:32:55 +0000 (Tue, 17 Apr 2007)
New Revision: 22290

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22290

Log:
Fedora DS is incredibly picky about newlines...

Modified:
   branches/SAMBA_4_0/source/script/tests/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-17 01:21:20 UTC (rev 22289)
+++ branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-17 01:32:55 UTC (rev 22290)
@@ -235,8 +235,7 @@
 	}
 
 	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



More information about the samba-cvs mailing list