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
96b93a56
Commit
96b93a56
authored
Jan 24, 2019
by
Christophe Maudoux
🐛
Browse files
Partial revert rename parameters (#1605)
parent
a69d19c2
Changes
29
Expand all
Hide whitespace changes
Inline
Side-by-side
e2e-tests/lmConf-1.json
View file @
96b93a56
...
...
@@ -164,7 +164,7 @@
"UA"
:
"$ENV{HTTP_USER_AGENT}"
,
"_whatToTrace"
:
"$_auth eq 'SAML' ?
\"
$_user
\\
@$_idpConfKey
\"
: $_auth eq 'OpenIDConnect' ?
\"
$_user
\\
@$_oidcConnectedRP
\"
:
\"
$_user
\"
"
},
"mail
PwdRst
Url"
:
"http://auth.example.com:__port__/resetpwd"
,
"mailUrl"
:
"http://auth.example.com:__port__/resetpwd"
,
"notification"
:
1
,
"notificationStorage"
:
"File"
,
"notificationStorageOptions"
:
{
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
View file @
96b93a56
...
...
@@ -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
,
'
mailUrl
'
=>
'
http://auth.example.com/resetpwd
',
'
managerDn
'
=>
'',
'
managerPassword
'
=>
'',
'
max2FDevices
'
=>
10
,
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
View file @
96b93a56
...
...
@@ -1558,10 +1558,19 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
},
'
type
'
=>
'
keyTextContainer
'
},
'
mailBody
'
=>
{
'
type
'
=>
'
longtext
'
},
'
mailCharset
'
=>
{
'
default
'
=>
'
utf-8
',
'
type
'
=>
'
text
'
},
'
mailConfirmBody
'
=>
{
'
type
'
=>
'
longtext
'
},
'
mailConfirmSubject
'
=>
{
'
type
'
=>
'
text
'
},
'
mailFrom
'
=>
{
'
default
'
=>
'
noreply@example.com
',
'
type
'
=>
'
text
'
...
...
@@ -1573,33 +1582,24 @@ qr/^(?:\*\.)?(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][
'
default
'
=>
0
,
'
type
'
=>
'
bool
'
},
'
mailPwdRstBody
'
=>
{
'
type
'
=>
'
longtext
'
},
'
mailPwdRstConfirmBody
'
=>
{
'
type
'
=>
'
longtext
'
},
'
mailPwdRstConfirmSubject
'
=>
{
'
mailReplyTo
'
=>
{
'
type
'
=>
'
text
'
},
'
mailPwdRstSubject
'
=>
{
'
mailSessionKey
'
=>
{
'
default
'
=>
'
mail
',
'
type
'
=>
'
text
'
},
'
mailSubject
'
=>
{
'
type
'
=>
'
text
'
},
'
mail
PwdRst
Timeout
'
=>
{
'
mailTimeout
'
=>
{
'
default
'
=>
0
,
'
type
'
=>
'
int
'
},
'
mail
PwdRst
Url
'
=>
{
'
mailUrl
'
=>
{
'
default
'
=>
'
http://auth.example.com/resetpwd
',
'
type
'
=>
'
url
'
},
'
mailReplyTo
'
=>
{
'
type
'
=>
'
text
'
},
'
mailSessionKey
'
=>
{
'
default
'
=>
'
mail
',
'
type
'
=>
'
text
'
},
'
maintenance
'
=>
{
'
default
'
=>
0
,
'
type
'
=>
'
bool
'
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
View file @
96b93a56
...
...
@@ -1137,30 +1137,30 @@ sub attributes {
},
mailReplyTo
=>
{
type
=>
'
text
',
documentation
=>
'
Reply-To address
'
},
mail
PwdRst
Timeout
=>
{
mailTimeout
=>
{
type
=>
'
int
',
default
=>
0
,
documentation
=>
'
Mail password reset session timeout
',
},
# Password reset
mail
PwdRst
Body
=>
mailBody
=>
{
type
=>
'
longtext
',
documentation
=>
'
Custom password reset mail body
',
},
mail
PwdRst
ConfirmBody
=>
{
mailConfirmBody
=>
{
type
=>
'
longtext
',
documentation
=>
'
Custom confirm password reset mail body
',
},
mail
PwdRst
ConfirmSubject
=>
{
mailConfirmSubject
=>
{
type
=>
'
text
',
documentation
=>
'
Mail subject for reset confirmation
',
},
mail
PwdRst
Subject
=>
{
mailSubject
=>
{
type
=>
'
text
',
documentation
=>
'
Mail subject for new password email
',
},
mail
PwdRst
Url
=>
{
mailUrl
=>
{
type
=>
'
url
',
default
=>
'
http://auth.example.com/resetpwd
',
documentation
=>
'
URL of password reset page
',
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm
View file @
96b93a56
...
...
@@ -542,20 +542,20 @@ sub tree {
{
title
=>
'
passwordManagement
',
help
=>
'
resetpassword.html
',
nodes
=>
[
{
title
=>
'
mail
PwdRst
Content
',
{
title
=>
'
mailContent
',
form
=>
'
simpleInputContainer
',
nodes
=>
[
'
mail
PwdRst
Subject
',
'
mail
PwdRst
Body
',
'
mail
PwdRst
ConfirmSubject
',
'
mail
PwdRst
ConfirmBody
'
'
mailSubject
',
'
mailBody
',
'
mailConfirmSubject
',
'
mailConfirmBody
'
]
},
{
title
=>
'
mailOther
',
form
=>
'
simpleInputContainer
',
nodes
=>
[
'
mail
PwdRst
Url
',
'
mail
PwdRst
Timeout
',
'
mailUrl
',
'
mailTimeout
',
'
randomPasswordRegexp
',
]
}
...
...
lemonldap-ng-manager/site/htdocs/static/languages/ar.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"خيارات لطلبات الخادم"
,
"lwpSslOpts"
:
"خيارات سسل لطلبات الخادم"
,
"macros"
:
"ماكرو"
,
"mail
PwdRst
Body"
:
"محتوى البريد الناجح"
,
"mailBody"
:
"محتوى البريد الناجح"
,
"mailCharset"
:
"charset"
,
"mail
PwdRst
ConfirmBody"
:
"تأكيد محتوى البريد"
,
"mail
PwdRst
ConfirmSubject"
:
"تأكيد عنوان بريد"
,
"mail
PwdRst
Content"
:
"Password reset mail content"
,
"mailConfirmBody"
:
"تأكيد محتوى البريد"
,
"mailConfirmSubject"
:
"تأكيد عنوان بريد"
,
"mailContent"
:
"Password reset mail content"
,
"mailFrom"
:
"مرسل البريد"
,
"mailHeaders"
:
"هيدر البريد"
,
"mailLDAPFilter"
:
"فلتر البريد"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"آخر"
,
"mailReplyTo"
:
"عنوان الجواب"
,
"mailSessionKey"
:
"مفتاح الجلسة الذي يحتوي على عنوان البريد الإلكتروني"
,
"mail
PwdRst
Subject"
:
"نجاح عنوان البريد"
,
"mail
PwdRst
Timeout"
:
"عدم تطابق كلمت المرور"
,
"mail
PwdRst
Url"
:
"Page URL"
,
"mailSubject"
:
"نجاح عنوان البريد"
,
"mailTimeout"
:
"عدم تطابق كلمت المرور"
,
"mailUrl"
:
"Page URL"
,
"maintenance"
:
"وضع الصيانة"
,
"malformedValue"
:
"قيمة سيئة التصميم"
,
"managerDn"
:
"حساب"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/de.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"Options for server requests"
,
"lwpSslOpts"
:
"SSL options for server requests"
,
"macros"
:
"Macros"
,
"mail
PwdRst
Body"
:
"Success mail content"
,
"mailBody"
:
"Success mail content"
,
"mailCharset"
:
"Charset"
,
"mail
PwdRst
ConfirmBody"
:
"Confirmation mail content"
,
"mail
PwdRst
ConfirmSubject"
:
"Confirmation mail subject"
,
"mail
PwdRst
Content"
:
"Password reset mail content"
,
"mailConfirmBody"
:
"Confirmation mail content"
,
"mailConfirmSubject"
:
"Confirmation mail subject"
,
"mailContent"
:
"Password reset mail content"
,
"mailFrom"
:
"Mail sender"
,
"mailHeaders"
:
"Mail headers"
,
"mailLDAPFilter"
:
"Mail filter"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"Other"
,
"mailReplyTo"
:
"Reply address"
,
"mailSessionKey"
:
"Session key containing mail address"
,
"mail
PwdRst
Subject"
:
"Success mail subject"
,
"mail
PwdRst
Timeout"
:
"Validity time of a password reset request"
,
"mail
PwdRst
Url"
:
"Page URL"
,
"mailSubject"
:
"Success mail subject"
,
"mailTimeout"
:
"Validity time of a password reset request"
,
"mailUrl"
:
"Page URL"
,
"maintenance"
:
"Maintenance mode"
,
"malformedValue"
:
"Malformed value"
,
"managerDn"
:
"Account"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/en.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"Options for server requests"
,
"lwpSslOpts"
:
"SSL options for server requests"
,
"macros"
:
"Macros"
,
"mail
PwdRst
Body"
:
"Success mail content"
,
"mailBody"
:
"Success mail content"
,
"mailCharset"
:
"Charset"
,
"mail
PwdRst
ConfirmBody"
:
"Confirmation mail content"
,
"mail
PwdRst
ConfirmSubject"
:
"Confirmation mail subject"
,
"mail
PwdRst
Content"
:
"Password reset mail content"
,
"mailConfirmBody"
:
"Confirmation mail content"
,
"mailConfirmSubject"
:
"Confirmation mail subject"
,
"mailContent"
:
"Password reset mail content"
,
"mailFrom"
:
"Mail sender"
,
"mailHeaders"
:
"Mail headers"
,
"mailLDAPFilter"
:
"Mail filter"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"Other"
,
"mailReplyTo"
:
"Reply address"
,
"mailSessionKey"
:
"Session key containing mail address"
,
"mail
PwdRst
Subject"
:
"Success mail subject"
,
"mail
PwdRst
Timeout"
:
"Validity time of a password reset request"
,
"mail
PwdRst
Url"
:
"Reset page URL"
,
"mailSubject"
:
"Success mail subject"
,
"mailTimeout"
:
"Validity time of a password reset request"
,
"mailUrl"
:
"Reset page URL"
,
"maintenance"
:
"Maintenance mode"
,
"malformedValue"
:
"Malformed value"
,
"managerDn"
:
"Account"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/fr.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"Options pour les requêtes serveur"
,
"lwpSslOpts"
:
"Options SSL pour les requêtes serveur"
,
"macros"
:
"Macros"
,
"mail
PwdRst
Body"
:
"Contenu du message de succès"
,
"mailBody"
:
"Contenu du message de succès"
,
"mailCharset"
:
"Charset"
,
"mail
PwdRst
ConfirmBody"
:
"Contenu du message de confirmation"
,
"mail
PwdRst
ConfirmSubject"
:
"Sujet du message de confirmation"
,
"mail
PwdRst
Content"
:
"Contenu du mail de réinitialisation"
,
"mailConfirmBody"
:
"Contenu du message de confirmation"
,
"mailConfirmSubject"
:
"Sujet du message de confirmation"
,
"mailContent"
:
"Contenu du mail de réinitialisation"
,
"mailFrom"
:
"Expéditeur du message"
,
"mailHeaders"
:
"En-têtes du mail"
,
"mailLDAPFilter"
:
"Filtre mail"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"Autres"
,
"mailReplyTo"
:
"Adresse de réponse"
,
"mailSessionKey"
:
"Clef de session contenant l'adresse email"
,
"mail
PwdRst
Subject"
:
"Sujet du message de succès"
,
"mail
PwdRst
Timeout"
:
"Durée de validité d'une requête de réinitialisation"
,
"mail
PwdRst
Url"
:
"URL de la page de réinitialisation"
,
"mailSubject"
:
"Sujet du message de succès"
,
"mailTimeout"
:
"Durée de validité d'une requête de réinitialisation"
,
"mailUrl"
:
"URL de la page de réinitialisation"
,
"maintenance"
:
"Mode maintenance"
,
"malformedValue"
:
"Valeur mal formée"
,
"managerDn"
:
"Compte de connexion LDAP"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/it.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"Opzioni per le richieste del server"
,
"lwpSslOpts"
:
"Opzioni SSL per le richieste del server"
,
"macros"
:
"Macro"
,
"mail
PwdRst
Body"
:
"Successo contenuto di posta"
,
"mailBody"
:
"Successo contenuto di posta"
,
"mailCharset"
:
"Charset"
,
"mail
PwdRst
ConfirmBody"
:
"Contenuto della mail di conferma"
,
"mail
PwdRst
ConfirmSubject"
:
"Soggetto della mail di conferma"
,
"mail
PwdRst
Content"
:
"Contenuto della mail di ripristino della password"
,
"mailConfirmBody"
:
"Contenuto della mail di conferma"
,
"mailConfirmSubject"
:
"Soggetto della mail di conferma"
,
"mailContent"
:
"Contenuto della mail di ripristino della password"
,
"mailFrom"
:
"Mittente"
,
"mailHeaders"
:
"Intestazioni di posta"
,
"mailLDAPFilter"
:
"Filtro mail"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"Altro"
,
"mailReplyTo"
:
"Indirizzo di risposta"
,
"mailSessionKey"
:
"Chiave di sessione contenente l'indirizzo di posta"
,
"mail
PwdRst
Subject"
:
"Successo del soggetto della mail"
,
"mail
PwdRst
Timeout"
:
"Tempo di validità di una richiesta di ripristino della password"
,
"mail
PwdRst
Url"
:
"URL della pagina"
,
"mailSubject"
:
"Successo del soggetto della mail"
,
"mailTimeout"
:
"Tempo di validità di una richiesta di ripristino della password"
,
"mailUrl"
:
"URL della pagina"
,
"maintenance"
:
"Modalità di manutenzione"
,
"malformedValue"
:
"Valore malformato"
,
"managerDn"
:
"Account"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/vi.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"Tùy chọn cho yêu cầu máy chủ"
,
"lwpSslOpts"
:
"Tùy chọn SSL cho yêu cầu máy chủ"
,
"macros"
:
"Macros"
,
"mail
PwdRst
Body"
:
"Nội dung thư thành công"
,
"mailBody"
:
"Nội dung thư thành công"
,
"mailCharset"
:
"Charset"
,
"mail
PwdRst
ConfirmBody"
:
"Xác nhận nội dung thư"
,
"mail
PwdRst
ConfirmSubject"
:
"Xác nhận chủ đề thư"
,
"mail
PwdRst
Content"
:
"Password reset mail content"
,
"mailConfirmBody"
:
"Xác nhận nội dung thư"
,
"mailConfirmSubject"
:
"Xác nhận chủ đề thư"
,
"mailContent"
:
"Password reset mail content"
,
"mailFrom"
:
"Người gửi thư"
,
"mailHeaders"
:
"Tiêu đề thư"
,
"mailLDAPFilter"
:
"Bộ lọc thư"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"Khác"
,
"mailReplyTo"
:
"Địa chỉ trả lời"
,
"mailSessionKey"
:
"Khóa phiên chứa địa chỉ thư"
,
"mail
PwdRst
Subject"
:
"Chủ đề thư thành công"
,
"mail
PwdRst
Timeout"
:
"Thời hạn hợp lệ của yêu cầu đặt lại mật khẩu"
,
"mail
PwdRst
Url"
:
"Reset page URL"
,
"mailSubject"
:
"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"
,
"mailUrl"
:
"Reset page URL"
,
"maintenance"
:
"Chế độ bảo trì"
,
"malformedValue"
:
"Giá trị không hợp lệ"
,
"managerDn"
:
"Tài khoản"
,
...
...
lemonldap-ng-manager/site/htdocs/static/languages/zh.json
View file @
96b93a56
...
...
@@ -379,11 +379,11 @@
"lwpOpts"
:
"Options for server requests"
,
"lwpSslOpts"
:
"SSL options for server requests"
,
"macros"
:
"Macros"
,
"mail
PwdRst
Body"
:
"Success mail content"
,
"mailBody"
:
"Success mail content"
,
"mailCharset"
:
"Charset"
,
"mail
PwdRst
ConfirmBody"
:
"Confirmation mail content"
,
"mail
PwdRst
ConfirmSubject"
:
"Confirmation mail subject"
,
"mail
PwdRst
Content"
:
"Password reset mail content"
,
"mailConfirmBody"
:
"Confirmation mail content"
,
"mailConfirmSubject"
:
"Confirmation mail subject"
,
"mailContent"
:
"Password reset mail content"
,
"mailFrom"
:
"邮件发送者"
,
"mailHeaders"
:
"邮件头"
,
"mailLDAPFilter"
:
"邮件过滤器"
,
...
...
@@ -391,9 +391,9 @@
"mailOther"
:
"Other"
,
"mailReplyTo"
:
"Reply address"
,
"mailSessionKey"
:
"Session key containing mail address"
,
"mail
PwdRst
Subject"
:
"Success mail subject"
,
"mail
PwdRst
Timeout"
:
"Validity time of a password reset request"
,
"mail
PwdRst
Url"
:
"Reset page URL"
,
"mailSubject"
:
"Success mail subject"
,
"mailTimeout"
:
"Validity time of a password reset request"
,
"mailUrl"
:
"Reset page URL"
,
"maintenance"
:
"Maintenance mode"
,
"malformedValue"
:
"Malformed value"
,
"managerDn"
:
"账户"
,
...
...
lemonldap-ng-manager/site/htdocs/static/reverseTree.json
View file @
96b93a56
This diff is collapsed.
Click to expand it.
lemonldap-ng-manager/site/htdocs/static/struct.json
View file @
96b93a56
This diff is collapsed.
Click to expand it.
lemonldap-ng-manager/t/jsonfiles/01-base-tree.json
View file @
96b93a56
...
...
@@ -1330,16 +1330,16 @@
},
{
"_nodes"
:
[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mail
PwdRst
Url"
,
"title"
:
"mail
PwdRst
Url"
"id"
:
"mailUrl"
,
"title"
:
"mailUrl"
},
{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
"id"
:
"randomPasswordRegexp"
,
"title"
:
"randomPasswordRegexp"
},
{
"default"
:
0
,
"id"
:
"mail
PwdRst
Timeout"
,
"title"
:
"mail
PwdRst
Timeout"
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
},
{
"default"
:
"mail"
,
...
...
lemonldap-ng-manager/t/jsonfiles/02-base-tree-all-nodes-opened.json
View file @
96b93a56
...
...
@@ -1502,8 +1502,8 @@
"type"
:
"simpleInputContainer"
,
"nodes"
:
[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mail
PwdRst
Url"
,
"title"
:
"mail
PwdRst
Url"
,
"id"
:
"mailUrl"
,
"title"
:
"mailUrl"
,
"data"
:
"http://auth.example.com/resetpwd"
},
{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
...
...
@@ -1512,8 +1512,8 @@
"data"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
},
{
"default"
:
0
,
"id"
:
"mail
PwdRst
Timeout"
,
"title"
:
"mail
PwdRst
Timeout"
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
,
"data"
:
0
},
{
...
...
lemonldap-ng-manager/t/jsonfiles/11-modified-with-confirmation.json
View file @
96b93a56
...
...
@@ -1513,8 +1513,8 @@
"type"
:
"simpleInputContainer"
,
"nodes"
:
[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mail
PwdRst
Url"
,
"title"
:
"mail
PwdRst
Url"
,
"id"
:
"mailUrl"
,
"title"
:
"mailUrl"
,
"data"
:
"http://auth.example.com/resetpwd"
},
{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
...
...
@@ -1523,8 +1523,8 @@
"data"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
},
{
"default"
:
0
,
"id"
:
"mail
PwdRst
Timeout"
,
"title"
:
"mail
PwdRst
Timeout"
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
,
"data"
:
0
},
{
...
...
lemonldap-ng-manager/t/jsonfiles/12-modified.json
View file @
96b93a56
...
...
@@ -1513,8 +1513,8 @@
"type"
:
"simpleInputContainer"
,
"nodes"
:
[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mail
PwdRst
Url"
,
"title"
:
"mail
PwdRst
Url"
,
"id"
:
"mailUrl"
,
"title"
:
"mailUrl"
,
"data"
:
"http://auth.example.com/resetpwd"
},
{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
...
...
@@ -1523,8 +1523,8 @@
"data"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
},
{
"default"
:
0
,
"id"
:
"mail
PwdRst
Timeout"
,
"title"
:
"mail
PwdRst
Timeout"
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
,
"data"
:
0
},
{
...
...
lemonldap-ng-manager/t/jsonfiles/14-bad.json
View file @
96b93a56
...
...
@@ -1492,8 +1492,8 @@
"type"
:
"simpleInputContainer"
,
"nodes"
:
[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mail
PwdRst
Url"
,
"title"
:
"mail
PwdRst
Url"
,
"id"
:
"mailUrl"
,
"title"
:
"mailUrl"
,
"data"
:
"http://auth.example.com/resetpwd"
},
{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
...
...
@@ -1502,8 +1502,8 @@
"data"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
},
{
"default"
:
0
,
"id"
:
"mail
PwdRst
Timeout"
,
"title"
:
"mail
PwdRst
Timeout"
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
,
"data"
:
0
},
{
...
...
lemonldap-ng-manager/t/jsonfiles/15-combination.json
View file @
96b93a56
...
...
@@ -2067,8 +2067,8 @@
{
"_nodes"
:
[{
"default"
:
"http://auth.example.com/resetpwd"
,
"id"
:
"mail
PwdRst
Url"
,
"title"
:
"mail
PwdRst
Url"
"id"
:
"mailUrl"
,
"title"
:
"mailUrl"
},
{
"default"
:
"[A-Z]{3}[a-z]{5}.
\\
d{2}"
,
...
...
@@ -2077,8 +2077,8 @@
},
{
"default"
:
0
,
"id"
:
"mail
PwdRst
Timeout"
,
"title"
:
"mail
PwdRst
Timeout"
,
"id"
:
"mailTimeout"
,
"title"
:
"mailTimeout"
,
"type"
:
"int"
},
{
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment