|
|
|
@ -18,42 +18,41 @@ sub defaultValues { |
|
|
|
|
'authChoiceParam' => 'lmAuth', |
|
|
|
|
'authentication' => 'Demo', |
|
|
|
|
'available2F' => 'UTOTP,TOTP,U2F,REST,Mail2F,Ext2F,Yubikey', |
|
|
|
|
'available2FSelfRegistration' => 'TOTP,U2F,Yubikey', |
|
|
|
|
'bruteForceProtectionMaxAge' => 300, |
|
|
|
|
'bruteForceProtectionMaxFailed' => 3, |
|
|
|
|
'bruteForceProtectionTempo' => 30, |
|
|
|
|
'captcha_mail_enabled' => 1, |
|
|
|
|
'captcha_register_enabled' => 1, |
|
|
|
|
'captcha_size' => 6, |
|
|
|
|
'casAccessControlPolicy' => 'none', |
|
|
|
|
'casAuthnLevel' => 1, |
|
|
|
|
'checkTime' => 600, |
|
|
|
|
'checkUserHiddenAttributes' => '_loginHistory hGroups', |
|
|
|
|
'checkUserIdRule' => 1, |
|
|
|
|
'checkXSS' => 1, |
|
|
|
|
'confirmFormMethod' => 'post', |
|
|
|
|
'contextSwitchingHiddenAttributes' => '', |
|
|
|
|
'contextSwitchingIdRule' => 1, |
|
|
|
|
'contextSwitchingRule' => 0, |
|
|
|
|
'contextSwitchingStopWithLogout' => 1, |
|
|
|
|
'cookieName' => 'lemonldap', |
|
|
|
|
'corsAllow_Credentials' => 'true', |
|
|
|
|
'corsAllow_Headers' => '*', |
|
|
|
|
'corsAllow_Methods' => 'POST,GET', |
|
|
|
|
'corsAllow_Origin' => '*', |
|
|
|
|
'corsEnabled' => 1, |
|
|
|
|
'corsExpose_Headers' => '*', |
|
|
|
|
'corsMax_Age' => '86400', |
|
|
|
|
'cspConnect' => '\'self\'', |
|
|
|
|
'cspDefault' => '\'self\'', |
|
|
|
|
'cspFont' => '\'self\'', |
|
|
|
|
'cspFormAction' => '\'self\'', |
|
|
|
|
'cspImg' => '\'self\' data:', |
|
|
|
|
'cspScript' => '\'self\'', |
|
|
|
|
'cspStyle' => '\'self\'', |
|
|
|
|
'dbiAuthnLevel' => 2, |
|
|
|
|
'dbiExportedVars' => {}, |
|
|
|
|
'demoExportedVars' => { |
|
|
|
|
'available2FSelfRegistration' => 'TOTP,U2F,Yubikey', |
|
|
|
|
'bruteForceProtectionMaxAge' => 300, |
|
|
|
|
'bruteForceProtectionMaxFailed' => 3, |
|
|
|
|
'bruteForceProtectionTempo' => 30, |
|
|
|
|
'captcha_mail_enabled' => 1, |
|
|
|
|
'captcha_register_enabled' => 1, |
|
|
|
|
'captcha_size' => 6, |
|
|
|
|
'casAccessControlPolicy' => 'none', |
|
|
|
|
'casAuthnLevel' => 1, |
|
|
|
|
'checkTime' => 600, |
|
|
|
|
'checkUserHiddenAttributes' => '_loginHistory hGroups', |
|
|
|
|
'checkUserIdRule' => 1, |
|
|
|
|
'checkXSS' => 1, |
|
|
|
|
'confirmFormMethod' => 'post', |
|
|
|
|
'contextSwitchingIdRule' => 1, |
|
|
|
|
'contextSwitchingRule' => 0, |
|
|
|
|
'contextSwitchingStopWithLogout' => 1, |
|
|
|
|
'cookieName' => 'lemonldap', |
|
|
|
|
'corsAllow_Credentials' => 'true', |
|
|
|
|
'corsAllow_Headers' => '*', |
|
|
|
|
'corsAllow_Methods' => 'POST,GET', |
|
|
|
|
'corsAllow_Origin' => '*', |
|
|
|
|
'corsEnabled' => 1, |
|
|
|
|
'corsExpose_Headers' => '*', |
|
|
|
|
'corsMax_Age' => '86400', |
|
|
|
|
'cspConnect' => '\'self\'', |
|
|
|
|
'cspDefault' => '\'self\'', |
|
|
|
|
'cspFont' => '\'self\'', |
|
|
|
|
'cspFormAction' => '\'self\'', |
|
|
|
|
'cspImg' => '\'self\' data:', |
|
|
|
|
'cspScript' => '\'self\'', |
|
|
|
|
'cspStyle' => '\'self\'', |
|
|
|
|
'dbiAuthnLevel' => 2, |
|
|
|
|
'dbiExportedVars' => {}, |
|
|
|
|
'demoExportedVars' => { |
|
|
|
|
'cn' => 'cn', |
|
|
|
|
'mail' => 'mail', |
|
|
|
|
'uid' => 'uid' |
|
|
|
|