References to Web policy content are only available when a Web Gateway is included in the peer group. |
This topic provides background information on how to specify search criteria when defining LDAP Synchronized User Name or Email Address Lists.
The Target DN for Sync identifies the Distinguished Name of the base node from which you wish to start your search.
An LDAP directory is arranged in a tree structure, with nodes usually in the following top-down order:
+ root
+ countries
+ organizations
+ organizational units
- individuals
When viewing the tree, you can expand each node to reveal any additional nodes beneath it.
This diagram shows an example tree structure for individual users in the Sales department of "Your Company plc", based in the UK. Each node is represented by a rectangle:
This diagram shows an example tree structure for individual email users in the Sales department of "Your Company plc", based in the UK. Each node is represented by a rectangle:
Each node can be uniquely identified using its Distinguished Name (DN). This is formed from the names of all the nodes listed sequentially, starting from the node you are identifying, up to the top of the tree. For example, the Distinguished Name of the node containing Vince or Vince's email address is:
cn=Vince, ou=Sales, o=Your Company plc, c=UK
Nodes contain data in the form of one or more attribute=value pairs. For example, in the diagram above, each cn (common name) node contains an attribute. Every node usually contains at least one ObjectClass attribute (not shown).
The scope determines the area of the tree to include in the search. You can specify one of the following:
The filter you specify determines which nodes to include in the search, based on the attributes they contain. The filter uses the standard LDAP format. A basic search filter looks like this:
If you are using an LDAP server that supports complex expressions, you can use Boolean operators to define a complex search filter:
(<boolean_operator>(filter1)(filter2)(filterx))
Contact your LDAP server administrator for details of the attributes supported and values defined for your organization. |
For the nodes identified by the Target DN, Scope
and Filter, you must specify the
attributes whose values you want retrieved. The values of the attributes
you specify must be user names or email addresses, as these are the only
values
Each LDAP server has a maximum number
of nodes it will include in a single query. If the number of nodes in
your search exceeds that limit, the server will return only its maximum
number of results. You can avoid this limit by using the option to allow
paging requests, and by specifying a paging size no greater than the maximum
number of nodes the LDAP server includes in a query. Then, if the number
of nodes in your search exceeds the paging size,
If the LDAP server is configured to allow recursion down a hierarchy of groups you can use the Group Expansion option. If you select Group Expansion you can select: