Skip to content

Commit

Permalink
fix(ldap_filter): update ldap for use the new config table
Browse files Browse the repository at this point in the history
  • Loading branch information
RudyLaurent committed Jun 22, 2023
1 parent 1dc92db commit 6181e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/AUTH/methode/ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* */

connexion_local_read();
$sql = "select substr(NAME,7) as NAME,TVALUE from config where NAME like '%s'";
$sql = "select substr(NAME,7) as NAME,TVALUE from config_ldap where NAME like '%s'";
$arg = array('%CONEX%');
$res = mysql2_query_secure($sql, $_SESSION['OCS']["readServer"], $arg);

Expand Down

0 comments on commit 6181e7d

Please sign in to comment.