From f927f2ab9f29bd43078e2f299df8259aae477726 Mon Sep 17 00:00:00 2001 From: Gofannon Date: Sun, 12 May 2019 15:56:34 +0200 Subject: [PATCH] Overload default config for peace of mind Add this setting even if not use by default. Only usefull with "internal_users" script. Harmless and makes the maintenance easier --- conf/local.protected.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/local.protected.php b/conf/local.protected.php index 04044c8..3f5176c 100644 --- a/conf/local.protected.php +++ b/conf/local.protected.php @@ -28,8 +28,7 @@ $conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixA #$conf['plugin']['authldap']['groupfilter'] = '(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))'; // Authchained plugin preload configuration. Can be used by 'internal_users' action script -//$conf['plugin']['authchained']['authtypes'] = 'authldap:authplain'; -// +$conf['plugin']['authchained']['authtypes'] = 'authldap:authplain'; /* Advanced Settings */ $conf['updatecheck'] = 0; //automatically check for new releases?