|
|
|
@ -15,25 +15,27 @@ sub defaultValues { |
|
|
|
|
'type' => 'category' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
'authChoiceParam' => 'lmAuth', |
|
|
|
|
'authentication' => 'Demo', |
|
|
|
|
'captcha_mail_enabled' => 1, |
|
|
|
|
'captcha_register_enabled' => 1, |
|
|
|
|
'captcha_size' => 6, |
|
|
|
|
'casAccessControlPolicy' => 'none', |
|
|
|
|
'casAuthnLevel' => 1, |
|
|
|
|
'checkXSS' => 1, |
|
|
|
|
'confirmFormMethod' => 'post', |
|
|
|
|
'cookieName' => 'lemonldap', |
|
|
|
|
'cspConnect' => '\'self\'', |
|
|
|
|
'cspDefault' => '\'self\'', |
|
|
|
|
'cspFont' => '\'self\'', |
|
|
|
|
'cspImg' => '\'self\' data:', |
|
|
|
|
'cspScript' => '\'self\'', |
|
|
|
|
'cspStyle' => '\'self\'', |
|
|
|
|
'dbiAuthnLevel' => 2, |
|
|
|
|
'dbiExportedVars' => {}, |
|
|
|
|
'demoExportedVars' => { |
|
|
|
|
'authChoiceParam' => 'lmAuth', |
|
|
|
|
'authentication' => 'Demo', |
|
|
|
|
'available2F' => 'UTOTP,TOTP,U2F,REST,Ext2F,Yubikey', |
|
|
|
|
'available2FSelfRegistration' => 'TOTP,U2F,Yubikey', |
|
|
|
|
'captcha_mail_enabled' => 1, |
|
|
|
|
'captcha_register_enabled' => 1, |
|
|
|
|
'captcha_size' => 6, |
|
|
|
|
'casAccessControlPolicy' => 'none', |
|
|
|
|
'casAuthnLevel' => 1, |
|
|
|
|
'checkXSS' => 1, |
|
|
|
|
'confirmFormMethod' => 'post', |
|
|
|
|
'cookieName' => 'lemonldap', |
|
|
|
|
'cspConnect' => '\'self\'', |
|
|
|
|
'cspDefault' => '\'self\'', |
|
|
|
|
'cspFont' => '\'self\'', |
|
|
|
|
'cspImg' => '\'self\' data:', |
|
|
|
|
'cspScript' => '\'self\'', |
|
|
|
|
'cspStyle' => '\'self\'', |
|
|
|
|
'dbiAuthnLevel' => 2, |
|
|
|
|
'dbiExportedVars' => {}, |
|
|
|
|
'demoExportedVars' => { |
|
|
|
|
'cn' => 'cn', |
|
|
|
|
'mail' => 'mail', |
|
|
|
|
'uid' => 'uid' |
|
|
|
@ -234,6 +236,7 @@ sub defaultValues { |
|
|
|
|
'urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/proxySingleLogoutSOAP;', |
|
|
|
|
'samlSPSSODescriptorWantAssertionsSigned' => 1, |
|
|
|
|
'securedCookie' => 0, |
|
|
|
|
'sfEngine' => '::2F::Engines::Default', |
|
|
|
|
'slaveAuthnLevel' => 2, |
|
|
|
|
'slaveExportedVars' => {}, |
|
|
|
|
'SMTPServer' => '', |
|
|
|
|