![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/8/87/887619b9-ad82-4108-b8bb-15d7e7a23b9d/887619b9-ad82-4108-b8bb-15d7e7a23b9d-bg1e5.png)
Directory Management Supported Configurations Understanding Directories
Polycom, Inc. 463
The special characters that are not allowed in the Base DN field without the
special escape character (backslash, \) are:
Therefore, to use these character as part of a name, they must be preceded in
the Base DN field by a backslash. For example, the baseDN of an ou named
"
tom,ann,bob
" in the "myteam.example.com" domain must be entered as:
ou=tom\,ann\,bob\ dc=my team,dc=example,dc=com
Or the baseDN of an ou named "#+,=<>\ " in the "mydomain.example.com"
domain must be entered as
ou=\#\+\,\=\<\>\\\ ,dc=mydomain,dc=example,dc=com
Note that this applies only to attribute values, not the
ou=
or
dc=
structure.
Understanding Exclusion Filters
Using LDAP exclusion filters, you can exclude objects in your directory based
on a wide variety of criteria within your Active Directory environment. Any
LDAP filters that you create must follow the LDAP standard and reference the
LDAP display name of the attributes against which you are filtering.
The following table illustrates some basic examples of exclusion filter
expressions.
Character Character Name
“ \ ” Backslash
“ = ” Equal
“ , ” Comma
“ # ” Pound
“ + ” Plus
“ ; ” Semicolon
“ < ” Less than
“ > ” Greater than
Search baseDN expression Description
Memberof=cn=Restricted
Group,OU=users,dc=example,dc=com
Excludes all users who are members of
“Restricted Group” within the Users OU in
the example.com domain.
!(Memberof=cn=Video Users,OU=Users,dc=example,dc=com) Includes only groups and users within the
Video Users group in the Users OU in the
example.com domain.