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

tridge at samba.org tridge at samba.org
Tue Jun 14 03:37:43 GMT 2005


Author: tridge
Date: 2005-06-14 03:37:43 +0000 (Tue, 14 Jun 2005)
New Revision: 7564

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

Log:
added a test showing the search expression that w2k is actually giving
us that triggered this work


Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh	2005-06-14 03:17:31 UTC (rev 7563)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test-extended.sh	2005-06-14 03:37:43 UTC (rev 7564)
@@ -15,6 +15,22 @@
 dn: testrec3
 i1: 0x101010101
 i1: 7
+
+dn: auser1
+groupType: 2147483648
+samAccountType: 805306368
+
+dn: auser2
+groupType: 2147483648
+samAccountType: 805306369
+
+dn: auser3
+groupType: 2147483649
+samAccountType: 805306370
+
+dn: auser4
+groupType: 2147483649
+samAccountType: 805306369
 EOF
 
 checkcount() {
@@ -46,4 +62,7 @@
 checkcount 1 '(i1:1.2.840.113556.1.4.804:=0x800000)'
 checkcount 1 '(i1:1.2.840.113556.1.4.804:=8388608)'
 
+# this is one that w2k gives
+checkcount 3 '(|(|(&(!(groupType:1.2.840.113556.1.4.803=1))(groupType:1.2.840.113556.1.4.803=2147483648)(groupType:1.2.840.113556.1.4.804=10))(samAccountType=805306368))(samAccountType=805306369))'
+
 rm -f $LDB_URL



More information about the samba-cvs mailing list