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 可以采用的最大长度?
我浏览了https://www.rfc-editor.org/rfc/rfc4514但我找不到它施加的任何限制。
大多数 LDAP DN 的实现通常达到 256 个字符,我认为这仍然来自 X.500。毕竟 X.500 定义了 DAP,而 LDAP 是轻量级 DAP 协议。
不,它似乎没有在任何地方明确指定 - 并且 Active Directory 实现也没有对 DN 语法 (2.5.5.1) 施加最大长度。
马克
根据对类似问题的回复,ActiveDirectory 将 DN 长度限制为 255 个字符。