ソースを参照

Update ldap.php

FusionPBX 6 年 前
コミット
2cd9185304
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/authentication/resources/classes/plugins/ldap.php

+ 1 - 1
core/authentication/resources/classes/plugins/ldap.php

@@ -91,7 +91,7 @@ class plugin_ldap {
 					//unique username - per domain
 					//unique username - per domain
 					$sql .= "and domain_uuid=:domain_uuid ";
 					$sql .= "and domain_uuid=:domain_uuid ";
 				}
 				}
-				$prep_statement = $db->prepare(check_sql($sql));
+				$prep_statement = $db->prepare($sql);
 				if ($_SESSION["users"]["unique"]["text"] != "global") {
 				if ($_SESSION["users"]["unique"]["text"] != "global") {
 					$prep_statement->bindParam(':domain_uuid', $this->domain_uuid);
 					$prep_statement->bindParam(':domain_uuid', $this->domain_uuid);
 				}
 				}