From 849d042dd88e8e7de2748524b054b350af06a859 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Aug 2011 17:16:44 +1000 Subject: ldb: added a new always-fail ldap extended match OID this is used when rewriting filter rules to replace a filter rule with one that is guaranteed not to match Pair-Programmed-With: Andrew Bartlett --- source4/setup/schema_samba4.ldif | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source4') diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index 986f0f0f20..1102fcd8d4 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -12,6 +12,8 @@ ## 1.3.6.1.4.1.7165.4.4.x - LDB/LDAP Extended Operations ### see dsdb/samdb/samdb.h +## 1.3.6.1.4.1.7165.4.5.x - ldap extended matches + ## 1.3.6.1.4.1.7165.4.255.x - mapped OIDs due to conflicts between AD and standards-track # # @@ -197,6 +199,12 @@ #Allocated: DSDB_EXTENDED_CREATE_PARTITION_OID 1.3.6.1.4.1.7165.4.4.4 #Allocated: DSDB_EXTENDED_ALLOCATE_RID_POOL 1.3.6.1.4.1.7165.4.4.5 + +############ +# ldap extended matches +#Allocated: SAMBA_LDAP_MATCH_ALWAYS_FALSE 1.3.6.1.4.1.7165.4.5.1 + + #Allocated: (middleName) attributeID: 1.3.6.1.4.1.7165.4.255.1 #Allocated: (defaultGroup) attributeID: 1.3.6.1.4.1.7165.4.255.2 -- cgit