[Date Prev][Date Next] [Chronological] [Thread] [Top]

Active Directory matching rule support (ITS#1302)



Full_Name: Luke Howard
Version: 2.0.12
OS: Darwin
URL: http://www.padl.com/~lukeh/XAD/MSMRules.diff
Submission from: (NULL) (165.228.130.11)


This patch provides support for the following matching rules.

1.2.840.113556.1.4.803 integerBitAndMatch
The matching rule is true only if all bits from the property match the value.
This rule is like the bit-wise AND operator.

1.2.840.113556.1.4.804 integerBitOrMatch
The matching rule is true if any bits from the property match the value. This
rule is like the bit-wise OR operator..