# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
And returns a filter that matches all given filters.
ByID returns a filter that matches an object by its ID (CN, DN, GUID, SAN, UPN, Name or DisplayName).
EscapeFilter returns a string representation of a filter with escaped values according to RFC 4515.
HasExpired returns a filter that matches an object that has expired.
IsDomainController returns a filter that matches a domain controller.
IsEnabled returns a filter that matches a not disabled user object.
IsGroup returns a filter that matches a group.
IsUser returns a filter that matches a user.
ListAliases returns a list of all aliases.
MemberOf returns a filter that matches a member of a group.
Not returns a filter that matches the opposite of the given filter.
Or returns a filter that matches any of the given filters.
ParseRaw parses and validates a raw LDAP filter (RFC 4515).
ReplaceAliases replaces alias expressions in the input string.
# Constants
No description provided by the author
FilterImplementation is the kind of an alias that is a custom filter implementation.
MatchingRule is the kind of an alias that is a matching rule bit mask.
# Type aliases
Kind is used to define the kind of an alias.