Fix stupid bug that was left over from testing hashing

This commit is contained in:
Brian Lycett 2020-10-29 15:18:21 +00:00
parent 4c5e337ce6
commit 7d5d6b89ad

View File

@ -207,8 +207,6 @@ function ldap_hashed_password($password) {
}
error_log("$log_prefix LDAP password: using '${hash_algo}' as the hashing method");
$hash_algo = 'SSHA';
switch ($hash_algo) {
case 'SHA512CRYPT':