From 7d5d6b89ade147b92022d47b7171196f2cbb6155 Mon Sep 17 00:00:00 2001 From: Brian Lycett Date: Thu, 29 Oct 2020 15:18:21 +0000 Subject: [PATCH] Fix stupid bug that was left over from testing hashing --- www/includes/ldap_functions.inc.php | 2 -- 1 file changed, 2 deletions(-) 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':