vote up 0 vote down star

Does the LDAP protocol specify a maximum length that a DN can take?

I've looked through http://tools.ietf.org/html/rfc4514 but I can't find any restrictions that it imposes.

flag

2 Answers

vote up 1 vote down check

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).

Marc

link|flag
vote up 1 vote down

Most implementations of LDAP DN's usually hit 256 characters, which I think comes from X.500 still. After all X.500 defines the DAP, and LDAP is the Lightweight DAP protocol.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.