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

Re: Bind with crypt password



Jose Manuel Lopez wrote:
> I has compiled openldap 2.3.27 with enable-crypt, but I can't bind with
> user with crypt password, but if password is MD5, it's run.

Note that implementation of {CRYPT} is platform dependent. If you
migrate data from one system to another hashes generated with libcrypt
might differ. Use {SSHA} instead.

http://www.openldap.org/faq/data/cache/344.html

http://www.openldap.org/faq/data/cache/1053.html

Ciao, Michael.