diff --git a/www/includes/ldap_functions.inc.php b/www/includes/ldap_functions.inc.php index b5db533..9582e87 100644 --- a/www/includes/ldap_functions.inc.php +++ b/www/includes/ldap_functions.inc.php @@ -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':