caseIgnoreSubstringsMatch

Compares an assertion of Substring Assertion syntax to a value whose syntax is the ASN.1 DirectoryString type, or one of the alternative types.

The rule evaluates to TRUE if and only if:

  1. The prepared substrings in the assertion value match disjoint portions of the prepared attribute value string in the order they occur in the attribute value.

  2. An initial substring in the assertion value, if present, matches the beginning of the attribute value string.

  3. A final substring in the assertion value, if present, matches the end of the attribute value string.

Strings match when their characters correspond at each code point. For the comparison, characters are case folded, and only insignificant white space handling is applied.

Names caseIgnoreSubstringsMatch
Origin RFC 4517
OID 2.5.13.4
Syntax Substring Assertion
Read a different version of :