svn commit: samba r10423 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

tridge at samba.org tridge at samba.org
Thu Sep 22 13:16:23 GMT 2005


Author: tridge
Date: 2005-09-22 13:16:23 +0000 (Thu, 22 Sep 2005)
New Revision: 10423

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

Log:

minor changes to the ldb test suite to allow it to work correctly with
a real ldap backend (such as openldap)

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif
   branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif	2005-09-22 13:14:12 UTC (rev 10422)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/init.ldif	2005-09-22 13:16:23 UTC (rev 10423)
@@ -14,3 +14,18 @@
  09 $ US
 telephonenumber: +1 313 764-1817
 associateddomain: example.com
+
+dn: ou=People,o=University of Michigan,c=TEST
+objectclass: organizationalUnit
+objectclass: extensibleObject
+ou: People
+uidNumber: 0
+gidNumber: 0
+
+dn: ou=Ldb Test,ou=People,o=University of Michigan,c=TEST
+objectclass: organizationalUnit
+objectclass: extensibleObject
+ou: People
+ou: Ldb Test
+uidNumber: 0
+gidNumber: 0

Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif	2005-09-22 13:14:12 UTC (rev 10422)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test.ldif	2005-09-22 13:16:23 UTC (rev 10423)
@@ -1,10 +1,3 @@
-dn: ou=People,o=University of Michigan,c=TEST
-objectclass: organizationalUnit
-objectclass: extensibleObject
-ou: People
-uidNumber: 0
-gidNumber: 0
-
 dn: ou=Groups,o=University of Michigan,c=TEST
 objectclass: organizationalUnit
 ou: Groups



More information about the samba-cvs mailing list