389ds / 389-ds-base

The enterprise-class Open Source LDAP server for Linux
https://www.port389.org/
Other
200 stars 82 forks source link

Add support for CRYPT-YESCRYPT #6241

Closed jasonborden closed 3 days ago

jasonborden commented 1 week ago

Is your feature request related to a problem? Please describe. Yescrypt has supplanted CRYPT-SHA512 as the default hashing algorithm in many distros including Arch, Debian, and Fedora. It would be nice to also have support for generating passwords using this hashing algorithm in 389-ds-base

Describe the solution you'd like Implement CRYPT-YESCRYPT as a password storage scheme.