本文介绍了LDAP协议是否限制DN的长度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
LDAP协议是否指定DN可以采用的最大长度?
Does the LDAP protocol specify a maximum length that a DN can take?
我已经浏览过 http://tools.ietf.org/html/rfc4514 但我找不到它施加的任何限制.
I've looked through http://tools.ietf.org/html/rfc4514 but I can't find any restrictions that it imposes.
推荐答案
不,它似乎没有在任何地方明确指定-而且Active Directory实现也不对DN语法施加最大长度(2.5. 5.1).
No, it doesn't seem to be specified explicitly anywhere - and the Active Directory implementation also doesn't impose a max length on the DN syntax (2.5.5.1).
马克
这篇关于LDAP协议是否限制DN的长度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!