Update ldap.php
This commit is contained in:
parent
7d80afbdb0
commit
bce5d6b043
|
|
@ -91,7 +91,7 @@ class plugin_ldap {
|
|||
//unique username - per domain
|
||||
$sql .= "and domain_uuid=:domain_uuid ";
|
||||
}
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement = $db->prepare($sql);
|
||||
if ($_SESSION["users"]["unique"]["text"] != "global") {
|
||||
$prep_statement->bindParam(':domain_uuid', $this->domain_uuid);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue