Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Feb 8, 2024
1 parent 3e80739 commit bb13051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/authldap.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ static function searchUserDn($ds, $options = []) {
}
$filter_value = Toolbox::clean_LDAP_filter($filter_value);
$filter = "(".$values['login_field']."=".$filter_value.")";

echo "We are here !\n";
if (!empty($values['condition'])) {
$filter = "(& $filter ".$values['condition'].")";
}
Expand Down

0 comments on commit bb13051

Please sign in to comment.