命名规则和 LDAP 服务

命名规则将影响 LDAP 服务如何处理 LDAP 搜索操作以及 LDAP 写入和比较操作。命名规则还可为 LDAP 服务定义命名上下文。

命名规则如何影响 LDAP 搜索操作

有关如何设置此功能,请参阅以下主题:

搜索目录时,LDAP 客户端可以指定搜索条件。搜索条件通过在目录树中指定开始点来限制搜索范围。可以使用命名规则为目录定义搜索条件。 If an LDAP client specifies a search base, the LDAP service searches an Domino® Directory or Extended Directory Catalog configured in directory assistance only if the directory has a naming rule that matches the search base. For example, if an LDAP client specifies the search base ou=sales,o=renovations, the LDAP service searches only Notes® directories that have rules such as:

*/ */ */ */ */ *

*/ */ */ */ renovations/ *

*/ */ */ sales/ renovations/ *

but not Notes® directories with rules such as:

*/ */ */ mktg/ renovations/ *

*/ */ */ */ org2/ *

*/ */ */ */ renovations/ us

Note: You can't define a search base for the primary Domino® Directory.

If the LDAP service can't find the information for which an LDAP client is searching in its primary Domino® Directory, a condensed Directory Catalog, or a Domino® Directory or Extended Directory Catalog configured in a directory assistance database, it can refer the client to a remote LDAP directory.

缺省情况下,LDAP 服务只能将客户端指向一个 LDAP 目录。如果客户端指定了搜索条件,LDAP 服务只将该客户端指向为 LDAP 客户端启用、且命名规则与搜索条件相匹配的 LDAP 目录。如果有多个这样的目录,LDAP 服务会将客户端指向具有最先搜索顺序的目录。

如果客户端未指定搜索条件,LDAP 服务会将客户端指向为 LDAP 客户端启用的 LDAP 目录。

如果 LDAP 服务选定要参考的 LDAP 目录的 Directory Assistance 文档中指定了多个主机名,LDAP 服务会将客户端指向第一个列出的主机名。

如果增加了 LDAP 服务可以返回给客户端的引荐数,LDAP 服务会遵循上面部分中所述的逻辑选择第一个目录引荐。如果此目录的 Directory Assistance 文档中指定了多个主机名,LDAP 服务会将其他主机名用作附加参考,直至达到该 LDAP 服务配置所允许的最大参考数。如果选作参考的第一个目录没有指定其他主机名,LDAP 服务会将客户端指向具有不同 Directory Assistance 文档的 LDAP 目录。

命名规则与 LDAP 命名上下文

有关如何设置此功能,请参阅以下主题:

Some LDAP client applications, for example the IBM® WebSphere® Application Server, can discover naming contexts configured for an LDAP directory server by searching the directory server's root directory server entry (DSE).如果 LDAP 用户未指定搜索条件,这些应用程序可以使用服务器上配置的命名上下文来构建一个搜索条件,并将其应用于 LDAP 客户端搜索。

LDAP 服务使用目录辅助数据库中配置的命名规则,在其根 DSE 中定义命名上下文。