Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
ce809fc8
Commit
ce809fc8
authored
Jan 19, 2019
by
Christophe Maudoux
🐛
Browse files
Improve manager tree (#1616)
parent
774137e5
Changes
14
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
View file @
ce809fc8
...
...
@@ -121,9 +121,9 @@ sub defaultValues {
'
macros
'
=>
{},
'
mailCharset
'
=>
'
utf-8
',
'
mailFrom
'
=>
'
noreply@example.com
',
'
mailPwdRstTimeout
'
=>
0
,
'
mailPwdRstUrl
'
=>
'
http://auth.example.com/resetpwd
',
'
mailSessionKey
'
=>
'
mail
',
'
mailTimeout
'
=>
0
,
'
managerDn
'
=>
'',
'
managerPassword
'
=>
'',
'
max2FDevices
'
=>
10
,
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
View file @
ce809fc8
...
...
@@ -1585,6 +1585,10 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
'
mailPwdRstSubject
'
=>
{
'
type
'
=>
'
text
'
},
'
mailPwdRstTimeout
'
=>
{
'
default
'
=>
0
,
'
type
'
=>
'
int
'
},
'
mailPwdRstUrl
'
=>
{
'
default
'
=>
'
http://auth.example.com/resetpwd
',
'
type
'
=>
'
url
'
...
...
@@ -1596,10 +1600,6 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
'
default
'
=>
'
mail
',
'
type
'
=>
'
text
'
},
'
mailTimeout
'
=>
{
'
default
'
=>
0
,
'
type
'
=>
'
int
'
},
'
maintenance
'
=>
{
'
default
'
=>
0
,
'
type
'
=>
'
bool
'
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
View file @
ce809fc8
...
...
@@ -1137,19 +1137,19 @@ sub attributes {
},
mailReplyTo
=>
{
type
=>
'
text
',
documentation
=>
'
Reply-To address
'
},
mailTimeout
=>
{
mail
PwdRst
Timeout
=>
{
type
=>
'
int
',
default
=>
0
,
documentation
=>
'
Mail session timeout
',
documentation
=>
'
Mail
password reset
session timeout
',
},
# Password reset
mailPwdRstBody
=>
{
type
=>
'
longtext
',
documentation
=>
'
Custom mail body
',
},
{
type
=>
'
longtext
',
documentation
=>
'
Custom
password reset
mail body
',
},
mailPwdRstConfirmBody
=>
{
type
=>
'
longtext
',
documentation
=>
'
Custom confirm mail body
',
documentation
=>
'
Custom confirm
password reset
mail body
',
},
mailPwdRstConfirmSubject
=>
{
type
=>
'
text
',
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
View file @
ce809fc8
...
...
@@ -515,13 +515,13 @@ sub tree {
'
exportedAttr
',
{
title
=>
'
SMTP
',
nodes
=>
[
'
mailSessionKey
',
'
SMTPServer
',
'
SMTPPort
',
'
SMTPAuthUser
',
'
SMTPAuthPass
',
'
SMTPTLS
',
'
SMTPTLSOpts
',
'
mailSessionKey
',
'
SMTPTLSOpts
',
{
title
=>
'
mailHeaders
',
form
=>
'
simpleInputContainer
',
nodes
=>
[
...
...
@@ -571,7 +571,7 @@ sub tree {
form
=>
'
simpleInputContainer
',
nodes
=>
[
'
mailPwdRstUrl
',
'
mailTimeout
',
'
mail
PwdRst
Timeout
',
'
randomPasswordRegexp
',
]
}
...
...
lemonldap-ng-manager/site/htdocs/static/languages/ar.json
View file @
ce809fc8
...
...
@@ -392,7 +392,7 @@
"mailReplyTo"
:
"عنوان الجواب"
,
"mailSessionKey"
:
"مفتاح الجلسة الذي يحتوي على عنوان البريد الإلكتروني"
,
"mailPwdRstSubject"
:
"نجاح عنوان البريد"
,
"mailTimeout"
:
"عدم تطابق كلمت المرور"
,
"mail
PwdRst
Timeout"
:
"عدم تطابق كلمت المرور"
,
"mailPwdRstUrl"
:
"Page URL"
,
"maintenance"
:
"وضع الصيانة"
,
"malformedValue"
:
"قيمة سيئة التصميم"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/de.json
View file @
ce809fc8
...
...
@@ -392,7 +392,7 @@
"mailReplyTo"
:
"Reply address"
,
"mailSessionKey"
:
"Session key containing mail address"
,
"mailPwdRstSubject"
:
"Success mail subject"
,
"mailTimeout"
:
"Validity time of a password reset request"
,
"mail
PwdRst
Timeout"
:
"Validity time of a password reset request"
,
"mailPwdRstUrl"
:
"Page URL"
,
"maintenance"
:
"Maintenance mode"
,
"malformedValue"
:
"Malformed value"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/en.json
View file @
ce809fc8
...
...
@@ -392,8 +392,8 @@
"mailReplyTo"
:
"Reply address"
,
"mailSessionKey"
:
"Session key containing mail address"
,
"mailPwdRstSubject"
:
"Success mail subject"
,
"mailTimeout"
:
"Validity time of a password reset request"
,
"mailPwdRstUrl"
:
"
P
age URL"
,
"mail
PwdRst
Timeout"
:
"Validity time of a password reset request"
,
"mailPwdRstUrl"
:
"
Reset p
age URL"
,
"maintenance"
:
"Maintenance mode"
,
"malformedValue"
:
"Malformed value"
,
"managerDn"
:
"Account"
,
...
...
@@ -635,7 +635,7 @@
"registerDB"
:
"Register module"
,
"registerDoneSubject"
:
"Subject for done mail"
,
"registerTimeout"
:
"Validity time of a register request"
,
"registerUrl"
:
"
P
age URL"
,
"registerUrl"
:
"
Register p
age URL"
,
"reloadParams"
:
"Configuration reload"
,
"reloadTimeout"
:
"Reload timeout"
,
"reloadUrls"
:
"Reload URLs"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/fr.json
View file @
ce809fc8
...
...
@@ -383,7 +383,7 @@
"mailCharset"
:
"Charset"
,
"mailPwdRstConfirmBody"
:
"Contenu du message de confirmation"
,
"mailPwdRstConfirmSubject"
:
"Sujet du message de confirmation"
,
"mailPwdRstContent"
:
"Contenu du mail de réinitialisation
du mot de passe
"
,
"mailPwdRstContent"
:
"Contenu du mail de réinitialisation"
,
"mailFrom"
:
"Expéditeur du message"
,
"mailHeaders"
:
"En-têtes du mail"
,
"mailLDAPFilter"
:
"Filtre mail"
,
...
...
@@ -392,8 +392,8 @@
"mailReplyTo"
:
"Adresse de réponse"
,
"mailSessionKey"
:
"Clef de session contenant l'adresse email"
,
"mailPwdRstSubject"
:
"Sujet du message de succès"
,
"mailTimeout"
:
"Durée de validité d'une
demand
e de réinitialisation"
,
"mailPwdRstUrl"
:
"URL de la page"
,
"mail
PwdRst
Timeout"
:
"Durée de validité d'une
requêt
e de réinitialisation"
,
"mailPwdRstUrl"
:
"URL de la page
de réinitialisation
"
,
"maintenance"
:
"Mode maintenance"
,
"malformedValue"
:
"Valeur mal formée"
,
"managerDn"
:
"Compte de connexion LDAP"
,
...
...
@@ -634,8 +634,8 @@
"registerConfirmSubject"
:
"Sujet du mail de confirmation"
,
"registerDB"
:
"Module d'auto-enregistrement"
,
"registerDoneSubject"
:
"Sujet du mail de prise en compte"
,
"registerTimeout"
:
"Durée de validité d
e la
requête"
,
"registerUrl"
:
"URL de la page"
,
"registerTimeout"
:
"Durée de validité d
'une
requête
de création
"
,
"registerUrl"
:
"URL de la page
de création
"
,
"reloadParams"
:
"Mise à jour de la configuration"
,
"reloadTimeout"
:
"Délai de mise à jour"
,
"reloadUrls"
:
"URLs de mise à jour"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/it.json
View file @
ce809fc8
...
...
@@ -392,7 +392,7 @@
"mailReplyTo"
:
"Indirizzo di risposta"
,
"mailSessionKey"
:
"Chiave di sessione contenente l'indirizzo di posta"
,
"mailPwdRstSubject"
:
"Successo del soggetto della mail"
,
"mailTimeout"
:
"Tempo di validità di una richiesta di ripristino della password"
,
"mail
PwdRst
Timeout"
:
"Tempo di validità di una richiesta di ripristino della password"
,
"mailPwdRstUrl"
:
"URL della pagina"
,
"maintenance"
:
"Modalità di manutenzione"
,
"malformedValue"
:
"Valore malformato"
,
...
...
@@ -632,10 +632,10 @@
"regexps"
:
"Espressioni regolari"
,
"register"
:
"Registra nuovo account"
,
"registerConfirmSubject"
:
"Oggetto per la mail di conferma"
,
"registerDB"
:
"Modulo di autoregistrazione"
,
"registerDB"
:
"Modulo di autoregi
di registrazione
strazione"
,
"registerDoneSubject"
:
"Oggetto per la mail inviata"
,
"registerTimeout"
:
"Tempo di validità di una richiesta di registrazione"
,
"registerUrl"
:
"URL della pagina"
,
"registerUrl"
:
"URL della pagina
di registrazione
"
,
"reloadParams"
:
"Ricarica di configurazione"
,
"reloadTimeout"
:
"Ricarica il timeout"
,
"reloadUrls"
:
"Ricarica gli URL"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/vi.json
View file @
ce809fc8
...
...
@@ -392,8 +392,8 @@
"mailReplyTo"
:
"Địa chỉ trả lời"
,
"mailSessionKey"
:
"Khóa phiên chứa địa chỉ thư"
,
"mailPwdRstSubject"
:
"Chủ đề thư thành công"
,
"mailTimeout"
:
"Thời hạn hợp lệ của yêu cầu đặt lại mật khẩu"
,
"mailPwdRstUrl"
:
"
P
age URL"
,
"mail
PwdRst
Timeout"
:
"Thời hạn hợp lệ của yêu cầu đặt lại mật khẩu"
,
"mailPwdRstUrl"
:
"
Reset p
age URL"
,
"maintenance"
:
"Chế độ bảo trì"
,
"malformedValue"
:
"Giá trị không hợp lệ"
,
"managerDn"
:
"Tài khoản"
,
...
...
@@ -635,7 +635,7 @@
"registerDB"
:
"Register module"
,
"registerDoneSubject"
:
"Tiêu đề cho thư đã hoàn tất"
,
"registerTimeout"
:
"Thời hạn hiệu lực của yêu cầu đăng ký"
,
"registerUrl"
:
"
P
age URL"
,
"registerUrl"
:
"
Register p
age URL"
,
"reloadParams"
:
"Configuration reload"
,
"reloadTimeout"
:
"Reload timeout"
,
"reloadUrls"
:
"Reload URLs"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/zh.json
View file @
ce809fc8
...
...
@@ -392,8 +392,8 @@
"mailReplyTo"
:
"Reply address"
,
"mailSessionKey"
:
"Session key containing mail address"
,
"mailPwdRstSubject"
:
"Success mail subject"
,
"mailTimeout"
:
"Validity time of a password reset request"
,
"mailPwdRstUrl"
:
"
P
age URL"
,
"mail
PwdRst
Timeout"
:
"Validity time of a password reset request"
,
"mailPwdRstUrl"
:
"
Reset p
age URL"
,
"maintenance"
:
"Maintenance mode"
,
"malformedValue"
:
"Malformed value"
,
"managerDn"
:
"账户"
,
...
...
@@ -635,7 +635,7 @@
"registerDB"
:
"Register module"
,
"registerDoneSubject"
:
"Subject for done mail"
,
"registerTimeout"
:
"Validity time of a register request"
,
"registerUrl"
:
"
P
age URL"
,
"registerUrl"
:
"
Register p
age URL"
,
"reloadParams"
:
"Configuration reload"
,
"reloadTimeout"
:
"Reload timeout"
,
"reloadUrls"
:
"Reload URLs"
,
...
...
lemonldap-ng-manager/site/htdocs/static/reverseTree.json
View file @
ce809fc8
{
"ADPwdExpireWarning"
:
"generalParameters/authParams/adParams"
,
"ADPwdMaxAge"
:
"generalParameters/authParams/adParams"
,
"AuthLDAPFilter"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"LDAPFilter"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"SMTPAuthPass"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPAuthUser"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPPort"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPServer"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPTLS"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPTLSOpts"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SSLAuthnLevel"
:
"generalParameters/authParams/sslParams"
,
"SSLVar"
:
"generalParameters/authParams/sslParams"
,
"SSLVarIf"
:
"generalParameters/authParams/sslParams"
,
"activeTimer"
:
"generalParameters/advancedParams/forms"
,
"apacheAuthnLevel"
:
"generalParameters/authParams/apacheParams"
,
"applicationList"
:
"generalParameters/portalParams/portalMenu"
,
"authChoiceModules"
:
"generalParameters/authParams/choiceParams"
,
"authChoiceParam"
:
"generalParameters/authParams/choiceParams"
,
"authentication"
:
"generalParameters/authParams"
,
"autoSigninRules"
:
"generalParameters/plugins/autoSignin"
,
"bruteForceProtection"
:
"generalParameters/advancedParams/security"
,
"captcha_login_enabled"
:
"generalParameters/portalParams/portalCaptcha"
,
"captcha_mail_enabled"
:
"generalParameters/portalParams/portalCaptcha"
,
"captcha_register_enabled"
:
"generalParameters/portalParams/portalCaptcha"
,
"captcha_size"
:
"generalParameters/portalParams/portalCaptcha"
,
"casAccessControlPolicy"
:
"casServiceMetadata"
,
"casAppMetaDataNodes"
:
""
,
"casAttr"
:
"casServiceMetadata"
,
"casAttributes"
:
"casServiceMetadata"
,
"casAuthnLevel"
:
"generalParameters/authParams/casParams"
,
"casSrvMetaDataNodes"
:
""
,
"casStorage"
:
"casServiceMetadata"
,
"casStorageOptions"
:
"casServiceMetadata"
,
"cda"
:
"generalParameters/cookieParams"
,
"checkState"
:
"generalParameters/plugins/stateCheck"
,
"checkStateSecret"
:
"generalParameters/plugins/stateCheck"
,
"checkXSS"
:
"generalParameters/advancedParams/security"
,
"combModules"
:
"generalParameters/authParams/combinationParams"
,
"combination"
:
"generalParameters/authParams/combinationParams"
,
"confirmFormMethod"
:
"generalParameters/advancedParams/forms"
,
"cookieExpiration"
:
"generalParameters/cookieParams"
,
"cookieName"
:
"generalParameters/cookieParams"
,
"cspConnect"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspDefault"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspFont"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspFormAction"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspImg"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspScript"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspStyle"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"customAddParams"
:
"generalParameters/authParams/customParams"
,
"customAuth"
:
"generalParameters/authParams/customParams"
,
"customFunctions"
:
"generalParameters/advancedParams"
,
"customPassword"
:
"generalParameters/authParams/customParams"
,
"customRegister"
:
"generalParameters/authParams/customParams"
,
"customUserDB"
:
"generalParameters/authParams/customParams"
,
"dbiAuthChain"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionAuth"
,
"dbiAuthLoginCol"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiAuthPassword"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionAuth"
,
"dbiAuthPasswordCol"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiAuthPasswordHash"
:
"generalParameters/authParams/dbiParams/dbiPassword"
,
"dbiAuthTable"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiAuthUser"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionAuth"
,
"dbiAuthnLevel"
:
"generalParameters/authParams/dbiParams"
,
"dbiDynamicHashEnabled"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiDynamicHashNewPasswordScheme"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiDynamicHashValidSaltedSchemes"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiDynamicHashValidSchemes"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiExportedVars"
:
"generalParameters/authParams/dbiParams"
,
"dbiPasswordMailCol"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiUserChain"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionUser"
,
"dbiUserPassword"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionUser"
,
"dbiUserTable"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiUserUser"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionUser"
,
"demoExportedVars"
:
"generalParameters/authParams/demoParams"
,
"domain"
:
"generalParameters/cookieParams"
,
"exportedAttr"
:
"generalParameters/plugins/portalServers"
,
"exportedVars"
:
"variables"
,
"ext2FSendCommand"
:
"generalParameters/secondFactors/external2f"
,
"ext2FValidateCommand"
:
"generalParameters/secondFactors/external2f"
,
"ext2fActivation"
:
"generalParameters/secondFactors/external2f"
,
"ext2fAuthnLevel"
:
"generalParameters/secondFactors/external2f"
,
"ext2fLogo"
:
"generalParameters/secondFactors/external2f"
,
"facebookAppId"
:
"generalParameters/authParams/facebookParams"
,
"facebookAppSecret"
:
"generalParameters/authParams/facebookParams"
,
"facebookAuthnLevel"
:
"generalParameters/authParams/facebookParams"
,
"facebookExportedVars"
:
"generalParameters/authParams/facebookParams"
,
"facebookUserField"
:
"generalParameters/authParams/facebookParams"
,
"failedLoginNumber"
:
"generalParameters/plugins/loginHistory"
,
"formTimeout"
:
"generalParameters/advancedParams/security"
,
"globalStorage"
:
"generalParameters/sessionParams/sessionStorage"
,
"globalStorageOptions"
:
"generalParameters/sessionParams/sessionStorage"
,
"grantSessionRules"
:
"generalParameters/sessionParams"
,
"groups"
:
"variables"
,
"hiddenAttributes"
:
"generalParameters/logParams"
,
"hideOldPassword"
:
"generalParameters/portalParams/portalCustomization/passwordManagement"
,
"httpOnly"
:
"generalParameters/cookieParams"
,
"https"
:
"generalParameters/advancedParams/redirection"
,
"infoFormMethod"
:
"generalParameters/advancedParams/forms"
,
"issuerDBCASActivation"
:
"generalParameters/issuerParams/issuerDBCAS"
,
"issuerDBCASPath"
:
"generalParameters/issuerParams/issuerDBCAS"
,
"issuerDBCASRule"
:
"generalParameters/issuerParams/issuerDBCAS"
,
"issuerDBGetActivation"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBGetParameters"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBGetPath"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBGetRule"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBOpenIDActivation"
:
"generalParameters/issuerParams/issuerDBOpenID"
,
"issuerDBOpenIDConnectActivation"
:
"generalParameters/issuerParams/issuerDBOpenIDConnect"
,
"issuerDBOpenIDConnectPath"
:
"generalParameters/issuerParams/issuerDBOpenIDConnect"
,
"issuerDBOpenIDConnectRule"
:
"generalParameters/issuerParams/issuerDBOpenIDConnect"
,
"issuerDBOpenIDPath"
:
"generalParameters/issuerParams/issuerDBOpenID"
,
"issuerDBOpenIDRule"
:
"generalParameters/issuerParams/issuerDBOpenID"
,
"issuerDBSAMLActivation"
:
"generalParameters/issuerParams/issuerDBSAML"
,
"issuerDBSAMLPath"
:
"generalParameters/issuerParams/issuerDBSAML"
,
"issuerDBSAMLRule"
:
"generalParameters/issuerParams/issuerDBSAML"
,
"jsRedirect"
:
"generalParameters/advancedParams/portalRedirection"
,
"key"
:
"generalParameters/advancedParams/security"
,
"krbAuthnLevel"
:
"generalParameters/authParams/kerberosParams"
,
"krbByJs"
:
"generalParameters/authParams/kerberosParams"
,
"krbKeytab"
:
"generalParameters/authParams/kerberosParams"
,
"krbRemoveDomain"
:
"generalParameters/authParams/kerberosParams"
,
"ldapAllowResetExpiredPassword"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapAuthnLevel"
:
"generalParameters/authParams/ldapParams"
,
"ldapBase"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapChangePasswordAsUser"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapExportedVars"
:
"generalParameters/authParams/ldapParams"
,
"ldapGroupAttributeName"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupAttributeNameGroup"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupAttributeNameSearch"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupAttributeNameUser"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupBase"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupObjectClass"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupRecursive"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapPasswordResetAttribute"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapPasswordResetAttributeValue"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapPort"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapPpolicyControl"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapPwdEnc"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapRaw"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapSearchDeref"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"ldapServer"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapSetPassword"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapTimeout"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapUsePasswordResetAttribute"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapVersion"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"linkedInAuthnLevel"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInClientID"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInClientSecret"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInFields"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInScope"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInUserField"
:
"generalParameters/authParams/linkedinParams"
,
"localSessionStorage"
:
"generalParameters/sessionParams/sessionStorage"
,
"localSessionStorageOptions"
:
"generalParameters/sessionParams/sessionStorage"
,
"loginHistoryEnabled"
:
"generalParameters/plugins/loginHistory"
,
"logoutServices"
:
"generalParameters/advancedParams"
,
"lwpOpts"
:
"generalParameters/advancedParams/security"
,
"lwpSslOpts"
:
"generalParameters/advancedParams/security"
,
"macros"
:
"variables"
,
"mailCharset"
:
"generalParameters/plugins/portalServers/SMTP/mailHeaders"
,
"mailFrom"
:
"generalParameters/plugins/portalServers/SMTP/mailHeaders"
,
"mailLDAPFilter"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"mailOnPasswordChange"
:
"generalParameters/portalParams/portalCustomization/passwordManagement"
,
"mailPwdRstBody"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstConfirmBody"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstConfirmSubject"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstSubject"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstUrl"
:
"generalParameters/plugins/passwordManagement/mailOther"
,
"mailReplyTo"
:
"generalParameters/plugins/portalServers/SMTP/mailHeaders"
,
"mailSessionKey"
:
"generalParameters/plugins/portalServers/SMTP"
,
"mailTimeout"
:
"generalParameters/plugins/passwordManagement/mailOther"
,
"maintenance"
:
"generalParameters/advancedParams/redirection"
,
"managerDn"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"managerPassword"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"multiValuesSeparator"
:
"generalParameters/advancedParams"
,
"nginxCustomHandlers"
:
"generalParameters/advancedParams"
,
"noAjaxHook"
:
"generalParameters/advancedParams/portalRedirection"
,
"notification"
:
"generalParameters/plugins/notifications"
,
"notificationServer"
:
"generalParameters/plugins/notifications"
,
"notificationStorage"
:
"generalParameters/plugins/notifications"
,
"notificationStorageOptions"
:
"generalParameters/plugins/notifications"
,
"notificationWildcard"
:
"generalParameters/plugins/notifications"
,
"notificationXSLTfile"
:
"generalParameters/plugins/notifications"
,
"notifyDeleted"
:
"generalParameters/sessionParams/multipleSessions"
,
"notifyOther"
:
"generalParameters/sessionParams/multipleSessions"
,
"nullAuthnLevel"
:
"generalParameters/authParams/nullParams"
,
"oidcAuthnLevel"
:
"generalParameters/authParams/oidcParams"
,
"oidcOPMetaDataNodes"
:
""
,
"oidcRPCallbackGetParam"
:
"generalParameters/authParams/oidcParams"
,
"oidcRPMetaDataNodes"
:
""
,
"oidcRPStateTimeout"
:
"generalParameters/authParams/oidcParams"
,
"oidcServiceAllowAuthorizationCodeFlow"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceAllowDynamicRegistration"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceAllowHybridFlow"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceAllowImplicitFlow"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceKeyIdSig"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceMetaDataAuthnContext"
:
"oidcServiceMetaData"
,
"oidcServiceMetaDataAuthorizeURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataBackChannelURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataCheckSessionURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataEndSessionURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataFrontChannelURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataIssuer"
:
"oidcServiceMetaData"
,
"oidcServiceMetaDataJWKSURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataRegistrationURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataTokenURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataUserInfoURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServicePrivateKeySig"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity/oidcServiceMetaDataKeys"
,
"oidcServicePublicKeySig"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity/oidcServiceMetaDataKeys"
,
"oidcStorage"
:
"oidcServiceMetaData/oidcServiceMetaDataSessions"
,
"oidcStorageOptions"
:
"oidcServiceMetaData/oidcServiceMetaDataSessions"
,
"oldNotifFormat"
:
"generalParameters/plugins/notifications"
,
"openIdAttr"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions"
,
"openIdAuthnLevel"
:
"generalParameters/authParams/openidParams"
,
"openIdExportedVars"
:
"generalParameters/authParams/openidParams"
,
"openIdIDPList"
:
"generalParameters/authParams/openidParams"
,
"openIdIssuerSecret"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions"
,
"openIdSPList"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions"
,
"openIdSecret"
:
"generalParameters/authParams/openidParams"
,
"openIdSreg_country"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_dob"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_email"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_fullname"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_gender"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_language"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_nickname"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_postcode"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_timezone"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"pamAuthnLevel"
:
"generalParameters/authParams/pamParams"
,
"pamService"
:
"generalParameters/authParams/pamParams"
,
"passwordDB"
:
"generalParameters/authParams"
,
"passwordResetAllowedRetries"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"persistentStorage"
:
"generalParameters/sessionParams/persistentSessions"
,
"persistentStorageOptions"
:
"generalParameters/sessionParams/persistentSessions"
,
"port"
:
"generalParameters/advancedParams/redirection"
,
"portal"
:
"generalParameters/portalParams"
,
"portalAntiFrame"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalCheckLogins"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"portalDisplayAppslist"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayChangePassword"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayLoginHistory"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayLogout"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayOidcConsents"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayRegister"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"portalDisplayResetPassword"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"portalErrorOnExpiredSession"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalErrorOnMailNotFound"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalForceAuthn"
:
"generalParameters/advancedParams/security"
,
"portalForceAuthnInterval"
:
"generalParameters/advancedParams/security"
,
"portalMainLogo"
:
"generalParameters/portalParams/portalCustomization"
,
"portalOpenLinkInNewWindow"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalPingInterval"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalRequireOldPassword"
:
"generalParameters/portalParams/portalCustomization/passwordManagement"
,
"portalSkin"
:
"generalParameters/portalParams/portalCustomization"
,
"portalSkinBackground"
:
"generalParameters/portalParams/portalCustomization"
,
"portalSkinRules"
:
"generalParameters/portalParams/portalCustomization"
,
"portalStatus"
:
"generalParameters/plugins"
,
"portalUserAttr"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"proxyAuthService"
:
"generalParameters/authParams/proxyParams"
,
"proxyAuthnLevel"
:
"generalParameters/authParams/proxyParams"
,
"proxySessionService"
:
"generalParameters/authParams/proxyParams"
,
"proxyUseSoap"
:
"generalParameters/authParams/proxyParams"
,
"radiusAuthnLevel"
:
"generalParameters/authParams/radiusParams"
,
"radiusSecret"
:
"generalParameters/authParams/radiusParams"
,
"radiusServer"
:
"generalParameters/authParams/radiusParams"
,
"randomPasswordRegexp"
:
"generalParameters/plugins/passwordManagement/mailOther"
,
"redirectFormMethod"
:
"generalParameters/advancedParams/forms"
,
"registerConfirmSubject"
:
"generalParameters/plugins/register"
,
"registerDB"
:
"generalParameters/authParams"
,
"registerDoneSubject"
:
"generalParameters/plugins/register"
,
"registerTimeout"
:
"generalParameters/plugins/register"
,
"registerUrl"
:
"generalParameters/plugins/register"
,
"reloadTimeout"
:
"generalParameters/reloadParams"
,
"reloadUrls"
:
"generalParameters/reloadParams"
,
"remoteCookieName"
:
"generalParameters/authParams/remoteParams"
,
"remoteGlobalStorage"
:
"generalParameters/authParams/remoteParams"
,
"remoteGlobalStorageOptions"
:
"generalParameters/authParams/remoteParams"
,
"remotePortal"
:
"generalParameters/authParams/remoteParams"
,
"requireToken"
:
"generalParameters/advancedParams/security"
,
"rest2fActivation"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fAuthnLevel"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fInitArgs"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fInitUrl"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fLogo"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fVerifyArgs"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fVerifyUrl"
:
"generalParameters/secondFactors/rest2f"
,
"restAuthUrl"
:
"generalParameters/authParams/restParams"
,
"restConfigServer"
:
"generalParameters/plugins/portalServers"
,
"restPwdConfirmUrl"
:
"generalParameters/authParams/restParams"
,
"restPwdModifyUrl"
:
"generalParameters/authParams/restParams"
,
"restSessionServer"
:
"generalParameters/plugins/portalServers"
,
"restUserDBUrl"
:
"generalParameters/authParams/restParams"
,
"samlAttributeAuthorityDescriptorAttributeServiceSOAP"
:
"samlServiceMetaData/samlAttributeAuthorityDescriptor/samlAttributeAuthorityDescriptorAttributeService"
,
"samlAuthnContextMapKerberos"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlAuthnContextMapPassword"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlAuthnContextMapPasswordProtectedTransport"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlAuthnContextMapTLSClient"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlCommonDomainCookieActivation"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlCommonDomainCookieDomain"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlCommonDomainCookieReader"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlCommonDomainCookieWriter"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlDiscoveryProtocolActivation"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlDiscoveryProtocolIsPassive"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlDiscoveryProtocolPolicy"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlDiscoveryProtocolURL"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlEntityID"
:
"samlServiceMetaData"
,
"samlIDPMetaDataNodes"
:
""
,
"samlIDPSSODescriptorArtifactResolutionServiceArtifact"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorArtifactResolutionService"
,
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleLogoutService"
,
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleLogoutService"
,
"samlIDPSSODescriptorSingleLogoutServiceSOAP"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleLogoutService"
,
"samlIDPSSODescriptorSingleSignOnServiceHTTPArtifact"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleSignOnService"
,
"samlIDPSSODescriptorSingleSignOnServiceHTTPPost"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleSignOnService"
,
"samlIDPSSODescriptorSingleSignOnServiceHTTPRedirect"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleSignOnService"
,
"samlIDPSSODescriptorWantAuthnRequestsSigned"
:
"samlServiceMetaData/samlIDPSSODescriptor"
,
"samlIdPResolveCookie"
:
"samlServiceMetaData/samlAdvanced"
,
"samlMetadataForceUTF8"
:
"samlServiceMetaData/samlAdvanced"
,
"samlNameIDFormatMapEmail"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlNameIDFormatMapKerberos"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlNameIDFormatMapWindows"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlNameIDFormatMapX509"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlOrganizationDisplayName"
:
"samlServiceMetaData/samlOrganization"
,
"samlOrganizationName"
:
"samlServiceMetaData/samlOrganization"
,
"samlOrganizationURL"
:
"samlServiceMetaData/samlOrganization"
,
"samlRelayStateTimeout"
:
"samlServiceMetaData/samlAdvanced"
,
"samlSPMetaDataNodes"
:
""
,
"samlSPSSODescriptorArtifactResolutionServiceArtifact"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorArtifactResolutionService"
,
"samlSPSSODescriptorAssertionConsumerServiceHTTPArtifact"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorAssertionConsumerService"
,
"samlSPSSODescriptorAssertionConsumerServiceHTTPPost"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorAssertionConsumerService"
,
"samlSPSSODescriptorAuthnRequestsSigned"
:
"samlServiceMetaData/samlSPSSODescriptor"
,
"samlSPSSODescriptorSingleLogoutServiceHTTPPost"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorSingleLogoutService"
,
"samlSPSSODescriptorSingleLogoutServiceHTTPRedirect"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorSingleLogoutService"
,
"samlSPSSODescriptorSingleLogoutServiceSOAP"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorSingleLogoutService"
,
"samlSPSSODescriptorWantAssertionsSigned"
:
"samlServiceMetaData/samlSPSSODescriptor"
,
"samlServicePrivateKeyEnc"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecurityEnc"
,
"samlServicePrivateKeyEncPwd"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecurityEnc"
,
"samlServicePrivateKeySig"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecuritySig"
,
"samlServicePrivateKeySigPwd"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecuritySig"
,
"samlServicePublicKeyEnc"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecurityEnc"
,
"samlServicePublicKeySig"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecuritySig"
,
"samlServiceSignatureMethod"
:
"samlServiceMetaData/samlServiceSecurity"
,
"samlServiceUseCertificateInResponse"
:
"samlServiceMetaData/samlServiceSecurity"
,
"samlStorage"
:
"samlServiceMetaData/samlAdvanced"
,
"samlStorageOptions"
:
"samlServiceMetaData/samlAdvanced"
,
"samlUseQueryStringSpecific"
:
"samlServiceMetaData/samlAdvanced"
,
"securedCookie"
:
"generalParameters/cookieParams"
,
"sessionDataToRemember"
:
"generalParameters/plugins/loginHistory"
,
"sfRequired"
:
"generalParameters/secondFactors"
,
"showLanguages"
:
"generalParameters/portalParams/portalCustomization"
,
"singleIP"
:
"generalParameters/sessionParams/multipleSessions"
,
"singleSession"
:
"generalParameters/sessionParams/multipleSessions"
,
"singleSessionUserByIP"
:
"generalParameters/sessionParams/multipleSessions"
,
"singleUserByIP"
:
"generalParameters/sessionParams/multipleSessions"
,
"skipRenewConfirmation"
:
"generalParameters/advancedParams/portalRedirection"
,
"slaveAuthnLevel"
:
"generalParameters/authParams/slaveParams"
,
"slaveExportedVars"
:
"generalParameters/authParams/slaveParams"
,
"slaveHeaderContent"
:
"generalParameters/authParams/slaveParams"
,
"slaveHeaderName"
:
"generalParameters/authParams/slaveParams"
,
"slaveMasterIP"
:
"generalParameters/authParams/slaveParams"
,
"slaveUserHeader"
:
"generalParameters/authParams/slaveParams"
,
"soapConfigServer"
:
"generalParameters/plugins/portalServers"
,
"soapSessionServer"
:
"generalParameters/plugins/portalServers"
,
"sslByAjax"
:
"generalParameters/authParams/sslParams"
,
"sslHost"
:
"generalParameters/authParams/sslParams"
,
"stayConnected"
:
"generalParameters/plugins"
,
"storePassword"
:
"generalParameters/sessionParams"
,
"successLoginNumber"
:
"generalParameters/plugins/loginHistory"
,
"timeout"
:
"generalParameters/sessionParams"
,
"timeoutActivity"
:
"generalParameters/sessionParams"
,
"timeoutActivityInterval"
:
"generalParameters/sessionParams"
,
"tokenUseGlobalStorage"
:
"generalParameters/advancedParams/security"
,
"totp2fActivation"
:
"generalParameters/secondFactors/totp"
,
"totp2fAuthnLevel"
:
"generalParameters/secondFactors/totp"
,
"totp2fDigits"
:
"generalParameters/secondFactors/totp"
,
"totp2fDisplayExistingSecret"
:
"generalParameters/secondFactors/totp"
,
"totp2fInterval"
:
"generalParameters/secondFactors/totp"
,
"totp2fIssuer"
:
"generalParameters/secondFactors/totp"
,
"totp2fRange"
:
"generalParameters/secondFactors/totp"
,
"totp2fSelfRegistration"
:
"generalParameters/secondFactors/totp"
,
"totp2fUserCanChangeKey"
:
"generalParameters/secondFactors/totp"
,
"totp2fUserCanRemoveKey"
:
"generalParameters/secondFactors/totp"
,
"trustedDomains"
:
"generalParameters/advancedParams/security"
,
"trustedProxies"
:
"generalParameters/logParams"
,
"twitterAppName"
:
"generalParameters/authParams/twitterParams"
,
"twitterAuthnLevel"
:
"generalParameters/authParams/twitterParams"
,
"twitterKey"
:
"generalParameters/authParams/twitterParams"
,
"twitterSecret"
:
"generalParameters/authParams/twitterParams"
,
"twitterUserField"
:
"generalParameters/authParams/twitterParams"
,
"u2fActivation"
:
"generalParameters/secondFactors/u2f"
,
"u2fAuthnLevel"
:
"generalParameters/secondFactors/u2f"
,
"u2fSelfRegistration"
:
"generalParameters/secondFactors/u2f"
,
"u2fUserCanRemoveKey"
:
"generalParameters/secondFactors/u2f"
,
"upgradeSession"
:
"generalParameters/plugins"
,
"useRedirectOnError"
:
"generalParameters/advancedParams/redirection"
,
"useRedirectOnForbidden"
:
"generalParameters/advancedParams/redirection"
,
"useSafeJail"
:
"generalParameters/advancedParams/security"
,
"userControl"
:
"generalParameters/advancedParams/security"
,
"userDB"
:
"generalParameters/authParams"
,
"userPivot"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"utotp2fActivation"
:
"generalParameters/secondFactors/utotp2f"
,
"utotp2fAuthnLevel"
:
"generalParameters/secondFactors/utotp2f"
,
"virtualHosts"
:
""
,
"webIDAuthnLevel"
:
"generalParameters/authParams/webidParams"
,
"webIDExportedVars"
:
"generalParameters/authParams/webidParams"
,
"webIDWhitelist"
:
"generalParameters/authParams/webidParams"
,
"whatToTrace"
:
"generalParameters/logParams"
,
"wsdlServer"
:
"generalParameters/plugins/portalServers"
,
"yubikey2fActivation"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fAuthnLevel"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fClientID"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fNonce"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fPublicIDSize"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fSecretKey"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fSelfRegistration"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fUrl"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fUserCanRemoveKey"
:
"generalParameters/secondFactors/yubikey2f"
}
\ No newline at end of file
{
"ADPwdExpireWarning"
:
"generalParameters/authParams/adParams"
,
"ADPwdMaxAge"
:
"generalParameters/authParams/adParams"
,
"AuthLDAPFilter"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"LDAPFilter"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"SMTPAuthPass"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPAuthUser"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPPort"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPServer"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPTLS"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SMTPTLSOpts"
:
"generalParameters/plugins/portalServers/SMTP"
,
"SSLAuthnLevel"
:
"generalParameters/authParams/sslParams"
,
"SSLVar"
:
"generalParameters/authParams/sslParams"
,
"SSLVarIf"
:
"generalParameters/authParams/sslParams"
,
"activeTimer"
:
"generalParameters/advancedParams/forms"
,
"apacheAuthnLevel"
:
"generalParameters/authParams/apacheParams"
,
"applicationList"
:
"generalParameters/portalParams/portalMenu"
,
"authChoiceModules"
:
"generalParameters/authParams/choiceParams"
,
"authChoiceParam"
:
"generalParameters/authParams/choiceParams"
,
"authentication"
:
"generalParameters/authParams"
,
"autoSigninRules"
:
"generalParameters/plugins/autoSignin"
,
"bruteForceProtection"
:
"generalParameters/advancedParams/security"
,
"captcha_login_enabled"
:
"generalParameters/portalParams/portalCaptcha"
,
"captcha_mail_enabled"
:
"generalParameters/portalParams/portalCaptcha"
,
"captcha_register_enabled"
:
"generalParameters/portalParams/portalCaptcha"
,
"captcha_size"
:
"generalParameters/portalParams/portalCaptcha"
,
"casAccessControlPolicy"
:
"casServiceMetadata"
,
"casAppMetaDataNodes"
:
""
,
"casAttr"
:
"casServiceMetadata"
,
"casAttributes"
:
"casServiceMetadata"
,
"casAuthnLevel"
:
"generalParameters/authParams/casParams"
,
"casSrvMetaDataNodes"
:
""
,
"casStorage"
:
"casServiceMetadata"
,
"casStorageOptions"
:
"casServiceMetadata"
,
"cda"
:
"generalParameters/cookieParams"
,
"checkState"
:
"generalParameters/plugins/stateCheck"
,
"checkStateSecret"
:
"generalParameters/plugins/stateCheck"
,
"checkXSS"
:
"generalParameters/advancedParams/security"
,
"combModules"
:
"generalParameters/authParams/combinationParams"
,
"combination"
:
"generalParameters/authParams/combinationParams"
,
"confirmFormMethod"
:
"generalParameters/advancedParams/forms"
,
"cookieExpiration"
:
"generalParameters/cookieParams"
,
"cookieName"
:
"generalParameters/cookieParams"
,
"cspConnect"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspDefault"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspFont"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspFormAction"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspImg"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspScript"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"cspStyle"
:
"generalParameters/advancedParams/security/contentSecurityPolicy"
,
"customAddParams"
:
"generalParameters/authParams/customParams"
,
"customAuth"
:
"generalParameters/authParams/customParams"
,
"customFunctions"
:
"generalParameters/advancedParams"
,
"customPassword"
:
"generalParameters/authParams/customParams"
,
"customRegister"
:
"generalParameters/authParams/customParams"
,
"customUserDB"
:
"generalParameters/authParams/customParams"
,
"dbiAuthChain"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionAuth"
,
"dbiAuthLoginCol"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiAuthPassword"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionAuth"
,
"dbiAuthPasswordCol"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiAuthPasswordHash"
:
"generalParameters/authParams/dbiParams/dbiPassword"
,
"dbiAuthTable"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiAuthUser"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionAuth"
,
"dbiAuthnLevel"
:
"generalParameters/authParams/dbiParams"
,
"dbiDynamicHashEnabled"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiDynamicHashNewPasswordScheme"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiDynamicHashValidSaltedSchemes"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiDynamicHashValidSchemes"
:
"generalParameters/authParams/dbiParams/dbiPassword/dbiDynamicHash"
,
"dbiExportedVars"
:
"generalParameters/authParams/dbiParams"
,
"dbiPasswordMailCol"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiUserChain"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionUser"
,
"dbiUserPassword"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionUser"
,
"dbiUserTable"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"dbiUserUser"
:
"generalParameters/authParams/dbiParams/dbiConnection/dbiConnectionUser"
,
"demoExportedVars"
:
"generalParameters/authParams/demoParams"
,
"domain"
:
"generalParameters/cookieParams"
,
"exportedAttr"
:
"generalParameters/plugins/portalServers"
,
"exportedVars"
:
"variables"
,
"ext2FSendCommand"
:
"generalParameters/secondFactors/external2f"
,
"ext2FValidateCommand"
:
"generalParameters/secondFactors/external2f"
,
"ext2fActivation"
:
"generalParameters/secondFactors/external2f"
,
"ext2fAuthnLevel"
:
"generalParameters/secondFactors/external2f"
,
"ext2fLogo"
:
"generalParameters/secondFactors/external2f"
,
"facebookAppId"
:
"generalParameters/authParams/facebookParams"
,
"facebookAppSecret"
:
"generalParameters/authParams/facebookParams"
,
"facebookAuthnLevel"
:
"generalParameters/authParams/facebookParams"
,
"facebookExportedVars"
:
"generalParameters/authParams/facebookParams"
,
"facebookUserField"
:
"generalParameters/authParams/facebookParams"
,
"failedLoginNumber"
:
"generalParameters/plugins/loginHistory"
,
"formTimeout"
:
"generalParameters/advancedParams/security"
,
"globalStorage"
:
"generalParameters/sessionParams/sessionStorage"
,
"globalStorageOptions"
:
"generalParameters/sessionParams/sessionStorage"
,
"grantSessionRules"
:
"generalParameters/sessionParams"
,
"groups"
:
"variables"
,
"hiddenAttributes"
:
"generalParameters/logParams"
,
"hideOldPassword"
:
"generalParameters/portalParams/portalCustomization/passwordManagement"
,
"httpOnly"
:
"generalParameters/cookieParams"
,
"https"
:
"generalParameters/advancedParams/redirection"
,
"infoFormMethod"
:
"generalParameters/advancedParams/forms"
,
"issuerDBCASActivation"
:
"generalParameters/issuerParams/issuerDBCAS"
,
"issuerDBCASPath"
:
"generalParameters/issuerParams/issuerDBCAS"
,
"issuerDBCASRule"
:
"generalParameters/issuerParams/issuerDBCAS"
,
"issuerDBGetActivation"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBGetParameters"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBGetPath"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBGetRule"
:
"generalParameters/issuerParams/issuerDBGet"
,
"issuerDBOpenIDActivation"
:
"generalParameters/issuerParams/issuerDBOpenID"
,
"issuerDBOpenIDConnectActivation"
:
"generalParameters/issuerParams/issuerDBOpenIDConnect"
,
"issuerDBOpenIDConnectPath"
:
"generalParameters/issuerParams/issuerDBOpenIDConnect"
,
"issuerDBOpenIDConnectRule"
:
"generalParameters/issuerParams/issuerDBOpenIDConnect"
,
"issuerDBOpenIDPath"
:
"generalParameters/issuerParams/issuerDBOpenID"
,
"issuerDBOpenIDRule"
:
"generalParameters/issuerParams/issuerDBOpenID"
,
"issuerDBSAMLActivation"
:
"generalParameters/issuerParams/issuerDBSAML"
,
"issuerDBSAMLPath"
:
"generalParameters/issuerParams/issuerDBSAML"
,
"issuerDBSAMLRule"
:
"generalParameters/issuerParams/issuerDBSAML"
,
"jsRedirect"
:
"generalParameters/advancedParams/portalRedirection"
,
"key"
:
"generalParameters/advancedParams/security"
,
"krbAuthnLevel"
:
"generalParameters/authParams/kerberosParams"
,
"krbByJs"
:
"generalParameters/authParams/kerberosParams"
,
"krbKeytab"
:
"generalParameters/authParams/kerberosParams"
,
"krbRemoveDomain"
:
"generalParameters/authParams/kerberosParams"
,
"ldapAllowResetExpiredPassword"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapAuthnLevel"
:
"generalParameters/authParams/ldapParams"
,
"ldapBase"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapChangePasswordAsUser"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapExportedVars"
:
"generalParameters/authParams/ldapParams"
,
"ldapGroupAttributeName"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupAttributeNameGroup"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupAttributeNameSearch"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupAttributeNameUser"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupBase"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupObjectClass"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapGroupRecursive"
:
"generalParameters/authParams/ldapParams/ldapGroups"
,
"ldapPasswordResetAttribute"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapPasswordResetAttributeValue"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapPort"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapPpolicyControl"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapPwdEnc"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapRaw"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapSearchDeref"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"ldapServer"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapSetPassword"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapTimeout"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"ldapUsePasswordResetAttribute"
:
"generalParameters/authParams/ldapParams/ldapPassword"
,
"ldapVersion"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"linkedInAuthnLevel"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInClientID"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInClientSecret"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInFields"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInScope"
:
"generalParameters/authParams/linkedinParams"
,
"linkedInUserField"
:
"generalParameters/authParams/linkedinParams"
,
"localSessionStorage"
:
"generalParameters/sessionParams/sessionStorage"
,
"localSessionStorageOptions"
:
"generalParameters/sessionParams/sessionStorage"
,
"loginHistoryEnabled"
:
"generalParameters/plugins/loginHistory"
,
"logoutServices"
:
"generalParameters/advancedParams"
,
"lwpOpts"
:
"generalParameters/advancedParams/security"
,
"lwpSslOpts"
:
"generalParameters/advancedParams/security"
,
"macros"
:
"variables"
,
"mailCharset"
:
"generalParameters/plugins/portalServers/SMTP/mailHeaders"
,
"mailFrom"
:
"generalParameters/plugins/portalServers/SMTP/mailHeaders"
,
"mailLDAPFilter"
:
"generalParameters/authParams/ldapParams/ldapFilters"
,
"mailOnPasswordChange"
:
"generalParameters/portalParams/portalCustomization/passwordManagement"
,
"mailPwdRstBody"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstConfirmBody"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstConfirmSubject"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstSubject"
:
"generalParameters/plugins/passwordManagement/mailPwdRstContent"
,
"mailPwdRstTimeout"
:
"generalParameters/plugins/passwordManagement/mailOther"
,
"mailPwdRstUrl"
:
"generalParameters/plugins/passwordManagement/mailOther"
,
"mailReplyTo"
:
"generalParameters/plugins/portalServers/SMTP/mailHeaders"
,
"mailSessionKey"
:
"generalParameters/plugins/portalServers/SMTP"
,
"maintenance"
:
"generalParameters/advancedParams/redirection"
,
"managerDn"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"managerPassword"
:
"generalParameters/authParams/ldapParams/ldapConnection"
,
"multiValuesSeparator"
:
"generalParameters/advancedParams"
,
"nginxCustomHandlers"
:
"generalParameters/advancedParams"
,
"noAjaxHook"
:
"generalParameters/advancedParams/portalRedirection"
,
"notification"
:
"generalParameters/plugins/notifications"
,
"notificationServer"
:
"generalParameters/plugins/notifications"
,
"notificationStorage"
:
"generalParameters/plugins/notifications"
,
"notificationStorageOptions"
:
"generalParameters/plugins/notifications"
,
"notificationWildcard"
:
"generalParameters/plugins/notifications"
,
"notificationXSLTfile"
:
"generalParameters/plugins/notifications"
,
"notifyDeleted"
:
"generalParameters/sessionParams/multipleSessions"
,
"notifyOther"
:
"generalParameters/sessionParams/multipleSessions"
,
"nullAuthnLevel"
:
"generalParameters/authParams/nullParams"
,
"oidcAuthnLevel"
:
"generalParameters/authParams/oidcParams"
,
"oidcOPMetaDataNodes"
:
""
,
"oidcRPCallbackGetParam"
:
"generalParameters/authParams/oidcParams"
,
"oidcRPMetaDataNodes"
:
""
,
"oidcRPStateTimeout"
:
"generalParameters/authParams/oidcParams"
,
"oidcServiceAllowAuthorizationCodeFlow"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceAllowDynamicRegistration"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceAllowHybridFlow"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceAllowImplicitFlow"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceKeyIdSig"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity"
,
"oidcServiceMetaDataAuthnContext"
:
"oidcServiceMetaData"
,
"oidcServiceMetaDataAuthorizeURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataBackChannelURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataCheckSessionURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataEndSessionURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataFrontChannelURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataIssuer"
:
"oidcServiceMetaData"
,
"oidcServiceMetaDataJWKSURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataRegistrationURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataTokenURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServiceMetaDataUserInfoURI"
:
"oidcServiceMetaData/oidcServiceMetaDataEndPoints"
,
"oidcServicePrivateKeySig"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity/oidcServiceMetaDataKeys"
,
"oidcServicePublicKeySig"
:
"oidcServiceMetaData/oidcServiceMetaDataSecurity/oidcServiceMetaDataKeys"
,
"oidcStorage"
:
"oidcServiceMetaData/oidcServiceMetaDataSessions"
,
"oidcStorageOptions"
:
"oidcServiceMetaData/oidcServiceMetaDataSessions"
,
"oldNotifFormat"
:
"generalParameters/plugins/notifications"
,
"openIdAttr"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions"
,
"openIdAuthnLevel"
:
"generalParameters/authParams/openidParams"
,
"openIdExportedVars"
:
"generalParameters/authParams/openidParams"
,
"openIdIDPList"
:
"generalParameters/authParams/openidParams"
,
"openIdIssuerSecret"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions"
,
"openIdSPList"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions"
,
"openIdSecret"
:
"generalParameters/authParams/openidParams"
,
"openIdSreg_country"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_dob"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_email"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_fullname"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_gender"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_language"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_nickname"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_postcode"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"openIdSreg_timezone"
:
"generalParameters/issuerParams/issuerDBOpenID/issuerDBOpenIDOptions/openIdSreg"
,
"pamAuthnLevel"
:
"generalParameters/authParams/pamParams"
,
"pamService"
:
"generalParameters/authParams/pamParams"
,
"passwordDB"
:
"generalParameters/authParams"
,
"passwordResetAllowedRetries"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"persistentStorage"
:
"generalParameters/sessionParams/persistentSessions"
,
"persistentStorageOptions"
:
"generalParameters/sessionParams/persistentSessions"
,
"port"
:
"generalParameters/advancedParams/redirection"
,
"portal"
:
"generalParameters/portalParams"
,
"portalAntiFrame"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalCheckLogins"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"portalDisplayAppslist"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayChangePassword"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayLoginHistory"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayLogout"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayOidcConsents"
:
"generalParameters/portalParams/portalMenu/portalModules"
,
"portalDisplayRegister"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"portalDisplayResetPassword"
:
"generalParameters/portalParams/portalCustomization/portalButtons"
,
"portalErrorOnExpiredSession"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalErrorOnMailNotFound"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalForceAuthn"
:
"generalParameters/advancedParams/security"
,
"portalForceAuthnInterval"
:
"generalParameters/advancedParams/security"
,
"portalMainLogo"
:
"generalParameters/portalParams/portalCustomization"
,
"portalOpenLinkInNewWindow"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalPingInterval"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"portalRequireOldPassword"
:
"generalParameters/portalParams/portalCustomization/passwordManagement"
,
"portalSkin"
:
"generalParameters/portalParams/portalCustomization"
,
"portalSkinBackground"
:
"generalParameters/portalParams/portalCustomization"
,
"portalSkinRules"
:
"generalParameters/portalParams/portalCustomization"
,
"portalStatus"
:
"generalParameters/plugins"
,
"portalUserAttr"
:
"generalParameters/portalParams/portalCustomization/portalOther"
,
"proxyAuthService"
:
"generalParameters/authParams/proxyParams"
,
"proxyAuthnLevel"
:
"generalParameters/authParams/proxyParams"
,
"proxySessionService"
:
"generalParameters/authParams/proxyParams"
,
"proxyUseSoap"
:
"generalParameters/authParams/proxyParams"
,
"radiusAuthnLevel"
:
"generalParameters/authParams/radiusParams"
,
"radiusSecret"
:
"generalParameters/authParams/radiusParams"
,
"radiusServer"
:
"generalParameters/authParams/radiusParams"
,
"randomPasswordRegexp"
:
"generalParameters/plugins/passwordManagement/mailOther"
,
"redirectFormMethod"
:
"generalParameters/advancedParams/forms"
,
"registerConfirmSubject"
:
"generalParameters/plugins/register"
,
"registerDB"
:
"generalParameters/authParams"
,
"registerDoneSubject"
:
"generalParameters/plugins/register"
,
"registerTimeout"
:
"generalParameters/plugins/register"
,
"registerUrl"
:
"generalParameters/plugins/register"
,
"reloadTimeout"
:
"generalParameters/reloadParams"
,
"reloadUrls"
:
"generalParameters/reloadParams"
,
"remoteCookieName"
:
"generalParameters/authParams/remoteParams"
,
"remoteGlobalStorage"
:
"generalParameters/authParams/remoteParams"
,
"remoteGlobalStorageOptions"
:
"generalParameters/authParams/remoteParams"
,
"remotePortal"
:
"generalParameters/authParams/remoteParams"
,
"requireToken"
:
"generalParameters/advancedParams/security"
,
"rest2fActivation"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fAuthnLevel"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fInitArgs"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fInitUrl"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fLogo"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fVerifyArgs"
:
"generalParameters/secondFactors/rest2f"
,
"rest2fVerifyUrl"
:
"generalParameters/secondFactors/rest2f"
,
"restAuthUrl"
:
"generalParameters/authParams/restParams"
,
"restConfigServer"
:
"generalParameters/plugins/portalServers"
,
"restPwdConfirmUrl"
:
"generalParameters/authParams/restParams"
,
"restPwdModifyUrl"
:
"generalParameters/authParams/restParams"
,
"restSessionServer"
:
"generalParameters/plugins/portalServers"
,
"restUserDBUrl"
:
"generalParameters/authParams/restParams"
,
"samlAttributeAuthorityDescriptorAttributeServiceSOAP"
:
"samlServiceMetaData/samlAttributeAuthorityDescriptor/samlAttributeAuthorityDescriptorAttributeService"
,
"samlAuthnContextMapKerberos"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlAuthnContextMapPassword"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlAuthnContextMapPasswordProtectedTransport"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlAuthnContextMapTLSClient"
:
"samlServiceMetaData/samlAuthnContextMap"
,
"samlCommonDomainCookieActivation"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlCommonDomainCookieDomain"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlCommonDomainCookieReader"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlCommonDomainCookieWriter"
:
"samlServiceMetaData/samlAdvanced/samlCommonDomainCookie"
,
"samlDiscoveryProtocolActivation"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlDiscoveryProtocolIsPassive"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlDiscoveryProtocolPolicy"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlDiscoveryProtocolURL"
:
"samlServiceMetaData/samlAdvanced/samlDiscoveryProtocol"
,
"samlEntityID"
:
"samlServiceMetaData"
,
"samlIDPMetaDataNodes"
:
""
,
"samlIDPSSODescriptorArtifactResolutionServiceArtifact"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorArtifactResolutionService"
,
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleLogoutService"
,
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleLogoutService"
,
"samlIDPSSODescriptorSingleLogoutServiceSOAP"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleLogoutService"
,
"samlIDPSSODescriptorSingleSignOnServiceHTTPArtifact"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleSignOnService"
,
"samlIDPSSODescriptorSingleSignOnServiceHTTPPost"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleSignOnService"
,
"samlIDPSSODescriptorSingleSignOnServiceHTTPRedirect"
:
"samlServiceMetaData/samlIDPSSODescriptor/samlIDPSSODescriptorSingleSignOnService"
,
"samlIDPSSODescriptorWantAuthnRequestsSigned"
:
"samlServiceMetaData/samlIDPSSODescriptor"
,
"samlIdPResolveCookie"
:
"samlServiceMetaData/samlAdvanced"
,
"samlMetadataForceUTF8"
:
"samlServiceMetaData/samlAdvanced"
,
"samlNameIDFormatMapEmail"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlNameIDFormatMapKerberos"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlNameIDFormatMapWindows"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlNameIDFormatMapX509"
:
"samlServiceMetaData/samlNameIDFormatMap"
,
"samlOrganizationDisplayName"
:
"samlServiceMetaData/samlOrganization"
,
"samlOrganizationName"
:
"samlServiceMetaData/samlOrganization"
,
"samlOrganizationURL"
:
"samlServiceMetaData/samlOrganization"
,
"samlRelayStateTimeout"
:
"samlServiceMetaData/samlAdvanced"
,
"samlSPMetaDataNodes"
:
""
,
"samlSPSSODescriptorArtifactResolutionServiceArtifact"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorArtifactResolutionService"
,
"samlSPSSODescriptorAssertionConsumerServiceHTTPArtifact"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorAssertionConsumerService"
,
"samlSPSSODescriptorAssertionConsumerServiceHTTPPost"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorAssertionConsumerService"
,
"samlSPSSODescriptorAuthnRequestsSigned"
:
"samlServiceMetaData/samlSPSSODescriptor"
,
"samlSPSSODescriptorSingleLogoutServiceHTTPPost"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorSingleLogoutService"
,
"samlSPSSODescriptorSingleLogoutServiceHTTPRedirect"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorSingleLogoutService"
,
"samlSPSSODescriptorSingleLogoutServiceSOAP"
:
"samlServiceMetaData/samlSPSSODescriptor/samlSPSSODescriptorSingleLogoutService"
,
"samlSPSSODescriptorWantAssertionsSigned"
:
"samlServiceMetaData/samlSPSSODescriptor"
,
"samlServicePrivateKeyEnc"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecurityEnc"
,
"samlServicePrivateKeyEncPwd"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecurityEnc"
,
"samlServicePrivateKeySig"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecuritySig"
,
"samlServicePrivateKeySigPwd"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecuritySig"
,
"samlServicePublicKeyEnc"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecurityEnc"
,
"samlServicePublicKeySig"
:
"samlServiceMetaData/samlServiceSecurity/samlServiceSecuritySig"
,
"samlServiceSignatureMethod"
:
"samlServiceMetaData/samlServiceSecurity"
,
"samlServiceUseCertificateInResponse"
:
"samlServiceMetaData/samlServiceSecurity"
,
"samlStorage"
:
"samlServiceMetaData/samlAdvanced"
,
"samlStorageOptions"
:
"samlServiceMetaData/samlAdvanced"
,
"samlUseQueryStringSpecific"
:
"samlServiceMetaData/samlAdvanced"
,
"securedCookie"
:
"generalParameters/cookieParams"
,
"sessionDataToRemember"
:
"generalParameters/plugins/loginHistory"
,
"sfRequired"
:
"generalParameters/secondFactors"
,
"showLanguages"
:
"generalParameters/portalParams/portalCustomization"
,
"singleIP"
:
"generalParameters/sessionParams/multipleSessions"
,
"singleSession"
:
"generalParameters/sessionParams/multipleSessions"
,
"singleSessionUserByIP"
:
"generalParameters/sessionParams/multipleSessions"
,
"singleUserByIP"
:
"generalParameters/sessionParams/multipleSessions"
,
"skipRenewConfirmation"
:
"generalParameters/advancedParams/portalRedirection"
,
"slaveAuthnLevel"
:
"generalParameters/authParams/slaveParams"
,
"slaveExportedVars"
:
"generalParameters/authParams/slaveParams"
,
"slaveHeaderContent"
:
"generalParameters/authParams/slaveParams"
,
"slaveHeaderName"
:
"generalParameters/authParams/slaveParams"
,
"slaveMasterIP"
:
"generalParameters/authParams/slaveParams"
,
"slaveUserHeader"
:
"generalParameters/authParams/slaveParams"
,
"soapConfigServer"
:
"generalParameters/plugins/portalServers"
,
"soapSessionServer"
:
"generalParameters/plugins/portalServers"
,
"sslByAjax"
:
"generalParameters/authParams/sslParams"
,
"sslHost"
:
"generalParameters/authParams/sslParams"
,
"stayConnected"
:
"generalParameters/plugins"
,
"storePassword"
:
"generalParameters/sessionParams"
,
"successLoginNumber"
:
"generalParameters/plugins/loginHistory"
,
"timeout"
:
"generalParameters/sessionParams"
,
"timeoutActivity"
:
"generalParameters/sessionParams"
,
"timeoutActivityInterval"
:
"generalParameters/sessionParams"
,
"tokenUseGlobalStorage"
:
"generalParameters/advancedParams/security"
,
"totp2fActivation"
:
"generalParameters/secondFactors/totp"
,
"totp2fAuthnLevel"
:
"generalParameters/secondFactors/totp"
,
"totp2fDigits"
:
"generalParameters/secondFactors/totp"
,
"totp2fDisplayExistingSecret"
:
"generalParameters/secondFactors/totp"
,
"totp2fInterval"
:
"generalParameters/secondFactors/totp"
,
"totp2fIssuer"
:
"generalParameters/secondFactors/totp"
,
"totp2fRange"
:
"generalParameters/secondFactors/totp"
,
"totp2fSelfRegistration"
:
"generalParameters/secondFactors/totp"
,
"totp2fUserCanChangeKey"
:
"generalParameters/secondFactors/totp"
,
"totp2fUserCanRemoveKey"
:
"generalParameters/secondFactors/totp"
,
"trustedDomains"
:
"generalParameters/advancedParams/security"
,
"trustedProxies"
:
"generalParameters/logParams"
,
"twitterAppName"
:
"generalParameters/authParams/twitterParams"
,
"twitterAuthnLevel"
:
"generalParameters/authParams/twitterParams"
,
"twitterKey"
:
"generalParameters/authParams/twitterParams"
,
"twitterSecret"
:
"generalParameters/authParams/twitterParams"
,
"twitterUserField"
:
"generalParameters/authParams/twitterParams"
,
"u2fActivation"
:
"generalParameters/secondFactors/u2f"
,
"u2fAuthnLevel"
:
"generalParameters/secondFactors/u2f"
,
"u2fSelfRegistration"
:
"generalParameters/secondFactors/u2f"
,
"u2fUserCanRemoveKey"
:
"generalParameters/secondFactors/u2f"
,
"upgradeSession"
:
"generalParameters/plugins"
,
"useRedirectOnError"
:
"generalParameters/advancedParams/redirection"
,
"useRedirectOnForbidden"
:
"generalParameters/advancedParams/redirection"
,
"useSafeJail"
:
"generalParameters/advancedParams/security"
,
"userControl"
:
"generalParameters/advancedParams/security"
,
"userDB"
:
"generalParameters/authParams"
,
"userPivot"
:
"generalParameters/authParams/dbiParams/dbiSchema"
,
"utotp2fActivation"
:
"generalParameters/secondFactors/utotp2f"
,
"utotp2fAuthnLevel"
:
"generalParameters/secondFactors/utotp2f"
,
"virtualHosts"
:
""
,
"webIDAuthnLevel"
:
"generalParameters/authParams/webidParams"
,
"webIDExportedVars"
:
"generalParameters/authParams/webidParams"
,
"webIDWhitelist"
:
"generalParameters/authParams/webidParams"
,
"whatToTrace"
:
"generalParameters/logParams"
,
"wsdlServer"
:
"generalParameters/plugins/portalServers"
,
"yubikey2fActivation"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fAuthnLevel"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fClientID"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fNonce"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fPublicIDSize"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fSecretKey"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fSelfRegistration"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fUrl"
:
"generalParameters/secondFactors/yubikey2f"
,
"yubikey2fUserCanRemoveKey"
:
"generalParameters/secondFactors/yubikey2f"
}
\ No newline at end of file
lemonldap-ng-manager/site/htdocs/static/struct.json
View file @
ce809fc8
[{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
"http://auth.example.com/"
,
"id"
:
"portal"
,
"title"
:
"portal"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"portalDisplayLogout"
,
"title"
:
"portalDisplayLogout"
,
"type"
:
"boolOrExpr"
},{
"default"
:
"$_auth =~ /^(LDAP|DBI|Demo)$/"
,
"id"
:
"portalDisplayChangePassword"
,
"title"
:
"portalDisplayChangePassword"
,
"type"
:
"boolOrExpr"
},{
"default"
:
1
,
"id"
:
"portalDisplayAppslist"
,
"title"
:
"portalDisplayAppslist"
,
"type"
:
"boolOrExpr"
},{
"default"
:
1
,
"id"
:
"portalDisplayLoginHistory"
,
"title"
:
"portalDisplayLoginHistory"
,
"type"
:
"boolOrExpr"
},{
"default"
:
"$_oidcConnectedRP"
,
"id"
:
"portalDisplayOidcConsents"
,
"title"
:
"portalDisplayOidcConsents"
,
"type"
:
"boolOrExpr"
}],
"id"
:
"portalModules"
,
"title"
:
"portalModules"
,
"type"
:
"simpleInputContainer"
},{
"cnodes"
:
"applicationList"
,
"default"
:[{
"data"
:{
"catname"
:
"Default category"
,
"type"
:
"category"
},
"id"
:
"applicationList/default"
,
"title"
:
"default"
,
"type"
:
"catAndAppList"
}],
"help"
:
"portalmenu.html#categories_and_applications"
,
"id"
:
"applicationList"
,
"title"
:
"applicationList"
,
"type"
:
"catAndAppList"
}],
"help"
:
"portalmenu.html"
,
"id"
:
"portalMenu"
,
"title"
:
"portalMenu"
},{
"_nodes"
:[{
"default"
:
"common/logos/logo_llng_400px.png"
,
"id"
:
"portalMainLogo"
,
"title"
:
"portalMainLogo"
},{
"default"
:
1
,
"id"
:
"showLanguages"
,
"title"
:
"showLanguages"
,
"type"
:
"bool"
},{
"default"
:
"bootstrap"
,
"id"
:
"portalSkin"
,
"select"
:[{
"k"
:
"bootstrap"
,
"v"
:
"Bootstrap"
}],
"title"
:
"portalSkin"
,
"type"
:
"portalskin"
},{
"id"
:
"portalSkinBackground"
,
"select"
:[{
"k"
:
""
,
"v"
:
"None"
},{
"k"
:
"1280px-Anse_Source_d'Argent_2-La_Digue.jpg"
,
"v"
:
"Anse"
},{
"k"
:
"1280px-Autumn-clear-water-waterfall-landscape_-_Virginia_-_ForestWander.jpg"
,
"v"
:
"Waterfall"
},{
"k"
:
"1280px-BrockenSnowedTrees.jpg"
,
"v"
:
"Snowed Trees"
},{
"k"
:
"1280px-Cedar_Breaks_National_Monument_partially.jpg"
,
"v"
:
"National Monument"
},{
"k"
:
"1280px-Parry_Peak_from_Winter_Park.jpg"
,
"v"
:
"Winter"
},{
"k"
:
"Aletschgletscher_mit_Pinus_cembra1.jpg"
,
"v"
:
"Pinus"
}],
"title"
:
"portalSkinBackground"
,
"type"
:
"portalskinbackground"
},{
"cnodes"
:
"portalSkinRules"
,
"help"
:
"portalcustom.html"
,
"id"
:
"portalSkinRules"
,
"title"
:
"portalSkinRules"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"portalCheckLogins"
,
"title"
:
"portalCheckLogins"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"portalDisplayResetPassword"
,
"title"
:
"portalDisplayResetPassword"
,
"type"
:
"bool"
},{
"default"
:
3
,
"id"
:
"passwordResetAllowedRetries"
,
"title"
:
"passwordResetAllowedRetries"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"portalDisplayRegister"
,
"title"
:
"portalDisplayRegister"
,
"type"
:
"bool"
}],
"help"
:
"portalcustom.html#buttons"
,
"id"
:
"portalButtons"
,
"title"
:
"portalButtons"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"portalRequireOldPassword"
,
"title"
:
"portalRequireOldPassword"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"hideOldPassword"
,
"title"
:
"hideOldPassword"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"mailOnPasswordChange"
,
"title"
:
"mailOnPasswordChange"
,
"type"
:
"bool"
}],
"help"
:
"portalcustom.html#password_management"
,
"id"
:
"passwordManagement"
,
"title"
:
"passwordManagement"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"_user"
,
"id"
:
"portalUserAttr"
,
"title"
:
"portalUserAttr"
},{
"default"
:
0
,
"id"
:
"portalOpenLinkInNewWindow"
,
"title"
:
"portalOpenLinkInNewWindow"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"portalAntiFrame"
,
"title"
:
"portalAntiFrame"
,
"type"
:
"bool"
},{
"default"
:
60000
,
"id"
:
"portalPingInterval"
,
"title"
:
"portalPingInterval"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"portalErrorOnExpiredSession"
,
"title"
:
"portalErrorOnExpiredSession"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"portalErrorOnMailNotFound"
,
"title"
:
"portalErrorOnMailNotFound"
,
"type"
:
"bool"
}],
"help"
:
"portalcustom.html#other_parameters"
,
"id"
:
"portalOther"
,
"title"
:
"portalOther"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"portalcustom.html"
,
"id"
:
"portalCustomization"
,
"title"
:
"portalCustomization"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"captcha_login_enabled"
,
"title"
:
"captcha_login_enabled"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"captcha_mail_enabled"
,
"title"
:
"captcha_mail_enabled"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"captcha_register_enabled"
,
"title"
:
"captcha_register_enabled"
,
"type"
:
"bool"
},{
"default"
:
6
,
"id"
:
"captcha_size"
,
"title"
:
"captcha_size"
,
"type"
:
"int"
}],
"help"
:
"captcha.html"
,
"id"
:
"portalCaptcha"
,
"title"
:
"portalCaptcha"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"portal.html"
,
"id"
:
"portalParams"
,
"title"
:
"portalParams"
},{
"_nodes"
:[{
"default"
:
"Demo"
,
"id"
:
"authentication"
,
"select"
:[{
"k"
:
"Apache"
,
"v"
:
"Apache"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"Kerberos"
,
"v"
:
"Kerberos"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"LinkedIn"
,
"v"
:
"LinkedIn"
},{
"k"
:
"PAM"
,
"v"
:
"PAM"
},{
"k"
:
"Radius"
,
"v"
:
"Radius"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"SSL"
,
"v"
:
"SSL"
},{
"k"
:
"Twitter"
,
"v"
:
"Twitter"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"Choice"
,
"v"
:
"authChoice"
},{
"k"
:
"Combination"
,
"v"
:
"combineMods"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"authentication"
,
"type"
:
"select"
},{
"default"
:
"Same"
,
"id"
:
"userDB"
,
"select"
:[{
"k"
:
"Same"
,
"v"
:
"Same"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"userDB"
,
"type"
:
"select"
},{
"default"
:
"Demo"
,
"id"
:
"passwordDB"
,
"select"
:[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"Choice"
,
"v"
:
"authChoice"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"passwordDB"
,
"type"
:
"select"
},{
"default"
:
"Null"
,
"id"
:
"registerDB"
,
"select"
:[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"registerDB"
,
"type"
:
"select"
}],
"_nodes_cond"
:[{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"ADPwdMaxAge"
,
"title"
:
"ADPwdMaxAge"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"ADPwdExpireWarning"
,
"title"
:
"ADPwdExpireWarning"
,
"type"
:
"int"
}],
"help"
:
"authad.html"
,
"id"
:
"adParams"
,
"show"
:
false
,
"title"
:
"adParams"
},{
"_nodes"
:[{
"default"
:
"lmAuth"
,
"id"
:
"authChoiceParam"
,
"title"
:
"authChoiceParam"
},{
"cnodes"
:
"authChoiceModules"
,
"id"
:
"authChoiceModules"
,
"select"
:[[{
"k"
:
"Apache"
,
"v"
:
"Apache"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demo"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"Kerberos"
,
"v"
:
"Kerberos"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"LinkedIn"
,
"v"
:
"LinkedIn"
},{
"k"
:
"PAM"
,
"v"
:
"PAM"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"Radius"
,
"v"
:
"Radius"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"SSL"
,
"v"
:
"SSL"
},{
"k"
:
"Twitter"
,
"v"
:
"Twitter"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demo"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demo"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}]],
"title"
:
"authChoiceModules"
,
"type"
:
"authChoiceContainer"
}],
"help"
:
"authchoice.html"
,
"id"
:
"choiceParams"
,
"show"
:
false
,
"title"
:
"choiceParams"
},{
"_nodes"
:[{
"default"
:
4
,
"id"
:
"apacheAuthnLevel"
,
"title"
:
"apacheAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authapache.html"
,
"id"
:
"apacheParams"
,
"show"
:
false
,
"title"
:
"apacheParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"casAuthnLevel"
,
"title"
:
"casAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authcas.html"
,
"id"
:
"casParams"
,
"show"
:
false
,
"title"
:
"casParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"dbiAuthnLevel"
,
"title"
:
"dbiAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"dbiExportedVars"
,
"default"
:[],
"id"
:
"dbiExportedVars"
,
"title"
:
"dbiExportedVars"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"_nodes"
:[{
"id"
:
"dbiAuthChain"
,
"title"
:
"dbiAuthChain"
},{
"id"
:
"dbiAuthUser"
,
"title"
:
"dbiAuthUser"
},{
"id"
:
"dbiAuthPassword"
,
"title"
:
"dbiAuthPassword"
,
"type"
:
"password"
}],
"id"
:
"dbiConnectionAuth"
,
"title"
:
"dbiConnectionAuth"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"dbiUserChain"
,
"title"
:
"dbiUserChain"
},{
"id"
:
"dbiUserUser"
,
"title"
:
"dbiUserUser"
},{
"id"
:
"dbiUserPassword"
,
"title"
:
"dbiUserPassword"
,
"type"
:
"password"
}],
"id"
:
"dbiConnectionUser"
,
"title"
:
"dbiConnectionUser"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"authdbi.html#connection"
,
"id"
:
"dbiConnection"
,
"title"
:
"dbiConnection"
},{
"_nodes"
:[{
"id"
:
"dbiAuthTable"
,
"title"
:
"dbiAuthTable"
},{
"id"
:
"dbiUserTable"
,
"title"
:
"dbiUserTable"
},{
"id"
:
"dbiAuthLoginCol"
,
"title"
:
"dbiAuthLoginCol"
},{
"id"
:
"dbiAuthPasswordCol"
,
"title"
:
"dbiAuthPasswordCol"
},{
"id"
:
"dbiPasswordMailCol"
,
"title"
:
"dbiPasswordMailCol"
},{
"id"
:
"userPivot"
,
"title"
:
"userPivot"
}],
"help"
:
"authdbi.html#schema"
,
"id"
:
"dbiSchema"
,
"title"
:
"dbiSchema"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiAuthPasswordHash"
,
"title"
:
"dbiAuthPasswordHash"
},{
"_nodes"
:[{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashEnabled"
,
"title"
:
"dbiDynamicHashEnabled"
,
"type"
:
"bool"
},{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashValidSchemes"
,
"title"
:
"dbiDynamicHashValidSchemes"
},{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashValidSaltedSchemes"
,
"title"
:
"dbiDynamicHashValidSaltedSchemes"
},{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashNewPasswordScheme"
,
"title"
:
"dbiDynamicHashNewPasswordScheme"
}],
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHash"
,
"title"
:
"dbiDynamicHash"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiPassword"
,
"title"
:
"dbiPassword"
}],
"help"
:
"authdbi.html"
,
"id"
:
"dbiParams"
,
"show"
:
false
,
"title"
:
"dbiParams"
},{
"_nodes"
:[{
"cnodes"
:
"demoExportedVars"
,
"default"
:[{
"data"
:
"cn"
,
"id"
:
"demoExportedVars/cn"
,
"title"
:
"cn"
,
"type"
:
"keyText"
},{
"data"
:
"mail"
,
"id"
:
"demoExportedVars/mail"
,
"title"
:
"mail"
,
"type"
:
"keyText"
},{
"data"
:
"uid"
,
"id"
:
"demoExportedVars/uid"
,
"title"
:
"uid"
,
"type"
:
"keyText"
}],
"id"
:
"demoExportedVars"
,
"title"
:
"demoExportedVars"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"authdemo.html"
,
"id"
:
"demoParams"
,
"show"
:
false
,
"title"
:
"demoParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"facebookAuthnLevel"
,
"title"
:
"facebookAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"facebookExportedVars"
,
"default"
:[],
"id"
:
"facebookExportedVars"
,
"title"
:
"facebookExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"facebookAppId"
,
"title"
:
"facebookAppId"
},{
"id"
:
"facebookAppSecret"
,
"title"
:
"facebookAppSecret"
},{
"default"
:
"id"
,
"id"
:
"facebookUserField"
,
"title"
:
"facebookUserField"
}],
"help"
:
"authfacebook.html"
,
"id"
:
"facebookParams"
,
"show"
:
false
,
"title"
:
"facebookParams"
},{
"_nodes"
:[{
"id"
:
"krbKeytab"
,
"title"
:
"krbKeytab"
},{
"default"
:
0
,
"id"
:
"krbByJs"
,
"title"
:
"krbByJs"
,
"type"
:
"bool"
},{
"default"
:
3
,
"id"
:
"krbAuthnLevel"
,
"title"
:
"krbAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"krbRemoveDomain"
,
"title"
:
"krbRemoveDomain"
,
"type"
:
"bool"
}],
"help"
:
"authkerberos.html"
,
"id"
:
"kerberosParams"
,
"show"
:
false
,
"title"
:
"kerberosParams"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"ldapAuthnLevel"
,
"title"
:
"ldapAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"ldapExportedVars"
,
"default"
:[{
"data"
:
"cn"
,
"id"
:
"ldapExportedVars/cn"
,
"title"
:
"cn"
,
"type"
:
"keyText"
},{
"data"
:
"mail"
,
"id"
:
"ldapExportedVars/mail"
,
"title"
:
"mail"
,
"type"
:
"keyText"
},{
"data"
:
"uid"
,
"id"
:
"ldapExportedVars/uid"
,
"title"
:
"uid"
,
"type"
:
"keyText"
}],
"id"
:
"ldapExportedVars"
,
"title"
:
"ldapExportedVars"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
"ldap://localhost"
,
"id"
:
"ldapServer"
,
"title"
:
"ldapServer"
},{
"default"
:
389
,
"id"
:
"ldapPort"
,
"title"
:
"ldapPort"
,
"type"
:
"int"
},{
"default"
:
"dc=example,dc=com"
,
"id"
:
"ldapBase"
,
"title"
:
"ldapBase"
},{
"default"
:
""
,
"id"
:
"managerDn"
,
"title"
:
"managerDn"
},{
"default"
:
""
,
"id"
:
"managerPassword"
,
"title"
:
"managerPassword"
,
"type"
:
"password"
},{
"default"
:
120
,
"id"
:
"ldapTimeout"
,
"title"
:
"ldapTimeout"
,
"type"
:
"int"
},{
"default"
:
3
,
"id"
:
"ldapVersion"
,
"title"
:
"ldapVersion"
,
"type"
:
"int"
},{
"id"
:
"ldapRaw"
,
"title"
:
"ldapRaw"
}],
"help"
:
"authldap.html#connection"
,
"id"
:
"ldapConnection"
,
"title"
:
"ldapConnection"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"LDAPFilter"
,
"title"
:
"LDAPFilter"
},{
"id"
:
"AuthLDAPFilter"
,
"title"
:
"AuthLDAPFilter"
},{
"id"
:
"mailLDAPFilter"
,
"title"
:
"mailLDAPFilter"
},{
"default"
:
"find"
,
"id"
:
"ldapSearchDeref"
,
"select"
:[{
"k"
:
"never"
,
"v"
:
"never"
},{
"k"
:
"search"
,
"v"
:
"search"
},{
"k"
:
"find"
,
"v"
:
"find"
},{
"k"
:
"always"
,
"v"
:
"always"
}],
"title"
:
"ldapSearchDeref"
,
"type"
:
"select"
}],
"help"
:
"authldap.html#filters"
,
"id"
:
"ldapFilters"
,
"title"
:
"ldapFilters"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"ldapGroupBase"
,
"title"
:
"ldapGroupBase"
},{
"default"
:
"groupOfNames"
,
"id"
:
"ldapGroupObjectClass"
,
"title"
:
"ldapGroupObjectClass"
},{
"default"
:
"member"
,
"id"
:
"ldapGroupAttributeName"
,
"title"
:
"ldapGroupAttributeName"
},{
"default"
:
"dn"
,
"id"
:
"ldapGroupAttributeNameUser"
,
"title"
:
"ldapGroupAttributeNameUser"
},{
"default"
:
"cn"
,
"id"
:
"ldapGroupAttributeNameSearch"
,
"title"
:
"ldapGroupAttributeNameSearch"
},{
"default"
:
0
,
"id"
:
"ldapGroupRecursive"
,
"title"
:
"ldapGroupRecursive"
,
"type"
:
"bool"
},{
"default"
:
"dn"
,
"id"
:
"ldapGroupAttributeNameGroup"
,
"title"
:
"ldapGroupAttributeNameGroup"
}],
"help"
:
"authldap.html#groups"
,
"id"
:
"ldapGroups"
,
"title"
:
"ldapGroups"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"ldapPpolicyControl"
,
"title"
:
"ldapPpolicyControl"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"ldapSetPassword"
,
"title"
:
"ldapSetPassword"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"ldapChangePasswordAsUser"
,
"title"
:
"ldapChangePasswordAsUser"
,
"type"
:
"bool"
},{
"default"
:
"utf-8"
,
"id"
:
"ldapPwdEnc"
,
"title"
:
"ldapPwdEnc"
},{
"default"
:
1
,
"id"
:
"ldapUsePasswordResetAttribute"
,
"title"
:
"ldapUsePasswordResetAttribute"
,
"type"
:
"bool"
},{
"default"
:
"pwdReset"
,
"id"
:
"ldapPasswordResetAttribute"
,
"title"
:
"ldapPasswordResetAttribute"
},{
"default"
:
"TRUE"
,
"id"
:
"ldapPasswordResetAttributeValue"
,
"title"
:
"ldapPasswordResetAttributeValue"
},{
"default"
:
0
,
"id"
:
"ldapAllowResetExpiredPassword"
,
"title"
:
"ldapAllowResetExpiredPassword"
,
"type"
:
"bool"
}],
"help"
:
"authldap.html#password"
,
"id"
:
"ldapPassword"
,
"title"
:
"ldapPassword"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"authldap.html"
,
"id"
:
"ldapParams"
,
"show"
:
false
,
"title"
:
"ldapParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"linkedInAuthnLevel"
,
"title"
:
"linkedInAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"linkedInClientID"
,
"title"
:
"linkedInClientID"
},{
"id"
:
"linkedInClientSecret"
,
"title"
:
"linkedInClientSecret"
,
"type"
:
"password"
},{
"default"
:
"id,first-name,last-name,email-address"
,
"id"
:
"linkedInFields"
,
"title"
:
"linkedInFields"
},{
"default"
:
"emailAddress"
,
"id"
:
"linkedInUserField"
,
"title"
:
"linkedInUserField"
},{
"default"
:
"r_basicprofile r_emailaddress"
,
"id"
:
"linkedInScope"
,
"title"
:
"linkedInScope"
}],
"help"
:
"authlinkedin.html"
,
"id"
:
"linkedinParams"
,
"show"
:
false
,
"title"
:
"linkedinParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"combination"
,
"title"
:
"combination"
},{
"cnodes"
:
"combModules"
,
"id"
:
"combModules"
,
"select"
:[{
"k"
:
"Apache"
,
"v"
:
"Apache"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"Kerberos"
,
"v"
:
"Kerberos"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"PAM"
,
"v"
:
"PAM"
},{
"k"
:
"Radius"
,
"v"
:
"Radius"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"SSL"
,
"v"
:
"SSL"
},{
"k"
:
"Twitter"
,
"v"
:
"Twitter"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"combModules"
,
"type"
:
"cmbModuleContainer"
}],
"help"
:
"authcombination.html"
,
"id"
:
"combinationParams"
,
"show"
:
false
,
"title"
:
"combinationParams"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"nullAuthnLevel"
,
"title"
:
"nullAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authnull.html"
,
"id"
:
"nullParams"
,
"show"
:
false
,
"title"
:
"nullParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"openIdAuthnLevel"
,
"title"
:
"openIdAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"openIdExportedVars"
,
"default"
:[],
"id"
:
"openIdExportedVars"
,
"title"
:
"openIdExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"openIdSecret"
,
"title"
:
"openIdSecret"
},{
"default"
:
"0;"
,
"id"
:
"openIdIDPList"
,
"title"
:
"openIdIDPList"
,
"type"
:
"blackWhiteList"
}],
"help"
:
"authopenid.html"
,
"id"
:
"openidParams"
,
"show"
:
false
,
"title"
:
"openidParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"oidcAuthnLevel"
,
"title"
:
"oidcAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
"openidconnectcallback"
,
"id"
:
"oidcRPCallbackGetParam"
,
"title"
:
"oidcRPCallbackGetParam"
},{
"default"
:
600
,
"id"
:
"oidcRPStateTimeout"
,
"title"
:
"oidcRPStateTimeout"
,
"type"
:
"int"
}],
"help"
:
"authopenidconnect.html"
,
"id"
:
"oidcParams"
,
"show"
:
false
,
"title"
:
"oidcParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"proxyAuthService"
,
"title"
:
"proxyAuthService"
},{
"id"
:
"proxySessionService"
,
"title"
:
"proxySessionService"
},{
"id"
:
"remoteCookieName"
,
"title"
:
"remoteCookieName"
},{
"default"
:
2
,
"id"
:
"proxyAuthnLevel"
,
"title"
:
"proxyAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"proxyUseSoap"
,
"title"
:
"proxyUseSoap"
,
"type"
:
"bool"
}],
"help"
:
"authproxy.html"
,
"id"
:
"proxyParams"
,
"show"
:
false
,
"title"
:
"proxyParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"login"
,
"id"
:
"pamService"
,
"title"
:
"pamService"
},{
"default"
:
2
,
"id"
:
"pamAuthnLevel"
,
"title"
:
"pamAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authpam.html"
,
"id"
:
"pamParams"
,
"show"
:
false
,
"title"
:
"pamParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
3
,
"id"
:
"radiusAuthnLevel"
,
"title"
:
"radiusAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"radiusSecret"
,
"title"
:
"radiusSecret"
},{
"id"
:
"radiusServer"
,
"title"
:
"radiusServer"
}],
"help"
:
"authradius.html"
,
"id"
:
"radiusParams"
,
"show"
:
false
,
"title"
:
"radiusParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"restAuthUrl"
,
"title"
:
"restAuthUrl"
},{
"id"
:
"restUserDBUrl"
,
"title"
:
"restUserDBUrl"
},{
"id"
:
"restPwdConfirmUrl"
,
"title"
:
"restPwdConfirmUrl"
},{
"id"
:
"restPwdModifyUrl"
,
"title"
:
"restPwdModifyUrl"
}],
"help"
:
"authrest.html"
,
"id"
:
"restParams"
,
"show"
:
false
,
"title"
:
"restParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"remotePortal"
,
"title"
:
"remotePortal"
},{
"id"
:
"remoteCookieName"
,
"title"
:
"remoteCookieName"
},{
"default"
:
"Lemonldap::NG::Common::Apache::Session::SOAP"
,
"id"
:
"remoteGlobalStorage"
,
"title"
:
"remoteGlobalStorage"
},{
"cnodes"
:
"remoteGlobalStorageOptions"
,
"default"
:[{
"data"
:
"http://auth.example.com/Lemonldap/NG/Common/PSGI/SOAPService"
,
"id"
:
"remoteGlobalStorageOptions/ns"
,
"title"
:
"ns"
,
"type"
:
"keyText"
},{
"data"
:
"http://auth.example.com/sessions"
,
"id"
:
"remoteGlobalStorageOptions/proxy"
,
"title"
:
"proxy"
,
"type"
:
"keyText"
}],
"id"
:
"remoteGlobalStorageOptions"
,
"title"
:
"remoteGlobalStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"authremote.html"
,
"id"
:
"remoteParams"
,
"show"
:
false
,
"title"
:
"remoteParams"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"slaveAuthnLevel"
,
"title"
:
"slaveAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"slaveExportedVars"
,
"default"
:[],
"id"
:
"slaveExportedVars"
,
"title"
:
"slaveExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"slaveUserHeader"
,
"title"
:
"slaveUserHeader"
},{
"id"
:
"slaveMasterIP"
,
"title"
:
"slaveMasterIP"
},{
"id"
:
"slaveHeaderName"
,
"title"
:
"slaveHeaderName"
},{
"id"
:
"slaveHeaderContent"
,
"title"
:
"slaveHeaderContent"
}],
"help"
:
"authslave.html"
,
"id"
:
"slaveParams"
,
"show"
:
false
,
"title"
:
"slaveParams"
},{
"_nodes"
:[{
"default"
:
5
,
"id"
:
"SSLAuthnLevel"
,
"title"
:
"SSLAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
"SSL_CLIENT_S_DN_Email"
,
"id"
:
"SSLVar"
,
"title"
:
"SSLVar"
},{
"cnodes"
:
"SSLVarIf"
,
"default"
:[],
"id"
:
"SSLVarIf"
,
"title"
:
"SSLVarIf"
,
"type"
:
"keyTextContainer"
},{
"default"
:
0
,
"id"
:
"sslByAjax"
,
"title"
:
"sslByAjax"
,
"type"
:
"bool"
},{
"id"
:
"sslHost"
,
"title"
:
"sslHost"
}],
"help"
:
"authssl.html"
,
"id"
:
"sslParams"
,
"show"
:
false
,
"title"
:
"sslParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"twitterAuthnLevel"
,
"title"
:
"twitterAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"twitterKey"
,
"title"
:
"twitterKey"
},{
"id"
:
"twitterSecret"
,
"title"
:
"twitterSecret"
},{
"id"
:
"twitterAppName"
,
"title"
:
"twitterAppName"
},{
"default"
:
"screen_name"
,
"id"
:
"twitterUserField"
,
"title"
:
"twitterUserField"
}],
"help"
:
"authtwitter.html"
,
"id"
:
"twitterParams"
,
"show"
:
false
,
"title"
:
"twitterParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"webIDAuthnLevel"
,
"title"
:
"webIDAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"webIDExportedVars"
,
"default"
:[],
"id"
:
"webIDExportedVars"
,
"title"
:
"webIDExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"webIDWhitelist"
,
"title"
:
"webIDWhitelist"
}],
"help"
:
"authwebid.html"
,
"id"
:
"webidParams"
,
"show"
:
false
,
"title"
:
"webidParams"
},{
"_nodes"
:[{
"id"
:
"customAuth"
,
"title"
:
"customAuth"
},{
"id"
:
"customUserDB"
,
"title"
:
"customUserDB"
},{
"id"
:
"customPassword"
,
"title"
:
"customPassword"
},{
"id"
:
"customRegister"
,
"title"
:
"customRegister"
},{
"cnodes"
:
"customAddParams"
,
"id"
:
"customAddParams"
,
"title"
:
"customAddParams"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"authcustom.html"
,
"id"
:
"customParams"
,
"show"
:
false
,
"title"
:
"customParams"
}],
"_nodes_filter"
:
"authParams"
,
"help"
:
"start.html#authentication_users_and_password_databases"
,
"id"
:
"authParams"
,
"title"
:
"authParams"
,
"type"
:
"authParams"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBSAMLActivation"
,
"title"
:
"issuerDBSAMLActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/saml/"
,
"id"
:
"issuerDBSAMLPath"
,
"title"
:
"issuerDBSAMLPath"
},{
"default"
:
1
,
"id"
:
"issuerDBSAMLRule"
,
"title"
:
"issuerDBSAMLRule"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"idpsaml.html"
,
"id"
:
"issuerDBSAML"
,
"title"
:
"issuerDBSAML"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBCASActivation"
,
"title"
:
"issuerDBCASActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/cas/"
,
"id"
:
"issuerDBCASPath"
,
"title"
:
"issuerDBCASPath"
},{
"default"
:
1
,
"id"
:
"issuerDBCASRule"
,
"title"
:
"issuerDBCASRule"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"idpcas.html"
,
"id"
:
"issuerDBCAS"
,
"title"
:
"issuerDBCAS"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBOpenIDActivation"
,
"title"
:
"issuerDBOpenIDActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/openidserver/"
,
"id"
:
"issuerDBOpenIDPath"
,
"title"
:
"issuerDBOpenIDPath"
},{
"default"
:
1
,
"id"
:
"issuerDBOpenIDRule"
,
"title"
:
"issuerDBOpenIDRule"
,
"type"
:
"boolOrExpr"
},{
"_nodes"
:[{
"id"
:
"openIdIssuerSecret"
,
"title"
:
"openIdIssuerSecret"
},{
"id"
:
"openIdAttr"
,
"title"
:
"openIdAttr"
},{
"default"
:
"0;"
,
"id"
:
"openIdSPList"
,
"title"
:
"openIdSPList"
,
"type"
:
"blackWhiteList"
},{
"_nodes"
:[{
"default"
:
"cn"
,
"id"
:
"openIdSreg_fullname"
,
"title"
:
"openIdSreg_fullname"
},{
"default"
:
"uid"
,
"id"
:
"openIdSreg_nickname"
,
"title"
:
"openIdSreg_nickname"
},{
"id"
:
"openIdSreg_language"
,
"title"
:
"openIdSreg_language"
},{
"id"
:
"openIdSreg_postcode"
,
"title"
:
"openIdSreg_postcode"
},{
"default"
:
"_timezone"
,
"id"
:
"openIdSreg_timezone"
,
"title"
:
"openIdSreg_timezone"
},{
"id"
:
"openIdSreg_country"
,
"title"
:
"openIdSreg_country"
},{
"id"
:
"openIdSreg_gender"
,
"title"
:
"openIdSreg_gender"
},{
"default"
:
"mail"
,
"id"
:
"openIdSreg_email"
,
"title"
:
"openIdSreg_email"
},{
"id"
:
"openIdSreg_dob"
,
"title"
:
"openIdSreg_dob"
}],
"id"
:
"openIdSreg"
,
"title"
:
"openIdSreg"
,
"type"
:
"simpleInputContainer"
}],
"id"
:
"issuerDBOpenIDOptions"
,
"title"
:
"issuerDBOpenIDOptions"
}],
"help"
:
"idpopenid.html"
,
"id"
:
"issuerDBOpenID"
,
"title"
:
"issuerDBOpenID"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBOpenIDConnectActivation"
,
"title"
:
"issuerDBOpenIDConnectActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/oauth2/"
,
"id"
:
"issuerDBOpenIDConnectPath"
,
"title"
:
"issuerDBOpenIDConnectPath"
},{
"default"
:
1
,
"id"
:
"issuerDBOpenIDConnectRule"
,
"title"
:
"issuerDBOpenIDConnectRule"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"idpopenidconnect.html"
,
"id"
:
"issuerDBOpenIDConnect"
,
"title"
:
"issuerDBOpenIDConnect"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBGetActivation"
,
"title"
:
"issuerDBGetActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/get/"
,
"id"
:
"issuerDBGetPath"
,
"title"
:
"issuerDBGetPath"
},{
"default"
:
1
,
"id"
:
"issuerDBGetRule"
,
"title"
:
"issuerDBGetRule"
,
"type"
:
"boolOrExpr"
},{
"default"
:[],
"id"
:
"issuerDBGetParameters"
,
"title"
:
"issuerDBGetParameters"
,
"type"
:
"doubleHash"
}],
"help"
:
"issuerdbget.html"
,
"id"
:
"issuerDBGet"
,
"title"
:
"issuerDBGet"
}],
"help"
:
"start.html#identity_provider"
,
"id"
:
"issuerParams"
,
"title"
:
"issuerParams"
},{
"_nodes"
:[{
"default"
:
""
,
"id"
:
"trustedProxies"
,
"title"
:
"trustedProxies"
},{
"default"
:
"uid"
,
"id"
:
"whatToTrace"
,
"title"
:
"whatToTrace"
},{
"default"
:
"_password"
,
"id"
:
"hiddenAttributes"
,
"title"
:
"hiddenAttributes"
}],
"help"
:
"logs.html"
,
"id"
:
"logParams"
,
"title"
:
"logParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"lemonldap"
,
"id"
:
"cookieName"
,
"title"
:
"cookieName"
},{
"default"
:
"example.com"
,
"id"
:
"domain"
,
"title"
:
"domain"
},{
"default"
:
0
,
"id"
:
"cda"
,
"title"
:
"cda"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"securedCookie"
,
"select"
:[{
"k"
:
"0"
,
"v"
:
"unsecuredCookie"
},{
"k"
:
"1"
,
"v"
:
"securedCookie"
},{
"k"
:
"2"
,
"v"
:
"doubleCookie"
},{
"k"
:
"3"
,
"v"
:
"doubleCookieForSingleSession"
}],
"title"
:
"securedCookie"
,
"type"
:
"select"
},{
"default"
:
1
,
"id"
:
"httpOnly"
,
"title"
:
"httpOnly"
,
"type"
:
"bool"
},{
"id"
:
"cookieExpiration"
,
"title"
:
"cookieExpiration"
,
"type"
:
"int"
}],
"help"
:
"ssocookie.html"
,
"id"
:
"cookieParams"
,
"title"
:
"cookieParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"storePassword"
,
"title"
:
"storePassword"
,
"type"
:
"bool"
},{
"default"
:
72000
,
"id"
:
"timeout"
,
"title"
:
"timeout"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"timeoutActivity"
,
"title"
:
"timeoutActivity"
,
"type"
:
"int"
},{
"default"
:
60
,
"id"
:
"timeoutActivityInterval"
,
"title"
:
"timeoutActivityInterval"
,
"type"
:
"int"
},{
"cnodes"
:
"grantSessionRules"
,
"id"
:
"grantSessionRules"
,
"title"
:
"grantSessionRules"
,
"type"
:
"grantContainer"
},{
"_nodes"
:[{
"default"
:
"Apache::Session::File"
,
"id"
:
"globalStorage"
,
"title"
:
"globalStorage"
},{
"cnodes"
:
"globalStorageOptions"
,
"default"
:[{
"data"
:
"/var/lib/lemonldap-ng/sessions/"
,
"id"
:
"globalStorageOptions/Directory"
,
"title"
:
"Directory"
,
"type"
:
"keyText"
},{
"data"
:
"/var/lib/lemonldap-ng/sessions/lock/"
,
"id"
:
"globalStorageOptions/LockDirectory"
,
"title"
:
"LockDirectory"
,
"type"
:
"keyText"
},{
"data"
:
"Lemonldap::NG::Common::Apache::Session::Generate::SHA256"
,
"id"
:
"globalStorageOptions/generateModule"
,
"title"
:
"generateModule"
,
"type"
:
"keyText"
}],
"id"
:
"globalStorageOptions"
,
"title"
:
"globalStorageOptions"
,
"type"
:
"keyTextContainer"
},{
"default"
:
"Cache::FileCache"
,
"id"
:
"localSessionStorage"
,
"title"
:
"localSessionStorage"
},{
"cnodes"
:
"localSessionStorageOptions"
,
"default"
:[{
"data"
:
3
,
"id"
:
"localSessionStorageOptions/cache_depth"
,
"title"
:
"cache_depth"
,
"type"
:
"keyText"
},{
"data"
:
"/tmp"
,
"id"
:
"localSessionStorageOptions/cache_root"
,
"title"
:
"cache_root"
,
"type"
:
"keyText"
},{
"data"
:
600
,
"id"
:
"localSessionStorageOptions/default_expires_in"
,
"title"
:
"default_expires_in"
,
"type"
:
"keyText"
},{
"data"
:
"007"
,
"id"
:
"localSessionStorageOptions/directory_umask"
,
"title"
:
"directory_umask"
,
"type"
:
"keyText"
},{
"data"
:
"lemonldap-ng-sessions"
,
"id"
:
"localSessionStorageOptions/namespace"
,
"title"
:
"namespace"
,
"type"
:
"keyText"
}],
"id"
:
"localSessionStorageOptions"
,
"title"
:
"localSessionStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"start.html#sessions_database"
,
"id"
:
"sessionStorage"
,
"title"
:
"sessionStorage"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"singleSession"
,
"title"
:
"singleSession"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"singleIP"
,
"title"
:
"singleIP"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"singleUserByIP"
,
"title"
:
"singleUserByIP"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"singleSessionUserByIP"
,
"title"
:
"singleSessionUserByIP"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"notifyDeleted"
,
"title"
:
"notifyDeleted"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"notifyOther"
,
"title"
:
"notifyOther"
,
"type"
:
"bool"
}],
"id"
:
"multipleSessions"
,
"title"
:
"multipleSessions"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"persistentStorage"
,
"title"
:
"persistentStorage"
},{
"cnodes"
:
"persistentStorageOptions"
,
"id"
:
"persistentStorageOptions"
,
"title"
:
"persistentStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"id"
:
"persistentSessions"
,
"title"
:
"persistentSessions"
}],
"help"
:
"sessions.html"
,
"id"
:
"sessionParams"
,
"title"
:
"sessionParams"
},{
"_nodes"
:[{
"cnodes"
:
"reloadUrls"
,
"help"
:
"configlocation.html#configuration_reload"
,
"id"
:
"reloadUrls"
,
"title"
:
"reloadUrls"
,
"type"
:
"keyTextContainer"
},{
"default"
:
5
,
"id"
:
"reloadTimeout"
,
"title"
:
"reloadTimeout"
,
"type"
:
"int"
}],
"help"
:
"configlocation.html#configuration_reload"
,
"id"
:
"reloadParams"
,
"title"
:
"reloadParams"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"stayConnected"
,
"title"
:
"stayConnected"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"status.html"
,
"id"
:
"portalStatus"
,
"title"
:
"portalStatus"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"upgradeSession"
,
"title"
:
"upgradeSession"
,
"type"
:
"bool"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"wsdlServer"
,
"title"
:
"wsdlServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"restSessionServer"
,
"title"
:
"restSessionServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"restConfigServer"
,
"title"
:
"restConfigServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"soapservices.html"
,
"id"
:
"soapSessionServer"
,
"title"
:
"soapSessionServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"soapservices.html"
,
"id"
:
"soapConfigServer"
,
"title"
:
"soapConfigServer"
,
"type"
:
"bool"
},{
"id"
:
"exportedAttr"
,
"title"
:
"exportedAttr"
},{
"_nodes"
:[{
"default"
:
""
,
"id"
:
"SMTPServer"
,
"title"
:
"SMTPServer"
},{
"id"
:
"SMTPPort"
,
"title"
:
"SMTPPort"
,
"type"
:
"int"
},{
"id"
:
"SMTPAuthUser"
,
"title"
:
"SMTPAuthUser"
},{
"id"
:
"SMTPAuthPass"
,
"title"
:
"SMTPAuthPass"
,
"type"
:
"password"
},{
"default"
:
""
,
"id"
:
"SMTPTLS"
,
"select"
:[{
"k"
:
""
,
"v"
:
"none"
},{
"k"
:
"starttls"
,
"v"
:
"SMTP + STARTTLS"
},{
"k"
:
"ssl"
,
"v"
:
"SMTPS"
}],
"title"
:
"SMTPTLS"
,
"type"
:
"select"
},{
"cnodes"
:
"SMTPTLSOpts"
,
"id"
:
"SMTPTLSOpts"
,
"title"
:
"SMTPTLSOpts"
,
"type"
:
"keyTextContainer"
},{
"default"
:
"mail"
,
"id"
:
"mailSessionKey"
,
"title"
:
"mailSessionKey"
},{
"_nodes"
:[{
"default"
:
"noreply@example.com"
,
"id"
:
"mailFrom"
,
"title"
:
"mailFrom"
},{
"id"
:
"mailReplyTo"
,
"title"
:
"mailReplyTo"
},{
"default"
:
"utf-8"
,
"id"
:
"mailCharset"
,
"title"
:
"mailCharset"
}],
"id"
:
"mailHeaders"
,
"title"
:
"mailHeaders"
,
"type"
:
"simpleInputContainer"
}],
"id"
:
"SMTP"
,
"title"
:
"SMTP"
}],
"help"
:
"portalservers.html"
,
"id"
:
"portalServers"
,
"title"
:
"portalServers"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"loginHistoryEnabled"
,
"title"
:
"loginHistoryEnabled"
,
"type"
:
"bool"
},{
"default"
:
5
,
"id"
:
"successLoginNumber"
,
"title"
:
"successLoginNumber"
,
"type"
:
"int"
},{
"default"
:
5
,
"id"
:
"failedLoginNumber"
,
"title"
:
"failedLoginNumber"
,
"type"
:
"int"
},{
"cnodes"
:
"sessionDataToRemember"
,
"id"
:
"sessionDataToRemember"
,
"title"
:
"sessionDataToRemember"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"loginhistory.html"
,
"id"
:
"loginHistory"
,
"title"
:
"loginHistory"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"notification"
,
"title"
:
"notification"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"notificationServer"
,
"title"
:
"notificationServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"oldNotifFormat"
,
"title"
:
"oldNotifFormat"
,
"type"
:
"bool"
},{
"default"
:
"File"
,
"id"
:
"notificationStorage"
,
"title"
:
"notificationStorage"
},{
"cnodes"
:
"notificationStorageOptions"
,
"default"
:[{
"data"
:
"/var/lib/lemonldap-ng/notifications"
,
"id"
:
"notificationStorageOptions/dirName"
,
"title"
:
"dirName"
,
"type"
:
"keyText"
}],
"id"
:
"notificationStorageOptions"
,
"title"
:
"notificationStorageOptions"
,
"type"
:
"keyTextContainer"
},{
"default"
:
"allusers"
,
"id"
:
"notificationWildcard"
,
"title"
:
"notificationWildcard"
},{
"id"
:
"notificationXSLTfile"
,
"title"
:
"notificationXSLTfile"
}],
"help"
:
"notifications.html"
,
"id"
:
"notifications"
,
"title"
:
"notifications"
},{
"_nodes"
:[{
"_nodes"
:[{
"id"
:
"mailPwdRstSubject"
,
"title"
:
"mailPwdRstSubject"
},{
"id"
:
"mailPwdRstBody"
,
"title"
:
"mailPwdRstBody"
,
"type"
:
"longtext"
},{
"id"
:
"mailPwdRstConfirmSubject"
,
"title"
:
"mailPwdRstConfirmSubject"
},{
"id"
:
"mailPwdRstConfirmBody"
,
"title"
:
"mailPwdRstConfirmBody"
,
"type"
:
"longtext"
}],
"id"
:
"mailPwdRstContent"
,
"title"
:
"mailPwdRstContent"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mailPwdRstUrl"
,
"title"
:
"mailPwdRstUrl"
},{
"default"
:
0
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
},{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
"id"
:
"randomPasswordRegexp"
,
"title"
:
"randomPasswordRegexp"
}],
"id"
:
"mailOther"
,
"title"
:
"mailOther"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"resetpassword.html"
,
"id"
:
"passwordManagement"
,
"title"
:
"passwordManagement"
},{
"_nodes"
:[{
"default"
:
"http://auth.example.com/register"
,
"id"
:
"registerUrl"
,
"title"
:
"registerUrl"
},{
"default"
:
0
,
"id"
:
"registerTimeout"
,
"title"
:
"registerTimeout"
,
"type"
:
"int"
},{
"id"
:
"registerConfirmSubject"
,
"title"
:
"registerConfirmSubject"
},{
"id"
:
"registerDoneSubject"
,
"title"
:
"registerDoneSubject"
}],
"help"
:
"register.html"
,
"id"
:
"register"
,
"title"
:
"register"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"cnodes"
:
"autoSigninRules"
,
"id"
:
"autoSigninRules"
,
"title"
:
"autoSigninRules"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"autosignin.html"
,
"id"
:
"autoSignin"
,
"title"
:
"autoSignin"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"checkState"
,
"title"
:
"checkState"
,
"type"
:
"bool"
},{
"id"
:
"checkStateSecret"
,
"title"
:
"checkStateSecret"
}],
"help"
:
"checkstate.html"
,
"id"
:
"stateCheck"
,
"title"
:
"stateCheck"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"start.html#plugins"
,
"id"
:
"plugins"
,
"title"
:
"plugins"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"utotp2fActivation"
,
"title"
:
"utotp2fActivation"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"utotp2fAuthnLevel"
,
"title"
:
"utotp2fAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"utotp2f.html"
,
"id"
:
"utotp2f"
,
"title"
:
"utotp2f"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"totp2fActivation"
,
"title"
:
"totp2fActivation"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"totp2fSelfRegistration"
,
"title"
:
"totp2fSelfRegistration"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"totp2fAuthnLevel"
,
"title"
:
"totp2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"totp2fIssuer"
,
"title"
:
"totp2fIssuer"
},{
"default"
:
30
,
"id"
:
"totp2fInterval"
,
"title"
:
"totp2fInterval"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"totp2fRange"
,
"title"
:
"totp2fRange"
,
"type"
:
"int"
},{
"default"
:
6
,
"id"
:
"totp2fDigits"
,
"title"
:
"totp2fDigits"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"totp2fDisplayExistingSecret"
,
"title"
:
"totp2fDisplayExistingSecret"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"totp2fUserCanChangeKey"
,
"title"
:
"totp2fUserCanChangeKey"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"totp2fUserCanRemoveKey"
,
"title"
:
"totp2fUserCanRemoveKey"
,
"type"
:
"bool"
}],
"help"
:
"totp2f.html"
,
"id"
:
"totp"
,
"title"
:
"totp"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"u2fActivation"
,
"title"
:
"u2fActivation"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"u2fSelfRegistration"
,
"title"
:
"u2fSelfRegistration"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"u2fAuthnLevel"
,
"title"
:
"u2fAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"u2fUserCanRemoveKey"
,
"title"
:
"u2fUserCanRemoveKey"
,
"type"
:
"bool"
}],
"help"
:
"u2f.html"
,
"id"
:
"u2f"
,
"title"
:
"u2f"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"ext2fActivation"
,
"title"
:
"ext2fActivation"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"ext2FSendCommand"
,
"title"
:
"ext2FSendCommand"
},{
"id"
:
"ext2FValidateCommand"
,
"title"
:
"ext2FValidateCommand"
},{
"id"
:
"ext2fAuthnLevel"
,
"title"
:
"ext2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"ext2fLogo"
,
"title"
:
"ext2fLogo"
}],
"help"
:
"external2f.html"
,
"id"
:
"external2f"
,
"title"
:
"external2f"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"rest2fActivation"
,
"title"
:
"rest2fActivation"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"rest2fInitUrl"
,
"title"
:
"rest2fInitUrl"
},{
"cnodes"
:
"rest2fInitArgs"
,
"id"
:
"rest2fInitArgs"
,
"title"
:
"rest2fInitArgs"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"rest2fVerifyUrl"
,
"title"
:
"rest2fVerifyUrl"
},{
"cnodes"
:
"rest2fVerifyArgs"
,
"id"
:
"rest2fVerifyArgs"
,
"title"
:
"rest2fVerifyArgs"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"rest2fAuthnLevel"
,
"title"
:
"rest2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"rest2fLogo"
,
"title"
:
"rest2fLogo"
}],
"help"
:
"rest2f.html"
,
"id"
:
"rest2f"
,
"title"
:
"rest2f"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"yubikey2fActivation"
,
"title"
:
"yubikey2fActivation"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"yubikey2fSelfRegistration"
,
"title"
:
"yubikey2fSelfRegistration"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"yubikey2fAuthnLevel"
,
"title"
:
"yubikey2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"yubikey2fClientID"
,
"title"
:
"yubikey2fClientID"
},{
"id"
:
"yubikey2fSecretKey"
,
"title"
:
"yubikey2fSecretKey"
},{
"id"
:
"yubikey2fNonce"
,
"title"
:
"yubikey2fNonce"
},{
"id"
:
"yubikey2fUrl"
,
"title"
:
"yubikey2fUrl"
},{
"default"
:
12
,
"id"
:
"yubikey2fPublicIDSize"
,
"title"
:
"yubikey2fPublicIDSize"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"yubikey2fUserCanRemoveKey"
,
"title"
:
"yubikey2fUserCanRemoveKey"
,
"type"
:
"bool"
}],
"help"
:
"yubikey2f.html"
,
"id"
:
"yubikey2f"
,
"title"
:
"yubikey2f"
,
"type"
:
"simpleInputContainer"
},{
"default"
:
0
,
"help"
:
"secondfactor.html"
,
"id"
:
"sfRequired"
,
"title"
:
"sfRequired"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"secondfactor.html"
,
"id"
:
"secondFactors"
,
"title"
:
"secondFactors"
},{
"_nodes"
:[{
"help"
:
"customfunctions.html"
,
"id"
:
"customFunctions"
,
"title"
:
"customFunctions"
},{
"default"
:
"; "
,
"id"
:
"multiValuesSeparator"
,
"title"
:
"multiValuesSeparator"
,
"type"
:
"authParamsText"
},{
"_nodes"
:[{
"default"
:
"^[
\\
w
\\
.
\\
-@]+$"
,
"id"
:
"userControl"
,
"title"
:
"userControl"
},{
"default"
:
0
,
"help"
:
"forcereauthn.html"
,
"id"
:
"portalForceAuthn"
,
"title"
:
"portalForceAuthn"
,
"type"
:
"bool"
},{
"default"
:
5
,
"id"
:
"portalForceAuthnInterval"
,
"title"
:
"portalForceAuthnInterval"
,
"type"
:
"int"
},{
"id"
:
"key"
,
"title"
:
"key"
,
"type"
:
"password"
},{
"id"
:
"trustedDomains"
,
"title"
:
"trustedDomains"
},{
"default"
:
1
,
"help"
:
"safejail.html"
,
"id"
:
"useSafeJail"
,
"title"
:
"useSafeJail"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"checkXSS"
,
"title"
:
"checkXSS"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"bruteforceprotection.html"
,
"id"
:
"bruteForceProtection"
,
"title"
:
"bruteForceProtection"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"requireToken"
,
"title"
:
"requireToken"
,
"type"
:
"bool"
},{
"default"
:
120
,
"id"
:
"formTimeout"
,
"title"
:
"formTimeout"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"tokenUseGlobalStorage"
,
"title"
:
"tokenUseGlobalStorage"
,
"type"
:
"bool"
},{
"cnodes"
:
"lwpOpts"
,
"id"
:
"lwpOpts"
,
"title"
:
"lwpOpts"
,
"type"
:
"keyTextContainer"
},{
"cnodes"
:
"lwpSslOpts"
,
"id"
:
"lwpSslOpts"
,
"title"
:
"lwpSslOpts"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
"'self'"
,
"id"
:
"cspDefault"
,
"title"
:
"cspDefault"
},{
"default"
:
"'self' data:"
,
"id"
:
"cspImg"
,
"title"
:
"cspImg"
},{
"default"
:
"'self'"
,
"id"
:
"cspScript"
,
"title"
:
"cspScript"
},{
"default"
:
"'self'"
,
"id"
:
"cspStyle"
,
"title"
:
"cspStyle"
},{
"default"
:
"'self'"
,
"id"
:
"cspFont"
,
"title"
:
"cspFont"
},{
"default"
:
"'self'"
,
"id"
:
"cspFormAction"
,
"title"
:
"cspFormAction"
},{
"default"
:
"'self'"
,
"id"
:
"cspConnect"
,
"title"
:
"cspConnect"
}],
"help"
:
"security.html#portal"
,
"id"
:
"contentSecurityPolicy"
,
"title"
:
"contentSecurityPolicy"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"security.html#configure_security_settings"
,
"id"
:
"security"
,
"title"
:
"security"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"https"
,
"title"
:
"https"
,
"type"
:
"bool"
},{
"id"
:
"port"
,
"title"
:
"port"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"useRedirectOnForbidden"
,
"title"
:
"useRedirectOnForbidden"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"useRedirectOnError"
,
"title"
:
"useRedirectOnError"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"maintenance"
,
"title"
:
"maintenance"
,
"type"
:
"bool"
}],
"help"
:
"redirections.html"
,
"id"
:
"redirection"
,
"title"
:
"redirection"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"jsRedirect"
,
"title"
:
"jsRedirect"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"noAjaxHook"
,
"title"
:
"noAjaxHook"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"skipRenewConfirmation"
,
"title"
:
"skipRenewConfirmation"
,
"type"
:
"bool"
}],
"help"
:
"redirections.html#portal_redirections"
,
"id"
:
"portalRedirection"
,
"title"
:
"portalRedirection"
,
"type"
:
"simpleInputContainer"
},{
"cnodes"
:
"nginxCustomHandlers"
,
"help"
:
"handlerarch.html"
,
"id"
:
"nginxCustomHandlers"
,
"title"
:
"nginxCustomHandlers"
,
"type"
:
"keyTextContainer"
},{
"cnodes"
:
"logoutServices"
,
"default"
:[],
"help"
:
"logoutforward.html"
,
"id"
:
"logoutServices"
,
"title"
:
"logoutServices"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
"get"
,
"id"
:
"infoFormMethod"
,
"select"
:[{
"k"
:
"get"
,
"v"
:
"GET"
},{
"k"
:
"post"
,
"v"
:
"POST"
}],
"title"
:
"infoFormMethod"
,
"type"
:
"select"
},{
"default"
:
"post"
,
"id"
:
"confirmFormMethod"
,
"select"
:[{
"k"
:
"get"
,
"v"
:
"GET"
},{
"k"
:
"post"
,
"v"
:
"POST"
}],
"title"
:
"confirmFormMethod"
,
"type"
:
"select"
},{
"default"
:
"get"
,
"id"
:
"redirectFormMethod"
,
"select"
:[{
"k"
:
"get"
,
"v"
:
"GET"
},{
"k"
:
"post"
,
"v"
:
"POST"
}],
"title"
:
"redirectFormMethod"
,
"type"
:
"select"
},{
"default"
:
1
,
"id"
:
"activeTimer"
,
"title"
:
"activeTimer"
,
"type"
:
"bool"
}],
"id"
:
"forms"
,
"title"
:
"forms"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"start.html#advanced_features"
,
"id"
:
"advancedParams"
,
"title"
:
"advancedParams"
}],
"id"
:
"generalParameters"
,
"title"
:
"generalParameters"
},{
"_nodes"
:[{
"cnodes"
:
"exportedVars"
,
"default"
:[{
"data"
:
"HTTP_USER_AGENT"
,
"id"
:
"exportedVars/UA"
,
"title"
:
"UA"
,
"type"
:
"keyText"
}],
"help"
:
"exportedvars.html"
,
"id"
:
"exportedVars"
,
"title"
:
"exportedVars"
,
"type"
:
"keyTextContainer"
},{
"cnodes"
:
"macros"
,
"default"
:[],
"help"
:
"exportedvars.html#extend_variables_using_macros_and_groups"
,
"id"
:
"macros"
,
"title"
:
"macros"
,
"type"
:
"keyTextContainer"
},{
"cnodes"
:
"groups"
,
"default"
:[],
"help"
:
"exportedvars.html#extend_variables_using_macros_and_groups"
,
"id"
:
"groups"
,
"title"
:
"groups"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"variables.html"
,
"id"
:
"variables"
,
"title"
:
"variables"
},{
"cnodes"
:
"virtualHosts"
,
"help"
:
"configvhost.html"
,
"id"
:
"virtualHosts"
,
"template"
:
"virtualHost"
,
"title"
:
"virtualHosts"
,
"type"
:
"virtualHostContainer"
},{
"_nodes"
:[{
"default"
:
"#PORTAL#/saml/metadata"
,
"id"
:
"samlEntityID"
,
"title"
:
"samlEntityID"
},{
"_nodes"
:[{
"get"
:[
"samlServicePrivateKeySig"
,
"samlServicePrivateKeySigPwd"
,
"samlServicePublicKeySig"
],
"id"
:
"samlServiceSecuritySig"
,
"title"
:
"samlServiceSecuritySig"
,
"type"
:
"RSAKey"
},{
"get"
:[
"samlServicePrivateKeyEnc"
,
"samlServicePrivateKeyEncPwd"
,
"samlServicePublicKeyEnc"
],
"id"
:
"samlServiceSecurityEnc"
,
"title"
:
"samlServiceSecurityEnc"
,
"type"
:
"RSAKey"
},{
"default"
:
0
,
"id"
:
"samlServiceUseCertificateInResponse"
,
"title"
:
"samlServiceUseCertificateInResponse"
,
"type"
:
"bool"
},{
"default"
:
"RSA_SHA1"
,
"id"
:
"samlServiceSignatureMethod"
,
"select"
:[{
"k"
:
"RSA_SHA1"
,
"v"
:
"RSA SHA1"
},{
"k"
:
"RSA_SHA256"
,
"v"
:
"RSA SHA256"
}],
"title"
:
"samlServiceSignatureMethod"
,
"type"
:
"select"
}],
"help"
:
"samlservice.html#security_parameters"
,
"id"
:
"samlServiceSecurity"
,
"title"
:
"samlServiceSecurity"
},{
"_nodes"
:[{
"default"
:
"mail"
,
"id"
:
"samlNameIDFormatMapEmail"
,
"title"
:
"samlNameIDFormatMapEmail"
},{
"default"
:
"mail"
,
"id"
:
"samlNameIDFormatMapX509"
,
"title"
:
"samlNameIDFormatMapX509"
},{
"default"
:
"uid"
,
"id"
:
"samlNameIDFormatMapWindows"
,
"title"
:
"samlNameIDFormatMapWindows"
},{
"default"
:
"uid"
,
"id"
:
"samlNameIDFormatMapKerberos"
,
"title"
:
"samlNameIDFormatMapKerberos"
}],
"help"
:
"samlservice.html#nameid_formats"
,
"id"
:
"samlNameIDFormatMap"
,
"title"
:
"samlNameIDFormatMap"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"samlAuthnContextMapPassword"
,
"title"
:
"samlAuthnContextMapPassword"
,
"type"
:
"int"
},{
"default"
:
3
,
"id"
:
"samlAuthnContextMapPasswordProtectedTransport"
,
"title"
:
"samlAuthnContextMapPasswordProtectedTransport"
,
"type"
:
"int"
},{
"default"
:
5
,
"id"
:
"samlAuthnContextMapTLSClient"
,
"title"
:
"samlAuthnContextMapTLSClient"
,
"type"
:
"int"
},{
"default"
:
4
,
"id"
:
"samlAuthnContextMapKerberos"
,
"title"
:
"samlAuthnContextMapKerberos"
,
"type"
:
"int"
}],
"help"
:
"samlservice.html#authentication_contexts"
,
"id"
:
"samlAuthnContextMap"
,
"title"
:
"samlAuthnContextMap"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"Example"
,
"id"
:
"samlOrganizationDisplayName"
,
"title"
:
"samlOrganizationDisplayName"
},{
"default"
:
"Example"
,
"id"
:
"samlOrganizationName"
,
"title"
:
"samlOrganizationName"
},{
"default"
:
"http://www.example.com"
,
"id"
:
"samlOrganizationURL"
,
"title"
:
"samlOrganizationURL"
}],
"help"
:
"samlservice.html#organization"
,
"id"
:
"samlOrganization"
,
"title"
:
"samlOrganization"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"samlSPSSODescriptorAuthnRequestsSigned"
,
"title"
:
"samlSPSSODescriptorAuthnRequestsSigned"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"samlSPSSODescriptorWantAssertionsSigned"
,
"title"
:
"samlSPSSODescriptorWantAssertionsSigned"
,
"type"
:
"bool"
},{
"_nodes"
:[{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect;#PORTAL#/saml/proxySingleLogout;#PORTAL#/saml/proxySingleLogoutReturn"
,
"id"
:
"samlSPSSODescriptorSingleLogoutServiceHTTPRedirect"
,
"title"
:
"samlSPSSODescriptorSingleLogoutServiceHTTPRedirect"
,
"type"
:
"samlService"
},{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/proxySingleLogout;#PORTAL#/saml/proxySingleLogoutReturn"
,
"id"
:
"samlSPSSODescriptorSingleLogoutServiceHTTPPost"
,
"title"
:
"samlSPSSODescriptorSingleLogoutServiceHTTPPost"
,
"type"
:
"samlService"
},{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/proxySingleLogoutSOAP;"
,
"id"
:
"samlSPSSODescriptorSingleLogoutServiceSOAP"
,
"title"
:
"samlSPSSODescriptorSingleLogoutServiceSOAP"
,
"type"
:
"samlService"
}],
"id"
:
"samlSPSSODescriptorSingleLogoutService"
,
"title"
:
"samlSPSSODescriptorSingleLogoutService"
},{
"_nodes"
:[{
"default"
:
"1;0;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact;#PORTAL#/saml/proxySingleSignOnArtifact"
,
"id"
:
"samlSPSSODescriptorAssertionConsumerServiceHTTPArtifact"
,
"title"
:
"samlSPSSODescriptorAssertionConsumerServiceHTTPArtifact"
,
"type"
:
"samlAssertion"
},{
"default"
:
"0;1;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/proxySingleSignOnPost"
,
"id"
:
"samlSPSSODescriptorAssertionConsumerServiceHTTPPost"
,
"title"
:
"samlSPSSODescriptorAssertionConsumerServiceHTTPPost"
,
"type"
:
"samlAssertion"
}],
"id"
:
"samlSPSSODescriptorAssertionConsumerService"
,
"title"
:
"samlSPSSODescriptorAssertionConsumerService"
},{
"_nodes"
:[{
"default"
:
"1;0;urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/artifact"
,
"id"
:
"samlSPSSODescriptorArtifactResolutionServiceArtifact"
,
"title"
:
"samlSPSSODescriptorArtifactResolutionServiceArtifact"
,
"type"
:
"samlAssertion"
}],
"id"
:
"samlSPSSODescriptorArtifactResolutionService"
,
"title"
:
"samlSPSSODescriptorArtifactResolutionService"
}],
"help"
:
"samlservice.html#service_provider"
,
"id"
:
"samlSPSSODescriptor"
,
"title"
:
"samlSPSSODescriptor"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"samlIDPSSODescriptorWantAuthnRequestsSigned"
,
"title"
:
"samlIDPSSODescriptorWantAuthnRequestsSigned"
,
"type"
:
"bool"
},{
"_nodes"
:[{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect;#PORTAL#/saml/singleSignOn;"
,
"id"
:
"samlIDPSSODescriptorSingleSignOnServiceHTTPRedirect"
,
"title"
:
"samlIDPSSODescriptorSingleSignOnServiceHTTPRedirect"
,
"type"
:
"samlService"
},{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/singleSignOn;"
,
"id"
:
"samlIDPSSODescriptorSingleSignOnServiceHTTPPost"
,
"title"
:
"samlIDPSSODescriptorSingleSignOnServiceHTTPPost"
,
"type"
:
"samlService"
},{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact;#PORTAL#/saml/singleSignOnArtifact;"
,
"id"
:
"samlIDPSSODescriptorSingleSignOnServiceHTTPArtifact"
,
"title"
:
"samlIDPSSODescriptorSingleSignOnServiceHTTPArtifact"
,
"type"
:
"samlService"
}],
"id"
:
"samlIDPSSODescriptorSingleSignOnService"
,
"title"
:
"samlIDPSSODescriptorSingleSignOnService"
},{
"_nodes"
:[{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn"
,
"id"
:
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect"
,
"title"
:
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect"
,
"type"
:
"samlService"
},{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn"
,
"id"
:
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost"
,
"title"
:
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost"
,
"type"
:
"samlService"
},{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/singleLogoutSOAP;"
,
"id"
:
"samlIDPSSODescriptorSingleLogoutServiceSOAP"
,
"title"
:
"samlIDPSSODescriptorSingleLogoutServiceSOAP"
,
"type"
:
"samlService"
}],
"id"
:
"samlIDPSSODescriptorSingleLogoutService"
,
"title"
:
"samlIDPSSODescriptorSingleLogoutService"
},{
"_nodes"
:[{
"default"
:
"1;0;urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/artifact"
,
"id"
:
"samlIDPSSODescriptorArtifactResolutionServiceArtifact"
,
"title"
:
"samlIDPSSODescriptorArtifactResolutionServiceArtifact"
,
"type"
:
"samlAssertion"
}],
"id"
:
"samlIDPSSODescriptorArtifactResolutionService"
,
"title"
:
"samlIDPSSODescriptorArtifactResolutionService"
}],
"help"
:
"samlservice.html#identity_provider"
,
"id"
:
"samlIDPSSODescriptor"
,
"title"
:
"samlIDPSSODescriptor"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
"urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/AA/SOAP;"
,
"id"
:
"samlAttributeAuthorityDescriptorAttributeServiceSOAP"
,
"title"
:
"samlAttributeAuthorityDescriptorAttributeServiceSOAP"
,
"type"
:
"samlService"
}],
"id"
:
"samlAttributeAuthorityDescriptorAttributeService"
,
"title"
:
"samlAttributeAuthorityDescriptorAttributeService"
}],
"help"
:
"samlservice.html#attribute_authority"
,
"id"
:
"samlAttributeAuthorityDescriptor"
,
"title"
:
"samlAttributeAuthorityDescriptor"
},{
"_nodes"
:[{
"default"
:
"lemonldapidp"
,
"id"
:
"samlIdPResolveCookie"
,
"title"
:
"samlIdPResolveCookie"
},{
"default"
:
1
,
"id"
:
"samlMetadataForceUTF8"
,
"title"
:
"samlMetadataForceUTF8"
,
"type"
:
"bool"
},{
"id"
:
"samlStorage"
,
"title"
:
"samlStorage"
},{
"cnodes"
:
"samlStorageOptions"
,
"id"
:
"samlStorageOptions"
,
"title"
:
"samlStorageOptions"
,
"type"
:
"keyTextContainer"
},{
"default"
:
600
,
"id"
:
"samlRelayStateTimeout"
,
"title"
:
"samlRelayStateTimeout"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"samlUseQueryStringSpecific"
,
"title"
:
"samlUseQueryStringSpecific"
,
"type"
:
"bool"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"samlCommonDomainCookieActivation"
,
"title"
:
"samlCommonDomainCookieActivation"
,
"type"
:
"bool"
},{
"id"
:
"samlCommonDomainCookieDomain"
,
"title"
:
"samlCommonDomainCookieDomain"
},{
"id"
:
"samlCommonDomainCookieReader"
,
"title"
:
"samlCommonDomainCookieReader"
},{
"id"
:
"samlCommonDomainCookieWriter"
,
"title"
:
"samlCommonDomainCookieWriter"
}],
"id"
:
"samlCommonDomainCookie"
,
"title"
:
"samlCommonDomainCookie"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"samlDiscoveryProtocolActivation"
,
"title"
:
"samlDiscoveryProtocolActivation"
,
"type"
:
"bool"
},{
"id"
:
"samlDiscoveryProtocolURL"
,
"title"
:
"samlDiscoveryProtocolURL"
},{
"id"
:
"samlDiscoveryProtocolPolicy"
,
"title"
:
"samlDiscoveryProtocolPolicy"
},{
"default"
:
0
,
"id"
:
"samlDiscoveryProtocolIsPassive"
,
"title"
:
"samlDiscoveryProtocolIsPassive"
,
"type"
:
"bool"
}],
"id"
:
"samlDiscoveryProtocol"
,
"title"
:
"samlDiscoveryProtocol"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"samlservice.html#advanced"
,
"id"
:
"samlAdvanced"
,
"title"
:
"samlAdvanced"
}],
"help"
:
"samlservice.html"
,
"id"
:
"samlServiceMetaData"
,
"title"
:
"samlServiceMetaData"
},{
"cnodes"
:
"samlIDPMetaDataNodes"
,
"help"
:
"authsaml.html"
,
"id"
:
"samlIDPMetaDataNodes"
,
"template"
:
"samlIDPMetaDataNode"
,
"title"
:
"samlIDPMetaDataNodes"
,
"type"
:
"samlIDPMetaDataNodeContainer"
},{
"cnodes"
:
"samlSPMetaDataNodes"
,
"help"
:
"idpsaml.html"
,
"id"
:
"samlSPMetaDataNodes"
,
"template"
:
"samlSPMetaDataNode"
,
"title"
:
"samlSPMetaDataNodes"
,
"type"
:
"samlSPMetaDataNodeContainer"
},{
"_nodes"
:[{
"default"
:
"http://auth.example.com"
,
"id"
:
"oidcServiceMetaDataIssuer"
,
"title"
:
"oidcServiceMetaDataIssuer"
},{
"_nodes"
:[{
"default"
:
"authorize"
,
"id"
:
"oidcServiceMetaDataAuthorizeURI"
,
"title"
:
"oidcServiceMetaDataAuthorizeURI"
},{
"default"
:
"token"
,
"id"
:
"oidcServiceMetaDataTokenURI"
,
"title"
:
"oidcServiceMetaDataTokenURI"
},{
"default"
:
"userinfo"
,
"id"
:
"oidcServiceMetaDataUserInfoURI"
,
"title"
:
"oidcServiceMetaDataUserInfoURI"
},{
"default"
:
"jwks"
,
"id"
:
"oidcServiceMetaDataJWKSURI"
,
"title"
:
"oidcServiceMetaDataJWKSURI"
},{
"default"
:
"register"
,
"id"
:
"oidcServiceMetaDataRegistrationURI"
,
"title"
:
"oidcServiceMetaDataRegistrationURI"
},{
"default"
:
"logout"
,
"id"
:
"oidcServiceMetaDataEndSessionURI"
,
"title"
:
"oidcServiceMetaDataEndSessionURI"
},{
"default"
:
"checksession.html"
,
"id"
:
"oidcServiceMetaDataCheckSessionURI"
,
"title"
:
"oidcServiceMetaDataCheckSessionURI"
},{
"default"
:
"flogout"
,
"id"
:
"oidcServiceMetaDataFrontChannelURI"
,
"title"
:
"oidcServiceMetaDataFrontChannelURI"
},{
"default"
:
"blogout"
,
"id"
:
"oidcServiceMetaDataBackChannelURI"
,
"title"
:
"oidcServiceMetaDataBackChannelURI"
}],
"id"
:
"oidcServiceMetaDataEndPoints"
,
"title"
:
"oidcServiceMetaDataEndPoints"
,
"type"
:
"simpleInputContainer"
},{
"cnodes"
:
"oidcServiceMetaDataAuthnContext"
,
"default"
:[{
"data"
:
1
,
"id"
:
"oidcServiceMetaDataAuthnContext/loa-1"
,
"title"
:
"loa-1"
,
"type"
:
"keyText"
},{
"data"
:
2
,
"id"
:
"oidcServiceMetaDataAuthnContext/loa-2"
,
"title"
:
"loa-2"
,
"type"
:
"keyText"
},{
"data"
:
3
,
"id"
:
"oidcServiceMetaDataAuthnContext/loa-3"
,
"title"
:
"loa-3"
,
"type"
:
"keyText"
},{
"data"
:
4
,
"id"
:
"oidcServiceMetaDataAuthnContext/loa-4"
,
"title"
:
"loa-4"
,
"type"
:
"keyText"
},{
"data"
:
5
,
"id"
:
"oidcServiceMetaDataAuthnContext/loa-5"
,
"title"
:
"loa-5"
,
"type"
:
"keyText"
}],
"id"
:
"oidcServiceMetaDataAuthnContext"
,
"title"
:
"oidcServiceMetaDataAuthnContext"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"get"
:[
"oidcServicePrivateKeySig"
,
"oidcServicePublicKeySig"
],
"id"
:
"oidcServiceMetaDataKeys"
,
"title"
:
"oidcServiceMetaDataKeys"
,
"type"
:
"RSAKeyNoPassword"
},{
"id"
:
"oidcServiceKeyIdSig"
,
"title"
:
"oidcServiceKeyIdSig"
},{
"default"
:
0
,
"id"
:
"oidcServiceAllowDynamicRegistration"
,
"title"
:
"oidcServiceAllowDynamicRegistration"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"oidcServiceAllowAuthorizationCodeFlow"
,
"title"
:
"oidcServiceAllowAuthorizationCodeFlow"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"oidcServiceAllowImplicitFlow"
,
"title"
:
"oidcServiceAllowImplicitFlow"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"oidcServiceAllowHybridFlow"
,
"title"
:
"oidcServiceAllowHybridFlow"
,
"type"
:
"bool"
}],
"id"
:
"oidcServiceMetaDataSecurity"
,
"title"
:
"oidcServiceMetaDataSecurity"
},{
"_nodes"
:[{
"id"
:
"oidcStorage"
,
"title"
:
"oidcStorage"
},{
"cnodes"
:
"oidcStorageOptions"
,
"id"
:
"oidcStorageOptions"
,
"title"
:
"oidcStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"id"
:
"oidcServiceMetaDataSessions"
,
"title"
:
"oidcServiceMetaDataSessions"
}],
"help"
:
"openidconnectservice.html#service_configuration"
,
"id"
:
"oidcServiceMetaData"
,
"title"
:
"oidcServiceMetaData"
},{
"cnodes"
:
"oidcOPMetaDataNodes"
,
"help"
:
"authopenidconnect.html#declare_the_openid_connect_provider_in_llng"
,
"id"
:
"oidcOPMetaDataNodes"
,
"title"
:
"oidcOPMetaDataNodes"
,
"type"
:
"oidcOPMetaDataNodeContainer"
},{
"cnodes"
:
"oidcRPMetaDataNodes"
,
"help"
:
"idpopenidconnect.html#configuration_of_relying_party_in_llng"
,
"id"
:
"oidcRPMetaDataNodes"
,
"title"
:
"oidcRPMetaDataNodes"
,
"type"
:
"oidcRPMetaDataNodeContainer"
},{
"_nodes"
:[{
"id"
:
"casAttr"
,
"title"
:
"casAttr"
},{
"default"
:
"none"
,
"id"
:
"casAccessControlPolicy"
,
"select"
:[{
"k"
:
"none"
,
"v"
:
"None"
},{
"k"
:
"error"
,
"v"
:
"Display error on portal"
},{
"k"
:
"faketicket"
,
"v"
:
"Send a fake service ticket"
}],
"title"
:
"casAccessControlPolicy"
,
"type"
:
"select"
},{
"id"
:
"casStorage"
,
"title"
:
"casStorage"
},{
"cnodes"
:
"casStorageOptions"
,
"id"
:
"casStorageOptions"
,
"title"
:
"casStorageOptions"
,
"type"
:
"keyTextContainer"
},{
"cnodes"
:
"casAttributes"
,
"id"
:
"casAttributes"
,
"title"
:
"casAttributes"
,
"type"
:
"keyTextContainer"
}],
"id"
:
"casServiceMetadata"
,
"title"
:
"casServiceMetadata"
},{
"cnodes"
:
"casSrvMetaDataNodes"
,
"help"
:
"authcas.html"
,
"id"
:
"casSrvMetaDataNodes"
,
"template"
:
"casSrvMetaDataNode"
,
"title"
:
"casSrvMetaDataNodes"
,
"type"
:
"casSrvMetaDataNodeContainer"
},{
"cnodes"
:
"casAppMetaDataNodes"
,
"help"
:
"idpcas.html"
,
"id"
:
"casAppMetaDataNodes"
,
"template"
:
"casAppMetaDataNode"
,
"title"
:
"casAppMetaDataNodes"
,
"type"
:
"casAppMetaDataNodeContainer"
}]
\ No newline at end of file
[{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
"http://auth.example.com/"
,
"id"
:
"portal"
,
"title"
:
"portal"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"portalDisplayLogout"
,
"title"
:
"portalDisplayLogout"
,
"type"
:
"boolOrExpr"
},{
"default"
:
"$_auth =~ /^(LDAP|DBI|Demo)$/"
,
"id"
:
"portalDisplayChangePassword"
,
"title"
:
"portalDisplayChangePassword"
,
"type"
:
"boolOrExpr"
},{
"default"
:
1
,
"id"
:
"portalDisplayAppslist"
,
"title"
:
"portalDisplayAppslist"
,
"type"
:
"boolOrExpr"
},{
"default"
:
1
,
"id"
:
"portalDisplayLoginHistory"
,
"title"
:
"portalDisplayLoginHistory"
,
"type"
:
"boolOrExpr"
},{
"default"
:
"$_oidcConnectedRP"
,
"id"
:
"portalDisplayOidcConsents"
,
"title"
:
"portalDisplayOidcConsents"
,
"type"
:
"boolOrExpr"
}],
"id"
:
"portalModules"
,
"title"
:
"portalModules"
,
"type"
:
"simpleInputContainer"
},{
"cnodes"
:
"applicationList"
,
"default"
:[{
"data"
:{
"catname"
:
"Default category"
,
"type"
:
"category"
},
"id"
:
"applicationList/default"
,
"title"
:
"default"
,
"type"
:
"catAndAppList"
}],
"help"
:
"portalmenu.html#categories_and_applications"
,
"id"
:
"applicationList"
,
"title"
:
"applicationList"
,
"type"
:
"catAndAppList"
}],
"help"
:
"portalmenu.html"
,
"id"
:
"portalMenu"
,
"title"
:
"portalMenu"
},{
"_nodes"
:[{
"default"
:
"common/logos/logo_llng_400px.png"
,
"id"
:
"portalMainLogo"
,
"title"
:
"portalMainLogo"
},{
"default"
:
1
,
"id"
:
"showLanguages"
,
"title"
:
"showLanguages"
,
"type"
:
"bool"
},{
"default"
:
"bootstrap"
,
"id"
:
"portalSkin"
,
"select"
:[{
"k"
:
"bootstrap"
,
"v"
:
"Bootstrap"
}],
"title"
:
"portalSkin"
,
"type"
:
"portalskin"
},{
"id"
:
"portalSkinBackground"
,
"select"
:[{
"k"
:
""
,
"v"
:
"None"
},{
"k"
:
"1280px-Anse_Source_d'Argent_2-La_Digue.jpg"
,
"v"
:
"Anse"
},{
"k"
:
"1280px-Autumn-clear-water-waterfall-landscape_-_Virginia_-_ForestWander.jpg"
,
"v"
:
"Waterfall"
},{
"k"
:
"1280px-BrockenSnowedTrees.jpg"
,
"v"
:
"Snowed Trees"
},{
"k"
:
"1280px-Cedar_Breaks_National_Monument_partially.jpg"
,
"v"
:
"National Monument"
},{
"k"
:
"1280px-Parry_Peak_from_Winter_Park.jpg"
,
"v"
:
"Winter"
},{
"k"
:
"Aletschgletscher_mit_Pinus_cembra1.jpg"
,
"v"
:
"Pinus"
}],
"title"
:
"portalSkinBackground"
,
"type"
:
"portalskinbackground"
},{
"cnodes"
:
"portalSkinRules"
,
"help"
:
"portalcustom.html"
,
"id"
:
"portalSkinRules"
,
"title"
:
"portalSkinRules"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"portalCheckLogins"
,
"title"
:
"portalCheckLogins"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"portalDisplayResetPassword"
,
"title"
:
"portalDisplayResetPassword"
,
"type"
:
"bool"
},{
"default"
:
3
,
"id"
:
"passwordResetAllowedRetries"
,
"title"
:
"passwordResetAllowedRetries"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"portalDisplayRegister"
,
"title"
:
"portalDisplayRegister"
,
"type"
:
"bool"
}],
"help"
:
"portalcustom.html#buttons"
,
"id"
:
"portalButtons"
,
"title"
:
"portalButtons"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"portalRequireOldPassword"
,
"title"
:
"portalRequireOldPassword"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"hideOldPassword"
,
"title"
:
"hideOldPassword"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"mailOnPasswordChange"
,
"title"
:
"mailOnPasswordChange"
,
"type"
:
"bool"
}],
"help"
:
"portalcustom.html#password_management"
,
"id"
:
"passwordManagement"
,
"title"
:
"passwordManagement"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"_user"
,
"id"
:
"portalUserAttr"
,
"title"
:
"portalUserAttr"
},{
"default"
:
0
,
"id"
:
"portalOpenLinkInNewWindow"
,
"title"
:
"portalOpenLinkInNewWindow"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"portalAntiFrame"
,
"title"
:
"portalAntiFrame"
,
"type"
:
"bool"
},{
"default"
:
60000
,
"id"
:
"portalPingInterval"
,
"title"
:
"portalPingInterval"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"portalErrorOnExpiredSession"
,
"title"
:
"portalErrorOnExpiredSession"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"portalErrorOnMailNotFound"
,
"title"
:
"portalErrorOnMailNotFound"
,
"type"
:
"bool"
}],
"help"
:
"portalcustom.html#other_parameters"
,
"id"
:
"portalOther"
,
"title"
:
"portalOther"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"portalcustom.html"
,
"id"
:
"portalCustomization"
,
"title"
:
"portalCustomization"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"captcha_login_enabled"
,
"title"
:
"captcha_login_enabled"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"captcha_mail_enabled"
,
"title"
:
"captcha_mail_enabled"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"captcha_register_enabled"
,
"title"
:
"captcha_register_enabled"
,
"type"
:
"bool"
},{
"default"
:
6
,
"id"
:
"captcha_size"
,
"title"
:
"captcha_size"
,
"type"
:
"int"
}],
"help"
:
"captcha.html"
,
"id"
:
"portalCaptcha"
,
"title"
:
"portalCaptcha"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"portal.html"
,
"id"
:
"portalParams"
,
"title"
:
"portalParams"
},{
"_nodes"
:[{
"default"
:
"Demo"
,
"id"
:
"authentication"
,
"select"
:[{
"k"
:
"Apache"
,
"v"
:
"Apache"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"Kerberos"
,
"v"
:
"Kerberos"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"LinkedIn"
,
"v"
:
"LinkedIn"
},{
"k"
:
"PAM"
,
"v"
:
"PAM"
},{
"k"
:
"Radius"
,
"v"
:
"Radius"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"SSL"
,
"v"
:
"SSL"
},{
"k"
:
"Twitter"
,
"v"
:
"Twitter"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"Choice"
,
"v"
:
"authChoice"
},{
"k"
:
"Combination"
,
"v"
:
"combineMods"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"authentication"
,
"type"
:
"select"
},{
"default"
:
"Same"
,
"id"
:
"userDB"
,
"select"
:[{
"k"
:
"Same"
,
"v"
:
"Same"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"userDB"
,
"type"
:
"select"
},{
"default"
:
"Demo"
,
"id"
:
"passwordDB"
,
"select"
:[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"Choice"
,
"v"
:
"authChoice"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"passwordDB"
,
"type"
:
"select"
},{
"default"
:
"Null"
,
"id"
:
"registerDB"
,
"select"
:[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"registerDB"
,
"type"
:
"select"
}],
"_nodes_cond"
:[{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"ADPwdMaxAge"
,
"title"
:
"ADPwdMaxAge"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"ADPwdExpireWarning"
,
"title"
:
"ADPwdExpireWarning"
,
"type"
:
"int"
}],
"help"
:
"authad.html"
,
"id"
:
"adParams"
,
"show"
:
false
,
"title"
:
"adParams"
},{
"_nodes"
:[{
"default"
:
"lmAuth"
,
"id"
:
"authChoiceParam"
,
"title"
:
"authChoiceParam"
},{
"cnodes"
:
"authChoiceModules"
,
"id"
:
"authChoiceModules"
,
"select"
:[[{
"k"
:
"Apache"
,
"v"
:
"Apache"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demo"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"Kerberos"
,
"v"
:
"Kerberos"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"LinkedIn"
,
"v"
:
"LinkedIn"
},{
"k"
:
"PAM"
,
"v"
:
"PAM"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"Radius"
,
"v"
:
"Radius"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"SSL"
,
"v"
:
"SSL"
},{
"k"
:
"Twitter"
,
"v"
:
"Twitter"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demo"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],[{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Demo"
,
"v"
:
"Demo"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}]],
"title"
:
"authChoiceModules"
,
"type"
:
"authChoiceContainer"
}],
"help"
:
"authchoice.html"
,
"id"
:
"choiceParams"
,
"show"
:
false
,
"title"
:
"choiceParams"
},{
"_nodes"
:[{
"default"
:
4
,
"id"
:
"apacheAuthnLevel"
,
"title"
:
"apacheAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authapache.html"
,
"id"
:
"apacheParams"
,
"show"
:
false
,
"title"
:
"apacheParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"casAuthnLevel"
,
"title"
:
"casAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authcas.html"
,
"id"
:
"casParams"
,
"show"
:
false
,
"title"
:
"casParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"dbiAuthnLevel"
,
"title"
:
"dbiAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"dbiExportedVars"
,
"default"
:[],
"id"
:
"dbiExportedVars"
,
"title"
:
"dbiExportedVars"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"_nodes"
:[{
"id"
:
"dbiAuthChain"
,
"title"
:
"dbiAuthChain"
},{
"id"
:
"dbiAuthUser"
,
"title"
:
"dbiAuthUser"
},{
"id"
:
"dbiAuthPassword"
,
"title"
:
"dbiAuthPassword"
,
"type"
:
"password"
}],
"id"
:
"dbiConnectionAuth"
,
"title"
:
"dbiConnectionAuth"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"dbiUserChain"
,
"title"
:
"dbiUserChain"
},{
"id"
:
"dbiUserUser"
,
"title"
:
"dbiUserUser"
},{
"id"
:
"dbiUserPassword"
,
"title"
:
"dbiUserPassword"
,
"type"
:
"password"
}],
"id"
:
"dbiConnectionUser"
,
"title"
:
"dbiConnectionUser"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"authdbi.html#connection"
,
"id"
:
"dbiConnection"
,
"title"
:
"dbiConnection"
},{
"_nodes"
:[{
"id"
:
"dbiAuthTable"
,
"title"
:
"dbiAuthTable"
},{
"id"
:
"dbiUserTable"
,
"title"
:
"dbiUserTable"
},{
"id"
:
"dbiAuthLoginCol"
,
"title"
:
"dbiAuthLoginCol"
},{
"id"
:
"dbiAuthPasswordCol"
,
"title"
:
"dbiAuthPasswordCol"
},{
"id"
:
"dbiPasswordMailCol"
,
"title"
:
"dbiPasswordMailCol"
},{
"id"
:
"userPivot"
,
"title"
:
"userPivot"
}],
"help"
:
"authdbi.html#schema"
,
"id"
:
"dbiSchema"
,
"title"
:
"dbiSchema"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiAuthPasswordHash"
,
"title"
:
"dbiAuthPasswordHash"
},{
"_nodes"
:[{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashEnabled"
,
"title"
:
"dbiDynamicHashEnabled"
,
"type"
:
"bool"
},{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashValidSchemes"
,
"title"
:
"dbiDynamicHashValidSchemes"
},{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashValidSaltedSchemes"
,
"title"
:
"dbiDynamicHashValidSaltedSchemes"
},{
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHashNewPasswordScheme"
,
"title"
:
"dbiDynamicHashNewPasswordScheme"
}],
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiDynamicHash"
,
"title"
:
"dbiDynamicHash"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"authdbi.html#password"
,
"id"
:
"dbiPassword"
,
"title"
:
"dbiPassword"
}],
"help"
:
"authdbi.html"
,
"id"
:
"dbiParams"
,
"show"
:
false
,
"title"
:
"dbiParams"
},{
"_nodes"
:[{
"cnodes"
:
"demoExportedVars"
,
"default"
:[{
"data"
:
"cn"
,
"id"
:
"demoExportedVars/cn"
,
"title"
:
"cn"
,
"type"
:
"keyText"
},{
"data"
:
"mail"
,
"id"
:
"demoExportedVars/mail"
,
"title"
:
"mail"
,
"type"
:
"keyText"
},{
"data"
:
"uid"
,
"id"
:
"demoExportedVars/uid"
,
"title"
:
"uid"
,
"type"
:
"keyText"
}],
"id"
:
"demoExportedVars"
,
"title"
:
"demoExportedVars"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"authdemo.html"
,
"id"
:
"demoParams"
,
"show"
:
false
,
"title"
:
"demoParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"facebookAuthnLevel"
,
"title"
:
"facebookAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"facebookExportedVars"
,
"default"
:[],
"id"
:
"facebookExportedVars"
,
"title"
:
"facebookExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"facebookAppId"
,
"title"
:
"facebookAppId"
},{
"id"
:
"facebookAppSecret"
,
"title"
:
"facebookAppSecret"
},{
"default"
:
"id"
,
"id"
:
"facebookUserField"
,
"title"
:
"facebookUserField"
}],
"help"
:
"authfacebook.html"
,
"id"
:
"facebookParams"
,
"show"
:
false
,
"title"
:
"facebookParams"
},{
"_nodes"
:[{
"id"
:
"krbKeytab"
,
"title"
:
"krbKeytab"
},{
"default"
:
0
,
"id"
:
"krbByJs"
,
"title"
:
"krbByJs"
,
"type"
:
"bool"
},{
"default"
:
3
,
"id"
:
"krbAuthnLevel"
,
"title"
:
"krbAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"krbRemoveDomain"
,
"title"
:
"krbRemoveDomain"
,
"type"
:
"bool"
}],
"help"
:
"authkerberos.html"
,
"id"
:
"kerberosParams"
,
"show"
:
false
,
"title"
:
"kerberosParams"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"ldapAuthnLevel"
,
"title"
:
"ldapAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"ldapExportedVars"
,
"default"
:[{
"data"
:
"cn"
,
"id"
:
"ldapExportedVars/cn"
,
"title"
:
"cn"
,
"type"
:
"keyText"
},{
"data"
:
"mail"
,
"id"
:
"ldapExportedVars/mail"
,
"title"
:
"mail"
,
"type"
:
"keyText"
},{
"data"
:
"uid"
,
"id"
:
"ldapExportedVars/uid"
,
"title"
:
"uid"
,
"type"
:
"keyText"
}],
"id"
:
"ldapExportedVars"
,
"title"
:
"ldapExportedVars"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
"ldap://localhost"
,
"id"
:
"ldapServer"
,
"title"
:
"ldapServer"
},{
"default"
:
389
,
"id"
:
"ldapPort"
,
"title"
:
"ldapPort"
,
"type"
:
"int"
},{
"default"
:
"dc=example,dc=com"
,
"id"
:
"ldapBase"
,
"title"
:
"ldapBase"
},{
"default"
:
""
,
"id"
:
"managerDn"
,
"title"
:
"managerDn"
},{
"default"
:
""
,
"id"
:
"managerPassword"
,
"title"
:
"managerPassword"
,
"type"
:
"password"
},{
"default"
:
120
,
"id"
:
"ldapTimeout"
,
"title"
:
"ldapTimeout"
,
"type"
:
"int"
},{
"default"
:
3
,
"id"
:
"ldapVersion"
,
"title"
:
"ldapVersion"
,
"type"
:
"int"
},{
"id"
:
"ldapRaw"
,
"title"
:
"ldapRaw"
}],
"help"
:
"authldap.html#connection"
,
"id"
:
"ldapConnection"
,
"title"
:
"ldapConnection"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"LDAPFilter"
,
"title"
:
"LDAPFilter"
},{
"id"
:
"AuthLDAPFilter"
,
"title"
:
"AuthLDAPFilter"
},{
"id"
:
"mailLDAPFilter"
,
"title"
:
"mailLDAPFilter"
},{
"default"
:
"find"
,
"id"
:
"ldapSearchDeref"
,
"select"
:[{
"k"
:
"never"
,
"v"
:
"never"
},{
"k"
:
"search"
,
"v"
:
"search"
},{
"k"
:
"find"
,
"v"
:
"find"
},{
"k"
:
"always"
,
"v"
:
"always"
}],
"title"
:
"ldapSearchDeref"
,
"type"
:
"select"
}],
"help"
:
"authldap.html#filters"
,
"id"
:
"ldapFilters"
,
"title"
:
"ldapFilters"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"ldapGroupBase"
,
"title"
:
"ldapGroupBase"
},{
"default"
:
"groupOfNames"
,
"id"
:
"ldapGroupObjectClass"
,
"title"
:
"ldapGroupObjectClass"
},{
"default"
:
"member"
,
"id"
:
"ldapGroupAttributeName"
,
"title"
:
"ldapGroupAttributeName"
},{
"default"
:
"dn"
,
"id"
:
"ldapGroupAttributeNameUser"
,
"title"
:
"ldapGroupAttributeNameUser"
},{
"default"
:
"cn"
,
"id"
:
"ldapGroupAttributeNameSearch"
,
"title"
:
"ldapGroupAttributeNameSearch"
},{
"default"
:
0
,
"id"
:
"ldapGroupRecursive"
,
"title"
:
"ldapGroupRecursive"
,
"type"
:
"bool"
},{
"default"
:
"dn"
,
"id"
:
"ldapGroupAttributeNameGroup"
,
"title"
:
"ldapGroupAttributeNameGroup"
}],
"help"
:
"authldap.html#groups"
,
"id"
:
"ldapGroups"
,
"title"
:
"ldapGroups"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"ldapPpolicyControl"
,
"title"
:
"ldapPpolicyControl"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"ldapSetPassword"
,
"title"
:
"ldapSetPassword"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"ldapChangePasswordAsUser"
,
"title"
:
"ldapChangePasswordAsUser"
,
"type"
:
"bool"
},{
"default"
:
"utf-8"
,
"id"
:
"ldapPwdEnc"
,
"title"
:
"ldapPwdEnc"
},{
"default"
:
1
,
"id"
:
"ldapUsePasswordResetAttribute"
,
"title"
:
"ldapUsePasswordResetAttribute"
,
"type"
:
"bool"
},{
"default"
:
"pwdReset"
,
"id"
:
"ldapPasswordResetAttribute"
,
"title"
:
"ldapPasswordResetAttribute"
},{
"default"
:
"TRUE"
,
"id"
:
"ldapPasswordResetAttributeValue"
,
"title"
:
"ldapPasswordResetAttributeValue"
},{
"default"
:
0
,
"id"
:
"ldapAllowResetExpiredPassword"
,
"title"
:
"ldapAllowResetExpiredPassword"
,
"type"
:
"bool"
}],
"help"
:
"authldap.html#password"
,
"id"
:
"ldapPassword"
,
"title"
:
"ldapPassword"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"authldap.html"
,
"id"
:
"ldapParams"
,
"show"
:
false
,
"title"
:
"ldapParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"linkedInAuthnLevel"
,
"title"
:
"linkedInAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"linkedInClientID"
,
"title"
:
"linkedInClientID"
},{
"id"
:
"linkedInClientSecret"
,
"title"
:
"linkedInClientSecret"
,
"type"
:
"password"
},{
"default"
:
"id,first-name,last-name,email-address"
,
"id"
:
"linkedInFields"
,
"title"
:
"linkedInFields"
},{
"default"
:
"emailAddress"
,
"id"
:
"linkedInUserField"
,
"title"
:
"linkedInUserField"
},{
"default"
:
"r_basicprofile r_emailaddress"
,
"id"
:
"linkedInScope"
,
"title"
:
"linkedInScope"
}],
"help"
:
"authlinkedin.html"
,
"id"
:
"linkedinParams"
,
"show"
:
false
,
"title"
:
"linkedinParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"combination"
,
"title"
:
"combination"
},{
"cnodes"
:
"combModules"
,
"id"
:
"combModules"
,
"select"
:[{
"k"
:
"Apache"
,
"v"
:
"Apache"
},{
"k"
:
"AD"
,
"v"
:
"Active Directory"
},{
"k"
:
"DBI"
,
"v"
:
"Database (DBI)"
},{
"k"
:
"Facebook"
,
"v"
:
"Facebook"
},{
"k"
:
"Google"
,
"v"
:
"Google"
},{
"k"
:
"Kerberos"
,
"v"
:
"Kerberos"
},{
"k"
:
"LDAP"
,
"v"
:
"LDAP"
},{
"k"
:
"PAM"
,
"v"
:
"PAM"
},{
"k"
:
"Radius"
,
"v"
:
"Radius"
},{
"k"
:
"REST"
,
"v"
:
"REST"
},{
"k"
:
"SSL"
,
"v"
:
"SSL"
},{
"k"
:
"Twitter"
,
"v"
:
"Twitter"
},{
"k"
:
"WebID"
,
"v"
:
"WebID"
},{
"k"
:
"Demo"
,
"v"
:
"Demonstration"
},{
"k"
:
"CAS"
,
"v"
:
"Central Authentication Service (CAS)"
},{
"k"
:
"OpenID"
,
"v"
:
"OpenID"
},{
"k"
:
"OpenIDConnect"
,
"v"
:
"OpenID Connect"
},{
"k"
:
"SAML"
,
"v"
:
"SAML v2"
},{
"k"
:
"Proxy"
,
"v"
:
"Proxy"
},{
"k"
:
"Remote"
,
"v"
:
"Remote"
},{
"k"
:
"Slave"
,
"v"
:
"Slave"
},{
"k"
:
"Null"
,
"v"
:
"None"
},{
"k"
:
"Custom"
,
"v"
:
"customModule"
}],
"title"
:
"combModules"
,
"type"
:
"cmbModuleContainer"
}],
"help"
:
"authcombination.html"
,
"id"
:
"combinationParams"
,
"show"
:
false
,
"title"
:
"combinationParams"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"nullAuthnLevel"
,
"title"
:
"nullAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authnull.html"
,
"id"
:
"nullParams"
,
"show"
:
false
,
"title"
:
"nullParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"openIdAuthnLevel"
,
"title"
:
"openIdAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"openIdExportedVars"
,
"default"
:[],
"id"
:
"openIdExportedVars"
,
"title"
:
"openIdExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"openIdSecret"
,
"title"
:
"openIdSecret"
},{
"default"
:
"0;"
,
"id"
:
"openIdIDPList"
,
"title"
:
"openIdIDPList"
,
"type"
:
"blackWhiteList"
}],
"help"
:
"authopenid.html"
,
"id"
:
"openidParams"
,
"show"
:
false
,
"title"
:
"openidParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"oidcAuthnLevel"
,
"title"
:
"oidcAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
"openidconnectcallback"
,
"id"
:
"oidcRPCallbackGetParam"
,
"title"
:
"oidcRPCallbackGetParam"
},{
"default"
:
600
,
"id"
:
"oidcRPStateTimeout"
,
"title"
:
"oidcRPStateTimeout"
,
"type"
:
"int"
}],
"help"
:
"authopenidconnect.html"
,
"id"
:
"oidcParams"
,
"show"
:
false
,
"title"
:
"oidcParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"proxyAuthService"
,
"title"
:
"proxyAuthService"
},{
"id"
:
"proxySessionService"
,
"title"
:
"proxySessionService"
},{
"id"
:
"remoteCookieName"
,
"title"
:
"remoteCookieName"
},{
"default"
:
2
,
"id"
:
"proxyAuthnLevel"
,
"title"
:
"proxyAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"proxyUseSoap"
,
"title"
:
"proxyUseSoap"
,
"type"
:
"bool"
}],
"help"
:
"authproxy.html"
,
"id"
:
"proxyParams"
,
"show"
:
false
,
"title"
:
"proxyParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"login"
,
"id"
:
"pamService"
,
"title"
:
"pamService"
},{
"default"
:
2
,
"id"
:
"pamAuthnLevel"
,
"title"
:
"pamAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"authpam.html"
,
"id"
:
"pamParams"
,
"show"
:
false
,
"title"
:
"pamParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
3
,
"id"
:
"radiusAuthnLevel"
,
"title"
:
"radiusAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"radiusSecret"
,
"title"
:
"radiusSecret"
},{
"id"
:
"radiusServer"
,
"title"
:
"radiusServer"
}],
"help"
:
"authradius.html"
,
"id"
:
"radiusParams"
,
"show"
:
false
,
"title"
:
"radiusParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"restAuthUrl"
,
"title"
:
"restAuthUrl"
},{
"id"
:
"restUserDBUrl"
,
"title"
:
"restUserDBUrl"
},{
"id"
:
"restPwdConfirmUrl"
,
"title"
:
"restPwdConfirmUrl"
},{
"id"
:
"restPwdModifyUrl"
,
"title"
:
"restPwdModifyUrl"
}],
"help"
:
"authrest.html"
,
"id"
:
"restParams"
,
"show"
:
false
,
"title"
:
"restParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"remotePortal"
,
"title"
:
"remotePortal"
},{
"id"
:
"remoteCookieName"
,
"title"
:
"remoteCookieName"
},{
"default"
:
"Lemonldap::NG::Common::Apache::Session::SOAP"
,
"id"
:
"remoteGlobalStorage"
,
"title"
:
"remoteGlobalStorage"
},{
"cnodes"
:
"remoteGlobalStorageOptions"
,
"default"
:[{
"data"
:
"http://auth.example.com/Lemonldap/NG/Common/PSGI/SOAPService"
,
"id"
:
"remoteGlobalStorageOptions/ns"
,
"title"
:
"ns"
,
"type"
:
"keyText"
},{
"data"
:
"http://auth.example.com/sessions"
,
"id"
:
"remoteGlobalStorageOptions/proxy"
,
"title"
:
"proxy"
,
"type"
:
"keyText"
}],
"id"
:
"remoteGlobalStorageOptions"
,
"title"
:
"remoteGlobalStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"authremote.html"
,
"id"
:
"remoteParams"
,
"show"
:
false
,
"title"
:
"remoteParams"
},{
"_nodes"
:[{
"default"
:
2
,
"id"
:
"slaveAuthnLevel"
,
"title"
:
"slaveAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"slaveExportedVars"
,
"default"
:[],
"id"
:
"slaveExportedVars"
,
"title"
:
"slaveExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"slaveUserHeader"
,
"title"
:
"slaveUserHeader"
},{
"id"
:
"slaveMasterIP"
,
"title"
:
"slaveMasterIP"
},{
"id"
:
"slaveHeaderName"
,
"title"
:
"slaveHeaderName"
},{
"id"
:
"slaveHeaderContent"
,
"title"
:
"slaveHeaderContent"
}],
"help"
:
"authslave.html"
,
"id"
:
"slaveParams"
,
"show"
:
false
,
"title"
:
"slaveParams"
},{
"_nodes"
:[{
"default"
:
5
,
"id"
:
"SSLAuthnLevel"
,
"title"
:
"SSLAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
"SSL_CLIENT_S_DN_Email"
,
"id"
:
"SSLVar"
,
"title"
:
"SSLVar"
},{
"cnodes"
:
"SSLVarIf"
,
"default"
:[],
"id"
:
"SSLVarIf"
,
"title"
:
"SSLVarIf"
,
"type"
:
"keyTextContainer"
},{
"default"
:
0
,
"id"
:
"sslByAjax"
,
"title"
:
"sslByAjax"
,
"type"
:
"bool"
},{
"id"
:
"sslHost"
,
"title"
:
"sslHost"
}],
"help"
:
"authssl.html"
,
"id"
:
"sslParams"
,
"show"
:
false
,
"title"
:
"sslParams"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"twitterAuthnLevel"
,
"title"
:
"twitterAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"twitterKey"
,
"title"
:
"twitterKey"
},{
"id"
:
"twitterSecret"
,
"title"
:
"twitterSecret"
},{
"id"
:
"twitterAppName"
,
"title"
:
"twitterAppName"
},{
"default"
:
"screen_name"
,
"id"
:
"twitterUserField"
,
"title"
:
"twitterUserField"
}],
"help"
:
"authtwitter.html"
,
"id"
:
"twitterParams"
,
"show"
:
false
,
"title"
:
"twitterParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
1
,
"id"
:
"webIDAuthnLevel"
,
"title"
:
"webIDAuthnLevel"
,
"type"
:
"int"
},{
"cnodes"
:
"webIDExportedVars"
,
"default"
:[],
"id"
:
"webIDExportedVars"
,
"title"
:
"webIDExportedVars"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"webIDWhitelist"
,
"title"
:
"webIDWhitelist"
}],
"help"
:
"authwebid.html"
,
"id"
:
"webidParams"
,
"show"
:
false
,
"title"
:
"webidParams"
},{
"_nodes"
:[{
"id"
:
"customAuth"
,
"title"
:
"customAuth"
},{
"id"
:
"customUserDB"
,
"title"
:
"customUserDB"
},{
"id"
:
"customPassword"
,
"title"
:
"customPassword"
},{
"id"
:
"customRegister"
,
"title"
:
"customRegister"
},{
"cnodes"
:
"customAddParams"
,
"id"
:
"customAddParams"
,
"title"
:
"customAddParams"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"authcustom.html"
,
"id"
:
"customParams"
,
"show"
:
false
,
"title"
:
"customParams"
}],
"_nodes_filter"
:
"authParams"
,
"help"
:
"start.html#authentication_users_and_password_databases"
,
"id"
:
"authParams"
,
"title"
:
"authParams"
,
"type"
:
"authParams"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBSAMLActivation"
,
"title"
:
"issuerDBSAMLActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/saml/"
,
"id"
:
"issuerDBSAMLPath"
,
"title"
:
"issuerDBSAMLPath"
},{
"default"
:
1
,
"id"
:
"issuerDBSAMLRule"
,
"title"
:
"issuerDBSAMLRule"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"idpsaml.html"
,
"id"
:
"issuerDBSAML"
,
"title"
:
"issuerDBSAML"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBCASActivation"
,
"title"
:
"issuerDBCASActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/cas/"
,
"id"
:
"issuerDBCASPath"
,
"title"
:
"issuerDBCASPath"
},{
"default"
:
1
,
"id"
:
"issuerDBCASRule"
,
"title"
:
"issuerDBCASRule"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"idpcas.html"
,
"id"
:
"issuerDBCAS"
,
"title"
:
"issuerDBCAS"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBOpenIDActivation"
,
"title"
:
"issuerDBOpenIDActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/openidserver/"
,
"id"
:
"issuerDBOpenIDPath"
,
"title"
:
"issuerDBOpenIDPath"
},{
"default"
:
1
,
"id"
:
"issuerDBOpenIDRule"
,
"title"
:
"issuerDBOpenIDRule"
,
"type"
:
"boolOrExpr"
},{
"_nodes"
:[{
"id"
:
"openIdIssuerSecret"
,
"title"
:
"openIdIssuerSecret"
},{
"id"
:
"openIdAttr"
,
"title"
:
"openIdAttr"
},{
"default"
:
"0;"
,
"id"
:
"openIdSPList"
,
"title"
:
"openIdSPList"
,
"type"
:
"blackWhiteList"
},{
"_nodes"
:[{
"default"
:
"cn"
,
"id"
:
"openIdSreg_fullname"
,
"title"
:
"openIdSreg_fullname"
},{
"default"
:
"uid"
,
"id"
:
"openIdSreg_nickname"
,
"title"
:
"openIdSreg_nickname"
},{
"id"
:
"openIdSreg_language"
,
"title"
:
"openIdSreg_language"
},{
"id"
:
"openIdSreg_postcode"
,
"title"
:
"openIdSreg_postcode"
},{
"default"
:
"_timezone"
,
"id"
:
"openIdSreg_timezone"
,
"title"
:
"openIdSreg_timezone"
},{
"id"
:
"openIdSreg_country"
,
"title"
:
"openIdSreg_country"
},{
"id"
:
"openIdSreg_gender"
,
"title"
:
"openIdSreg_gender"
},{
"default"
:
"mail"
,
"id"
:
"openIdSreg_email"
,
"title"
:
"openIdSreg_email"
},{
"id"
:
"openIdSreg_dob"
,
"title"
:
"openIdSreg_dob"
}],
"id"
:
"openIdSreg"
,
"title"
:
"openIdSreg"
,
"type"
:
"simpleInputContainer"
}],
"id"
:
"issuerDBOpenIDOptions"
,
"title"
:
"issuerDBOpenIDOptions"
}],
"help"
:
"idpopenid.html"
,
"id"
:
"issuerDBOpenID"
,
"title"
:
"issuerDBOpenID"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBOpenIDConnectActivation"
,
"title"
:
"issuerDBOpenIDConnectActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/oauth2/"
,
"id"
:
"issuerDBOpenIDConnectPath"
,
"title"
:
"issuerDBOpenIDConnectPath"
},{
"default"
:
1
,
"id"
:
"issuerDBOpenIDConnectRule"
,
"title"
:
"issuerDBOpenIDConnectRule"
,
"type"
:
"boolOrExpr"
}],
"help"
:
"idpopenidconnect.html"
,
"id"
:
"issuerDBOpenIDConnect"
,
"title"
:
"issuerDBOpenIDConnect"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"issuerDBGetActivation"
,
"title"
:
"issuerDBGetActivation"
,
"type"
:
"bool"
},{
"default"
:
"^/get/"
,
"id"
:
"issuerDBGetPath"
,
"title"
:
"issuerDBGetPath"
},{
"default"
:
1
,
"id"
:
"issuerDBGetRule"
,
"title"
:
"issuerDBGetRule"
,
"type"
:
"boolOrExpr"
},{
"default"
:[],
"id"
:
"issuerDBGetParameters"
,
"title"
:
"issuerDBGetParameters"
,
"type"
:
"doubleHash"
}],
"help"
:
"issuerdbget.html"
,
"id"
:
"issuerDBGet"
,
"title"
:
"issuerDBGet"
}],
"help"
:
"start.html#identity_provider"
,
"id"
:
"issuerParams"
,
"title"
:
"issuerParams"
},{
"_nodes"
:[{
"default"
:
""
,
"id"
:
"trustedProxies"
,
"title"
:
"trustedProxies"
},{
"default"
:
"uid"
,
"id"
:
"whatToTrace"
,
"title"
:
"whatToTrace"
},{
"default"
:
"_password"
,
"id"
:
"hiddenAttributes"
,
"title"
:
"hiddenAttributes"
}],
"help"
:
"logs.html"
,
"id"
:
"logParams"
,
"title"
:
"logParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"lemonldap"
,
"id"
:
"cookieName"
,
"title"
:
"cookieName"
},{
"default"
:
"example.com"
,
"id"
:
"domain"
,
"title"
:
"domain"
},{
"default"
:
0
,
"id"
:
"cda"
,
"title"
:
"cda"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"securedCookie"
,
"select"
:[{
"k"
:
"0"
,
"v"
:
"unsecuredCookie"
},{
"k"
:
"1"
,
"v"
:
"securedCookie"
},{
"k"
:
"2"
,
"v"
:
"doubleCookie"
},{
"k"
:
"3"
,
"v"
:
"doubleCookieForSingleSession"
}],
"title"
:
"securedCookie"
,
"type"
:
"select"
},{
"default"
:
1
,
"id"
:
"httpOnly"
,
"title"
:
"httpOnly"
,
"type"
:
"bool"
},{
"id"
:
"cookieExpiration"
,
"title"
:
"cookieExpiration"
,
"type"
:
"int"
}],
"help"
:
"ssocookie.html"
,
"id"
:
"cookieParams"
,
"title"
:
"cookieParams"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"storePassword"
,
"title"
:
"storePassword"
,
"type"
:
"bool"
},{
"default"
:
72000
,
"id"
:
"timeout"
,
"title"
:
"timeout"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"timeoutActivity"
,
"title"
:
"timeoutActivity"
,
"type"
:
"int"
},{
"default"
:
60
,
"id"
:
"timeoutActivityInterval"
,
"title"
:
"timeoutActivityInterval"
,
"type"
:
"int"
},{
"cnodes"
:
"grantSessionRules"
,
"id"
:
"grantSessionRules"
,
"title"
:
"grantSessionRules"
,
"type"
:
"grantContainer"
},{
"_nodes"
:[{
"default"
:
"Apache::Session::File"
,
"id"
:
"globalStorage"
,
"title"
:
"globalStorage"
},{
"cnodes"
:
"globalStorageOptions"
,
"default"
:[{
"data"
:
"/var/lib/lemonldap-ng/sessions/"
,
"id"
:
"globalStorageOptions/Directory"
,
"title"
:
"Directory"
,
"type"
:
"keyText"
},{
"data"
:
"/var/lib/lemonldap-ng/sessions/lock/"
,
"id"
:
"globalStorageOptions/LockDirectory"
,
"title"
:
"LockDirectory"
,
"type"
:
"keyText"
},{
"data"
:
"Lemonldap::NG::Common::Apache::Session::Generate::SHA256"
,
"id"
:
"globalStorageOptions/generateModule"
,
"title"
:
"generateModule"
,
"type"
:
"keyText"
}],
"id"
:
"globalStorageOptions"
,
"title"
:
"globalStorageOptions"
,
"type"
:
"keyTextContainer"
},{
"default"
:
"Cache::FileCache"
,
"id"
:
"localSessionStorage"
,
"title"
:
"localSessionStorage"
},{
"cnodes"
:
"localSessionStorageOptions"
,
"default"
:[{
"data"
:
3
,
"id"
:
"localSessionStorageOptions/cache_depth"
,
"title"
:
"cache_depth"
,
"type"
:
"keyText"
},{
"data"
:
"/tmp"
,
"id"
:
"localSessionStorageOptions/cache_root"
,
"title"
:
"cache_root"
,
"type"
:
"keyText"
},{
"data"
:
600
,
"id"
:
"localSessionStorageOptions/default_expires_in"
,
"title"
:
"default_expires_in"
,
"type"
:
"keyText"
},{
"data"
:
"007"
,
"id"
:
"localSessionStorageOptions/directory_umask"
,
"title"
:
"directory_umask"
,
"type"
:
"keyText"
},{
"data"
:
"lemonldap-ng-sessions"
,
"id"
:
"localSessionStorageOptions/namespace"
,
"title"
:
"namespace"
,
"type"
:
"keyText"
}],
"id"
:
"localSessionStorageOptions"
,
"title"
:
"localSessionStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"start.html#sessions_database"
,
"id"
:
"sessionStorage"
,
"title"
:
"sessionStorage"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"singleSession"
,
"title"
:
"singleSession"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"singleIP"
,
"title"
:
"singleIP"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"singleUserByIP"
,
"title"
:
"singleUserByIP"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"singleSessionUserByIP"
,
"title"
:
"singleSessionUserByIP"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"notifyDeleted"
,
"title"
:
"notifyDeleted"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"notifyOther"
,
"title"
:
"notifyOther"
,
"type"
:
"bool"
}],
"id"
:
"multipleSessions"
,
"title"
:
"multipleSessions"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"id"
:
"persistentStorage"
,
"title"
:
"persistentStorage"
},{
"cnodes"
:
"persistentStorageOptions"
,
"id"
:
"persistentStorageOptions"
,
"title"
:
"persistentStorageOptions"
,
"type"
:
"keyTextContainer"
}],
"id"
:
"persistentSessions"
,
"title"
:
"persistentSessions"
}],
"help"
:
"sessions.html"
,
"id"
:
"sessionParams"
,
"title"
:
"sessionParams"
},{
"_nodes"
:[{
"cnodes"
:
"reloadUrls"
,
"help"
:
"configlocation.html#configuration_reload"
,
"id"
:
"reloadUrls"
,
"title"
:
"reloadUrls"
,
"type"
:
"keyTextContainer"
},{
"default"
:
5
,
"id"
:
"reloadTimeout"
,
"title"
:
"reloadTimeout"
,
"type"
:
"int"
}],
"help"
:
"configlocation.html#configuration_reload"
,
"id"
:
"reloadParams"
,
"title"
:
"reloadParams"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"stayConnected"
,
"title"
:
"stayConnected"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"status.html"
,
"id"
:
"portalStatus"
,
"title"
:
"portalStatus"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"upgradeSession"
,
"title"
:
"upgradeSession"
,
"type"
:
"bool"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"wsdlServer"
,
"title"
:
"wsdlServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"restSessionServer"
,
"title"
:
"restSessionServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"restConfigServer"
,
"title"
:
"restConfigServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"soapservices.html"
,
"id"
:
"soapSessionServer"
,
"title"
:
"soapSessionServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"help"
:
"soapservices.html"
,
"id"
:
"soapConfigServer"
,
"title"
:
"soapConfigServer"
,
"type"
:
"bool"
},{
"id"
:
"exportedAttr"
,
"title"
:
"exportedAttr"
},{
"_nodes"
:[{
"default"
:
"mail"
,
"id"
:
"mailSessionKey"
,
"title"
:
"mailSessionKey"
},{
"default"
:
""
,
"id"
:
"SMTPServer"
,
"title"
:
"SMTPServer"
},{
"id"
:
"SMTPPort"
,
"title"
:
"SMTPPort"
,
"type"
:
"int"
},{
"id"
:
"SMTPAuthUser"
,
"title"
:
"SMTPAuthUser"
},{
"id"
:
"SMTPAuthPass"
,
"title"
:
"SMTPAuthPass"
,
"type"
:
"password"
},{
"default"
:
""
,
"id"
:
"SMTPTLS"
,
"select"
:[{
"k"
:
""
,
"v"
:
"none"
},{
"k"
:
"starttls"
,
"v"
:
"SMTP + STARTTLS"
},{
"k"
:
"ssl"
,
"v"
:
"SMTPS"
}],
"title"
:
"SMTPTLS"
,
"type"
:
"select"
},{
"cnodes"
:
"SMTPTLSOpts"
,
"id"
:
"SMTPTLSOpts"
,
"title"
:
"SMTPTLSOpts"
,
"type"
:
"keyTextContainer"
},{
"_nodes"
:[{
"default"
:
"noreply@example.com"
,
"id"
:
"mailFrom"
,
"title"
:
"mailFrom"
},{
"id"
:
"mailReplyTo"
,
"title"
:
"mailReplyTo"
},{
"default"
:
"utf-8"
,
"id"
:
"mailCharset"
,
"title"
:
"mailCharset"
}],
"id"
:
"mailHeaders"
,
"title"
:
"mailHeaders"
,
"type"
:
"simpleInputContainer"
}],
"id"
:
"SMTP"
,
"title"
:
"SMTP"
}],
"help"
:
"portalservers.html"
,
"id"
:
"portalServers"
,
"title"
:
"portalServers"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"loginHistoryEnabled"
,
"title"
:
"loginHistoryEnabled"
,
"type"
:
"bool"
},{
"default"
:
5
,
"id"
:
"successLoginNumber"
,
"title"
:
"successLoginNumber"
,
"type"
:
"int"
},{
"default"
:
5
,
"id"
:
"failedLoginNumber"
,
"title"
:
"failedLoginNumber"
,
"type"
:
"int"
},{
"cnodes"
:
"sessionDataToRemember"
,
"id"
:
"sessionDataToRemember"
,
"title"
:
"sessionDataToRemember"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"loginhistory.html"
,
"id"
:
"loginHistory"
,
"title"
:
"loginHistory"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"notification"
,
"title"
:
"notification"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"notificationServer"
,
"title"
:
"notificationServer"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"oldNotifFormat"
,
"title"
:
"oldNotifFormat"
,
"type"
:
"bool"
},{
"default"
:
"File"
,
"id"
:
"notificationStorage"
,
"title"
:
"notificationStorage"
},{
"cnodes"
:
"notificationStorageOptions"
,
"default"
:[{
"data"
:
"/var/lib/lemonldap-ng/notifications"
,
"id"
:
"notificationStorageOptions/dirName"
,
"title"
:
"dirName"
,
"type"
:
"keyText"
}],
"id"
:
"notificationStorageOptions"
,
"title"
:
"notificationStorageOptions"
,
"type"
:
"keyTextContainer"
},{
"default"
:
"allusers"
,
"id"
:
"notificationWildcard"
,
"title"
:
"notificationWildcard"
},{
"id"
:
"notificationXSLTfile"
,
"title"
:
"notificationXSLTfile"
}],
"help"
:
"notifications.html"
,
"id"
:
"notifications"
,
"title"
:
"notifications"
},{
"_nodes"
:[{
"_nodes"
:[{
"id"
:
"mailPwdRstSubject"
,
"title"
:
"mailPwdRstSubject"
},{
"id"
:
"mailPwdRstBody"
,
"title"
:
"mailPwdRstBody"
,
"type"
:
"longtext"
},{
"id"
:
"mailPwdRstConfirmSubject"
,
"title"
:
"mailPwdRstConfirmSubject"
},{
"id"
:
"mailPwdRstConfirmBody"
,
"title"
:
"mailPwdRstConfirmBody"
,
"type"
:
"longtext"
}],
"id"
:
"mailPwdRstContent"
,
"title"
:
"mailPwdRstContent"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mailPwdRstUrl"
,
"title"
:
"mailPwdRstUrl"
},{
"default"
:
0
,
"id"
:
"mailPwdRstTimeout"
,
"title"
:
"mailPwdRstTimeout"
,
"type"
:
"int"
},{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
"id"
:
"randomPasswordRegexp"
,
"title"
:
"randomPasswordRegexp"
}],
"id"
:
"mailOther"
,
"title"
:
"mailOther"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"resetpassword.html"
,
"id"
:
"passwordManagement"
,
"title"
:
"passwordManagement"
},{
"_nodes"
:[{
"default"
:
"http://auth.example.com/register"
,
"id"
:
"registerUrl"
,
"title"
:
"registerUrl"
},{
"default"
:
0
,
"id"
:
"registerTimeout"
,
"title"
:
"registerTimeout"
,
"type"
:
"int"
},{
"id"
:
"registerConfirmSubject"
,
"title"
:
"registerConfirmSubject"
},{
"id"
:
"registerDoneSubject"
,
"title"
:
"registerDoneSubject"
}],
"help"
:
"register.html"
,
"id"
:
"register"
,
"title"
:
"register"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"cnodes"
:
"autoSigninRules"
,
"id"
:
"autoSigninRules"
,
"title"
:
"autoSigninRules"
,
"type"
:
"keyTextContainer"
}],
"help"
:
"autosignin.html"
,
"id"
:
"autoSignin"
,
"title"
:
"autoSignin"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"checkState"
,
"title"
:
"checkState"
,
"type"
:
"bool"
},{
"id"
:
"checkStateSecret"
,
"title"
:
"checkStateSecret"
}],
"help"
:
"checkstate.html"
,
"id"
:
"stateCheck"
,
"title"
:
"stateCheck"
,
"type"
:
"simpleInputContainer"
}],
"help"
:
"start.html#plugins"
,
"id"
:
"plugins"
,
"title"
:
"plugins"
},{
"_nodes"
:[{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"utotp2fActivation"
,
"title"
:
"utotp2fActivation"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"utotp2fAuthnLevel"
,
"title"
:
"utotp2fAuthnLevel"
,
"type"
:
"int"
}],
"help"
:
"utotp2f.html"
,
"id"
:
"utotp2f"
,
"title"
:
"utotp2f"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"totp2fActivation"
,
"title"
:
"totp2fActivation"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"totp2fSelfRegistration"
,
"title"
:
"totp2fSelfRegistration"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"totp2fAuthnLevel"
,
"title"
:
"totp2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"totp2fIssuer"
,
"title"
:
"totp2fIssuer"
},{
"default"
:
30
,
"id"
:
"totp2fInterval"
,
"title"
:
"totp2fInterval"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"totp2fRange"
,
"title"
:
"totp2fRange"
,
"type"
:
"int"
},{
"default"
:
6
,
"id"
:
"totp2fDigits"
,
"title"
:
"totp2fDigits"
,
"type"
:
"int"
},{
"default"
:
0
,
"id"
:
"totp2fDisplayExistingSecret"
,
"title"
:
"totp2fDisplayExistingSecret"
,
"type"
:
"bool"
},{
"default"
:
0
,
"id"
:
"totp2fUserCanChangeKey"
,
"title"
:
"totp2fUserCanChangeKey"
,
"type"
:
"bool"
},{
"default"
:
1
,
"id"
:
"totp2fUserCanRemoveKey"
,
"title"
:
"totp2fUserCanRemoveKey"
,
"type"
:
"bool"
}],
"help"
:
"totp2f.html"
,
"id"
:
"totp"
,
"title"
:
"totp"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"u2fActivation"
,
"title"
:
"u2fActivation"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"u2fSelfRegistration"
,
"title"
:
"u2fSelfRegistration"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"u2fAuthnLevel"
,
"title"
:
"u2fAuthnLevel"
,
"type"
:
"int"
},{
"default"
:
1
,
"id"
:
"u2fUserCanRemoveKey"
,
"title"
:
"u2fUserCanRemoveKey"
,
"type"
:
"bool"
}],
"help"
:
"u2f.html"
,
"id"
:
"u2f"
,
"title"
:
"u2f"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"ext2fActivation"
,
"title"
:
"ext2fActivation"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"ext2FSendCommand"
,
"title"
:
"ext2FSendCommand"
},{
"id"
:
"ext2FValidateCommand"
,
"title"
:
"ext2FValidateCommand"
},{
"id"
:
"ext2fAuthnLevel"
,
"title"
:
"ext2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"ext2fLogo"
,
"title"
:
"ext2fLogo"
}],
"help"
:
"external2f.html"
,
"id"
:
"external2f"
,
"title"
:
"external2f"
,
"type"
:
"simpleInputContainer"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"rest2fActivation"
,
"title"
:
"rest2fActivation"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"rest2fInitUrl"
,
"title"
:
"rest2fInitUrl"
},{
"cnodes"
:
"rest2fInitArgs"
,
"id"
:
"rest2fInitArgs"
,
"title"
:
"rest2fInitArgs"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"rest2fVerifyUrl"
,
"title"
:
"rest2fVerifyUrl"
},{
"cnodes"
:
"rest2fVerifyArgs"
,
"id"
:
"rest2fVerifyArgs"
,
"title"
:
"rest2fVerifyArgs"
,
"type"
:
"keyTextContainer"
},{
"id"
:
"rest2fAuthnLevel"
,
"title"
:
"rest2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"rest2fLogo"
,
"title"
:
"rest2fLogo"
}],
"help"
:
"rest2f.html"
,
"id"
:
"rest2f"
,
"title"
:
"rest2f"
},{
"_nodes"
:[{
"default"
:
0
,
"id"
:
"yubikey2fActivation"
,
"title"
:
"yubikey2fActivation"
,
"type"
:
"boolOrExpr"
},{
"default"
:
0
,
"id"
:
"yubikey2fSelfRegistration"
,
"title"
:
"yubikey2fSelfRegistration"
,
"type"
:
"boolOrExpr"
},{
"id"
:
"yubikey2fAuthnLevel"
,
"title"
:
"yubikey2fAuthnLevel"
,
"type"
:
"int"
},{
"id"
:
"yubikey2fClientID"
,
"title"
:
"yubikey2fClientID"
},{
"id"
:
"yubikey2fSecretKey"
,
"title"
:
"yubikey2fSecretKey"
},{
"id"
:
"yubikey2fNonce"
,
"title"
:
"yubikey2fNonce"
},{
"id"
:
"yubikey2fUrl"
,
"title"
:
"yubikey2fUrl"
},{
"default"
:
12
,
"id"
:
"yubikey2fPublicIDSize"
,
"title"
:
"yubikey2fPublicIDSize"
,
"type"
:
"int"
},{