Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ldap中的别名是什么?
有两个概念 - 引用和别名。别名包含另一个对象的 DN,而引用包含一个或多个对象的 URL。URL 通常是但不一定是 LDAP URL。LDAP URL 包含服务器的主机/端口和对象的 DN。主机/端口信息可以指向与返回引用的目录服务器不同的目录服务器。
别名由服务器取消引用和处理,而引用则返回给负责处理它的客户端。