phpLDAPadmin
phpLDAPadmin copied to clipboard
Add support for pwd-sha2 module schemes
When the pwd-sha2 module is loaded in OpenLDAP (https://github.com/winlibs/openldap/tree/master/contrib/slapd-modules/passwd/sha2) it add supports for a bunch of schemes: {SSHA256}, {SSHA384}, {SSHA512}, {SHA256}, {SHA384} and {SHA512}.
Would it be possible to detect the presence of the module and enable theses schemes if there are supported.
@leenooks I would love to see this fixed. Could you therefore look at PR #139 so this missing and expected functionality could be added?