new: Update config.php template with the option whether to chase LDAP referrals.

pull/2753/head
Tomi Juntunen 2017-12-20 10:43:53 +02:00
parent e1f2969afc
commit 42cecee60a
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ $config = array(
// 'misp_readonly' => 6,
// ),
//
'ldapDefaultOrg' => '1', // uses 1st local org in MISP if undefined
'ldapDefaultOrg' => '1', // uses 1st local org in MISP if undefined,
'ldapAllowReferrals' => true, // allow or disallow chasing LDAP referrals
),
*/
);