Skip to content

Commit

Permalink
Fix stupid bug that was left over from testing hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelybird committed Oct 29, 2020
1 parent 4c5e337 commit 7d5d6b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/includes/ldap_functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 7d5d6b8

Please sign in to comment.