|
|
|
@ -210,28 +210,29 @@ sub defaultValues { |
|
|
|
|
'portalAntiFrame' => 1, |
|
|
|
|
'portalCheckLogins' => 1, |
|
|
|
|
'portalDisplayAppslist' => 1, |
|
|
|
|
'portalDisplayChangePassword' => '$_auth =~ /^(LDAP|DBI|Demo)$/', |
|
|
|
|
'portalDisplayLoginHistory' => 1, |
|
|
|
|
'portalDisplayLogout' => 1, |
|
|
|
|
'portalDisplayOidcConsents' => '$_oidcConnectedRP', |
|
|
|
|
'portalDisplayRegister' => 1, |
|
|
|
|
'portalErrorOnExpiredSession' => 1, |
|
|
|
|
'portalForceAuthnInterval' => 5, |
|
|
|
|
'portalMainLogo' => 'common/logos/logo_llng_400px.png', |
|
|
|
|
'portalPingInterval' => 60000, |
|
|
|
|
'portalRequireOldPassword' => 1, |
|
|
|
|
'portalSkin' => 'bootstrap', |
|
|
|
|
'portalUserAttr' => '_user', |
|
|
|
|
'proxyAuthnLevel' => 2, |
|
|
|
|
'radius2fActivation' => 0, |
|
|
|
|
'radius2fTimeout' => 20, |
|
|
|
|
'radiusAuthnLevel' => 3, |
|
|
|
|
'randomPasswordRegexp' => '[A-Z]{3}[a-z]{5}.\\d{2}', |
|
|
|
|
'redirectFormMethod' => 'get', |
|
|
|
|
'registerDB' => 'Null', |
|
|
|
|
'registerTimeout' => 0, |
|
|
|
|
'registerUrl' => 'http://auth.example.com/register', |
|
|
|
|
'reloadTimeout' => 5, |
|
|
|
|
'portalDisplayChangePassword' => '$_auth =~ /^(LDAP|DBI|Demo)$/', |
|
|
|
|
'portalDisplayGeneratePassword' => 1, |
|
|
|
|
'portalDisplayLoginHistory' => 1, |
|
|
|
|
'portalDisplayLogout' => 1, |
|
|
|
|
'portalDisplayOidcConsents' => '$_oidcConnectedRP', |
|
|
|
|
'portalDisplayRegister' => 1, |
|
|
|
|
'portalErrorOnExpiredSession' => 1, |
|
|
|
|
'portalForceAuthnInterval' => 5, |
|
|
|
|
'portalMainLogo' => 'common/logos/logo_llng_400px.png', |
|
|
|
|
'portalPingInterval' => 60000, |
|
|
|
|
'portalRequireOldPassword' => 1, |
|
|
|
|
'portalSkin' => 'bootstrap', |
|
|
|
|
'portalUserAttr' => '_user', |
|
|
|
|
'proxyAuthnLevel' => 2, |
|
|
|
|
'radius2fActivation' => 0, |
|
|
|
|
'radius2fTimeout' => 20, |
|
|
|
|
'radiusAuthnLevel' => 3, |
|
|
|
|
'randomPasswordRegexp' => '[A-Z]{3}[a-z]{5}.\\d{2}', |
|
|
|
|
'redirectFormMethod' => 'get', |
|
|
|
|
'registerDB' => 'Null', |
|
|
|
|
'registerTimeout' => 0, |
|
|
|
|
'registerUrl' => 'http://auth.example.com/register', |
|
|
|
|
'reloadTimeout' => 5, |
|
|
|
|
'remoteGlobalStorage' => 'Lemonldap::NG::Common::Apache::Session::SOAP', |
|
|
|
|
'remoteGlobalStorageOptions' => { |
|
|
|
|
'ns' => |
|
|
|
|