Doug Jaquays
Results
1
comments of
Doug Jaquays
The statement listed by @TheBunnies doesn't exist in 3.0.0.22. In this version the statement is (Still in sources/users.queries.php): ``` $query = $connection->query() ->in((empty($SETTINGS['ldap_dn_additional_user_dn']) === false ? $SETTINGS['ldap_dn_additional_user_dn'].',' : '').$SETTINGS['ldap_bdn']) ->whereHas($SETTINGS['ldap_user_attribute'])...