>
> The LDAP server supports hashed password entries, with selectable
> Hashes. Simply use
> userPassword: {crypt}xxxyyyzzy
> or
> userPassword: {md5}xxxyyyzzy
>
The former (crypted) format's compatible with what's in a normal unix
/etc/passwd or /etc/shadow file as well.. I found this really useful when I
was moving my user base
over.
-rj