[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Antw: Re: Max length allowed for a password



On 2013-12-13 08:17, Ulrich Windl wrote:
Howard Chu <hyc@symas.com> schrieb am 09.12.2013
There are no maximum lengths in LDAP. Limits imposed by other applications
depend on the particular application.

Right, but what about typical input buffer lengths in the openLDAP tools (like
ldapsearch)?

Right... libldap has "#define LDIF_MAXLINE 4096", you must wrap
longer lines (start each continuation line with a space).
That doesn't impose a max length of the attribute value though.

--
Hallvard