Matches simple LDAP filter expressions.
Text | Result |
---|---|
(&(|(givenName=john)(givenName=jane))(!(sn=doe)))
| match |
See RFC 2254.
This expression supports a strict subset of the full grammar.
This means that anything that matches will be a valid filter, but not all valid filters will match.
Extensible matching ((cn:dn:1.2.3.4.5:=...)
) is not supported.