phpLDAPadmin icon indicating copy to clipboard operation
phpLDAPadmin copied to clipboard

Add support for pwd-sha2 module schemes

Open Jean-Daniel opened this issue 7 years ago • 1 comments

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.

Jean-Daniel avatar Mar 23 '17 10:03 Jean-Daniel

@leenooks I would love to see this fixed. Could you therefore look at PR #139 so this missing and expected functionality could be added?

bertvandepoel avatar Jun 12 '21 19:06 bertvandepoel