Fix contextual help

This commit is contained in:
Christophe Maudoux 2018-07-04 23:26:57 +02:00
parent f767c63013
commit 01475d4951
5 changed files with 14 additions and 14 deletions

View File

@ -1629,11 +1629,11 @@ sub attributes {
},
# Fake attribute: used by manager REST API to agglomerate all nodes
# related to a SAML SP partner
# related to a CAS SP partner
casAppMetaDataNodes => {
type => 'casAppMetaDataNodeContainer',
template => 'casAppMetaDataNode',
help => 'idpcas.html',
help => 'authcas.html',
},
# OpenID Issuer
@ -1895,7 +1895,7 @@ sub attributes {
samlIDPMetaDataNodes => {
type => 'samlIDPMetaDataNodeContainer',
template => 'samlIDPMetaDataNode',
help => 'authsaml.html',
help => 'idpsaml.html',
},
# Fake attribute: used by manager REST API to agglomerate all nodes
@ -1903,14 +1903,14 @@ sub attributes {
samlSPMetaDataNodes => {
type => 'samlSPMetaDataNodeContainer',
template => 'samlSPMetaDataNode',
help => 'idpsaml.html',
help => 'authsaml.html',
},
# TODO: split that
# IDP Keys
samlIDPMetaDataExportedAttributes => {
type => 'samlAttributeContainer',
help => 'authsaml.html#exported_attributes',
help => 'idpsaml.html#exported_attributes',
keyTest => qr/^[a-zA-Z](?:[a-zA-Z0-9_\-\.]*\w)?$/,
keyMsgFail => '__badMetadataName__',
test => qr/\w/,
@ -2530,11 +2530,11 @@ m{^(?:ldapi://[^/]*/?|\w[\w\-\.]*(?::\d{1,5})?|ldap(?:s|\+tls)?://\w[\w\-\.]*(?:
},
# Fake attribute: used by manager REST API to agglomerate all nodes
# related to a SAML IDP partner
# related to a CAS IDP partner
casSrvMetaDataNodes => {
type => 'casSrvMetaDataNodeContainer',
template => 'casSrvMetaDataNode',
help => 'authcas.html',
help => 'idpcas.html',
},
# PAM

View File

@ -37,7 +37,7 @@ sub cTrees {
'samlIDPMetaDataExportedAttributes',
{
title => 'samlIDPMetaDataOptions',
help => 'authsaml.html#options',
help => 'idpsaml.html#options',
form => 'simpleInputContainer',
nodes => [
'samlIDPMetaDataOptionsResolutionRule',
@ -92,7 +92,7 @@ sub cTrees {
"samlSPMetaDataExportedAttributes",
{
title => "samlSPMetaDataOptions",
help => 'idpsaml.html#options',
help => 'authsaml.html#options',
nodes => [
{
title => "samlSPMetaDataOptionsAuthnResponse",

View File

@ -536,7 +536,7 @@ function templates(tpl,key) {
{
"cnodes" : tpl+"s/"+key+"/"+"samlIDPMetaDataExportedAttributes",
"default" : [],
"help" : "authsaml.html#exported_attributes",
"help" : "idpsaml.html#exported_attributes",
"id" : tpl+"s/"+key+"/"+"samlIDPMetaDataExportedAttributes",
"title" : "samlIDPMetaDataExportedAttributes",
"type" : "samlAttributeContainer"
@ -664,7 +664,7 @@ function templates(tpl,key) {
"type" : "bool"
}
],
"help" : "authsaml.html#options",
"help" : "idpsaml.html#options",
"id" : "samlIDPMetaDataOptions",
"title" : "samlIDPMetaDataOptions",
"type" : "simpleInputContainer"
@ -1016,7 +1016,7 @@ function templates(tpl,key) {
"type" : "simpleInputContainer"
}
],
"help" : "idpsaml.html#options",
"help" : "authsaml.html#options",
"id" : "samlSPMetaDataOptions",
"title" : "samlSPMetaDataOptions"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long