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

Re: Active Directory matching rule support (ITS#1302)



Thanks!  Committed to HEAD (with minor changes).  Please test.

Now to think of how best to deal with MatchingRuleUses...

Kurt

At 05:23 AM 2001-09-01, lukeh@padl.com wrote:
>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..