Search Settings
You can specify what part of the LDAP directory to search. The more specific the search specification, the better the search results.
| Field Name | Description |
|---|---|
| base | Specify the name of the entry at which to start the search for users.
Default = blank. Note: Administrators can optimize user searches using a
different search base. Some LDAP servers may fail to provide a
domain name option. For such servers administrators must provide a
valid base for user searches. For example,
DC=corp,DC=mycompany,DC=com |
| recursive |
If selected, the base entry will be searched recursively during a user search. |
| filter | Specify the filter to be used in the search for users. Use LDAP
search filters as defined in RFC 2254. Default = (&(objectCategory=person)(objectClass=user)) The LDAP query used to retrieve the user list can be changed by setting the proper filter. Administrators may use a search that looks only one level down the base (non-recursive search). For example: (&(objectCategory=user)(memberOf=CN=Trapeze Users,OU=Transit,DC=corp,DC=mycompany,DC=com)) Note: The default
value will import all user accounts in the Active
Directory. |
To add another search specification, click the New button:
Multiple precise searches can improve performance.