diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-08-02 17:16:44 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-08-04 16:17:25 +1000 |
commit | 849d042dd88e8e7de2748524b054b350af06a859 (patch) | |
tree | 1becf591e4a25e2b419c788100e8dc277f19cca0 /source4/setup | |
parent | e07ca09a7bac30b99b0033a59746ba166e429aec (diff) | |
download | samba-849d042dd88e8e7de2748524b054b350af06a859.tar.gz samba-849d042dd88e8e7de2748524b054b350af06a859.tar.bz2 samba-849d042dd88e8e7de2748524b054b350af06a859.zip |
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 <abartlet@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/schema_samba4.ldif | 8 |
1 files changed, 8 insertions, 0 deletions
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 |