> > I guess you can use 'openssl passwd' for that,
> > or 'openssl passwd -1' for MD5 password
> > however that is tagged if allowed in LDAP...
> 
> It doesn't look like openssl passwd knows about bcrypt at all (either 
> internally, or via crypt()).  While I think ldapd would be fine with 
> either the old DES-based crypt() hash or the MD5-based hash - you would 
> just need to prefix it with "{CRYPT}" I think - neither of those is 
> really a good idea for hashing passwords anymore.

Of course openssl doens't know about bcrypt, like much other software.

Some serious NIH syndrome exists out there, though it is sometimes
known by the other acronym IBO.

Reply via email to