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) ), */ );