Skip to content

Commit

Permalink
QA: Fixing minor issue with #5636
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Sep 23, 2024
1 parent d32d3f4 commit ccd4da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -4067,7 +4067,7 @@ function domains_ldap_search_dn($username, $realm) {
}
}

function domains_ldap_search_cn($username, $cn = array(), $realm) {
function domains_ldap_search_cn($username, $cn = array(), $realm = 0) {
$ldap = new Ldap;

if (!empty($username)) $ldap->username = $username;
Expand Down

0 comments on commit ccd4da7

Please sign in to comment.