mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
LDAP: specify appid when selecting from appconfig
This commit is contained in:
parent
e8100dc1a8
commit
f38932fb80
@ -51,7 +51,8 @@ class Helper {
|
||||
$query = '
|
||||
SELECT DISTINCT `configkey`
|
||||
FROM `*PREFIX*appconfig`
|
||||
WHERE `configkey` LIKE ?
|
||||
WHERE `appid` = \'user_ldap\'
|
||||
AND `configkey` LIKE ?
|
||||
';
|
||||
if($activeConfigurations) {
|
||||
$query .= ' AND `configvalue` = \'1\'';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user