Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Root DSE z/OS IBM Tivoli Directory Server Administration and Use for z/OS SC23-6788-00 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The root DSE is the entry at the top of the LDAP server directory information tree. All the namingcontexts (suffixes) in the LDAP server are directly below the root DSE. The root DSE contains information about the LDAP server, including the namingcontexts that are configured and the capabilities of the server. The root DSE can be searched by specifying a zero-length base distinguished name. The search scope can be either base or subtree (the one-level scope is not supported). Root DSE search with base scopeA root DSE search with base scope returns the contents of the root DSE. The root DSE attributes describe the LDAP server. The only search filter that is supported is objectclass=*. There is no access control checking for the root DSE, but an anonymous bind fails if allowAnonymousBinds off is specified in the LDAP server configuration file. The supportedcontrol, supportedextension, and namingcontexts attributes may contain values that are contributed by plug-in extensions that are configured in the LDAP server. The following example uses the ldapsearch utility to request
a base search of the root DSE and shows sample output for the search:
Following is an example of the information that the LDAP server reports on a search of the root DSE. A subset of these values might appear in your root DSE based on the server configuration choices you have made.
Following
are Object Identifiers (OIDs) for supported and enabled capabilities:
Root DSE search with subtree scope (Null-based subtree search)A root DSE search with subtree scope returns all the entries that match the search filter in the LDBM, TDBM, and CDBM backends configured in the LDAP server. This search is commonly referred to as a null-based subtree search. Note that the search does not include the root DSE itself, the LDAP server schema entry, SDBM entries, and GDBM entries (change log records). Alias entries are not dereferenced during the search, they are processed like normal entries and returned if they match the search filter. Referral entries in LDBM, TDBM, and CDBM return referrals to the client. Any filter can be specified for the subtree search. A sorted root DSE search with subtree scope sorts the entire result set after all entries have been retrieved from the backends. A null-based subtree is implemented as a series of searches to each LDBM, TDBM, and CDBM suffix. These individual searches are each limited by the time limit and size limit options specified in the LDAP server configuration file or in the requestor's group search limits. If a time limit or size limit is specified on the root DSE search request, then the individual searches are also limited by the amount of time remaining and the number of entries left to return when that individual search is started. See the descriptions of the sizeLimit and timeLimit options in Customizing the LDAP server configuration for more information. See Managing group search limits for more information about group search limits. Each individual LDBM, TDBM, and CDBM search is subject to the normal LDBM, TDBM, and CDBM access control checking. The following example uses the ldapsearch utility
to request a subtree search of the root DSE for entries that have
a cn value that begins with ken and shows sample
output for the search.
|
Copyright IBM Corporation 1990, 2014
|