From ea82a8ca5af7901af92282f4387b81a27bc7042f Mon Sep 17 00:00:00 2001 From: couchuser12345 Date: Wed, 27 Mar 2019 16:27:40 -0400 Subject: [PATCH] Add updateUser to default config --- app/Config/config.default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Config/config.default.php b/app/Config/config.default.php index 5fe2ce89d..7c2370c36 100644 --- a/app/Config/config.default.php +++ b/app/Config/config.default.php @@ -160,6 +160,7 @@ $config = array( 'ldapDefaultOrg' => '1', // uses 1st local org in MISP if undefined, 'ldapAllowReferrals' => true, // allow or disallow chasing LDAP referrals //'ldapEmailField' => array('emailAddress, 'mail'), // Optional : fields from which the email address should be retrieved. Default to 'mail' only. If more than one field is set (e.g. 'emailAddress' and 'mail' in this example), only the first one will be used. + //'updateUser' => true, // Optional : Will update user on LDAP login to update user fields (e.g. role) ), */ );