LDAP query Favorite

Matches simple LDAP filter expressions.

Sample Matches
Text Result
(&(|(givenName=john)(givenName=jane))(!(sn=doe)))
Group #0
(&(|(givenName=john)(givenName=jane))(!(sn=doe)))
Group #1
(&(|(givenName=john)(givenName=jane))(!(sn=doe)))
match
Notes

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.