mirror of
https://github.com/wheelybird/ldap-user-manager.git
synced 2025-01-18 23:42:54 +01:00
Fix stupid bug that was left over from testing hashing
This commit is contained in:
parent
4c5e337ce6
commit
7d5d6b89ad
@ -207,8 +207,6 @@ function ldap_hashed_password($password) {
|
|||||||
}
|
}
|
||||||
error_log("$log_prefix LDAP password: using '${hash_algo}' as the hashing method");
|
error_log("$log_prefix LDAP password: using '${hash_algo}' as the hashing method");
|
||||||
|
|
||||||
$hash_algo = 'SSHA';
|
|
||||||
|
|
||||||
switch ($hash_algo) {
|
switch ($hash_algo) {
|
||||||
|
|
||||||
case 'SHA512CRYPT':
|
case 'SHA512CRYPT':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user