Help in progress (#162)

This commit is contained in:
Xavier Guimard 2010-11-21 09:22:39 +00:00
parent fc08111e21
commit a2dac450de
2 changed files with 33 additions and 10 deletions

View File

@ -5,10 +5,26 @@
/* Help chapters */
var helpCh={
'authParams':'/pages/documentation/1.0/start.html#authentication_users_and_password_databases',
'authApache':'/pages/documentation/1.0/authapache.html',
'authCAS':'/pages/documentation/1.0/authcas.html',
'authChoice':'/pages/documentation/1.0/authchoice.html',
'authDBI':'/pages/documentation/1.0/authdbi.html',
'authLDAP':'/pages/documentation/1.0/authldap.html',
'authNull':'/pages/documentation/1.0/authnull.html',
'authOpenID':'/pages/documentation/1.0/authopenid.html',
'authProxy':'/pages/documentation/1.0/authproxy.html',
'authRemote':'/pages/documentation/1.0/authremote.html',
'authSSL':'/pages/documentation/1.0/authssl.html',
'authTwitter':'/pages/documentation/1.0/authtwitter.html',
'cookies':'/pages/documentation/1.0/ssocookie.html',
'exportedVars':'/pages/documentation/1.0/exportedvars.html',
'headers':'/pages/documentation/1.0/writingrulesand_headers.html#headers',
'macrosandgroups':'/pages/documentation/1.0/exportedvars.html#extend_variables_using_macros_and_groups',
'menu':'/pages/documentation/1.0/portalmenu.html',
'issuerdb':'/pages/documentation/1.0/start.html#identity_provider',
'issuerdbCAS':'/pages/documentation/1.0/idpcas.html',
'issuerdbOpenID':'/pages/documentation/1.0/idpopenid.html',
'issuerdbSAML':'/pages/documentation/1.0/idpsaml.html',
'notifications':'/pages/documentation/1.0/notifications.html',
'portalParams':'/pages/documentation/1.0/portal.html',
'redirections':'/pages/documentation/1.0/redirections.html',

View File

@ -361,10 +361,8 @@ sub struct {
_nodes => [
qw(ldapAuthnLevel n:ldapConnection n:ldapFilters n:ldapGroups n:ldapPassword)
],
_help => 'ldap',
_help => 'authLDAP',
ldapAuthnLevel => 'int:/ldapAuthnLevel',
ldapConnection => {
_nodes => [
qw(ldapServer ldapPort ldapBase managerDn managerPassword ldapTimeout ldapVersion ldapRaw)
@ -421,6 +419,7 @@ sub struct {
sslParams => {
_nodes =>
[qw(SSLAuthnLevel SSLVar SSLLDAPField SSLRequire)],
_help => 'authSSL',
SSLAuthnLevel => 'int:/SSLAuthnLevel',
SSLVar => 'text:/SSLVar',
SSLLDAPField => 'text:/SSLLDAPField',
@ -432,6 +431,7 @@ sub struct {
_nodes => [
qw(CAS_authnLevel CAS_url CAS_CAFile CAS_renew CAS_gateway CAS_pgtFile cn:CAS_proxiedServices)
],
_help => 'authCAS',
CAS_authnLevel => 'int:/CAS_authnLevel',
CAS_url => 'text:/CAS_url',
CAS_CAFile => 'text:/CAS_CAFile',
@ -451,6 +451,7 @@ sub struct {
_nodes => [
qw(remotePortal remoteCookieName remoteGlobalStorage cn:remoteGlobalStorageOptions)
],
_help => 'authRemote',
remotePortal => 'text:/remotePortal',
remoteCookieName => 'text:/remoteCookieName',
remoteGlobalStorage => 'text:/remoteGlobalStorage',
@ -466,6 +467,7 @@ sub struct {
proxyParams => {
_nodes =>
[qw(soapAuthService remoteCookieName soapSessionService)],
_help => 'authProxy',
soapAuthService => 'text:/soapAuthService',
remoteCookieName => 'text:/remoteCookieName',
soapSessionService => 'text:/soapSessionService',
@ -474,6 +476,7 @@ sub struct {
# OpenID
openIdParams => {
_nodes => [qw(openIdAuthnLevel openIdSecret openIdIDPList)],
_help => 'authOpenID',
openIdAuthnLevel => 'int:/openIdAuthnLevel',
openIdSecret => 'text:/openIdSecret',
openIdIDPList =>
@ -485,6 +488,7 @@ sub struct {
_nodes => [
qw(twitterAuthnLevel twitterKey twitterSecret twitterAppName)
],
_help => 'authTwitter',
twitterAuthnLevel => 'int:/twitterAuthnLevel',
twitterKey => 'text:/twitterKey',
twitterSecret => 'text:/twitterSecret',
@ -496,12 +500,10 @@ sub struct {
_nodes => [
qw(dbiAuthnLevel n:dbiConnection n:dbiSchema n:dbiPassword)
],
_help => 'authDBI',
dbiAuthnLevel => 'int:/dbiAuthnLevel',
dbiConnection => {
_nodes => [qw(n:dbiConnectionAuth n:dbiConnectionUser)],
dbiConnectionAuth => {
_nodes =>
[qw(dbiAuthChain dbiAuthUser dbiAuthPassword)],
@ -509,7 +511,6 @@ sub struct {
dbiAuthUser => 'text:/dbiAuthUser',
dbiAuthPassword => 'text:/dbiAuthPassword',
},
dbiConnectionUser => {
_nodes =>
[qw(dbiUserChain dbiUserUser dbiUserPassword)],
@ -540,18 +541,21 @@ sub struct {
# Apache
apacheParams => {
_nodes => [qw(apacheAuthnLevel)],
_help => 'authApache',
apacheAuthnLevel => 'int:/apacheAuthnLevel',
},
# Null
nullParams => {
_nodes => [qw(nullAuthnLevel)],
_help => 'authNull',
nullAuthnLevel => 'int:/nullAuthnLevel',
},
# Choice
choiceParams => {
_nodes => [qw(authChoiceParam n:authChoiceModules)],
_help => 'authChoice',
authChoiceParam => 'text:/authChoiceParam',
authChoiceModules => {
_nodes =>
@ -571,6 +575,7 @@ sub struct {
_nodes => [
qw(issuerDBSAMLActivation issuerDBSAMLPath issuerDBSAMLRule)
],
_help => 'issuerdbSAML',
issuerDBSAMLActivation => 'bool:/issuerDBSAMLActivation',
issuerDBSAMLPath => 'text:/issuerDBSAMLPath',
issuerDBSAMLRule =>
@ -580,6 +585,7 @@ sub struct {
_nodes => [
qw(issuerDBCASActivation issuerDBCASPath issuerDBCASRule issuerDBCASOptions)
],
_help => 'issuerdbCAS',
issuerDBCASActivation => 'bool:/issuerDBCASActivation',
issuerDBCASPath => 'text:/issuerDBCASPath',
issuerDBCASRule =>
@ -599,6 +605,7 @@ sub struct {
_nodes => [
qw(issuerDBOpenIDActivation issuerDBOpenIDPath issuerDBOpenIDRule n:issuerDBOpenIDOptions)
],
_help => 'issuerdbOpenID',
issuerDBOpenIDActivation =>
'bool:/issuerDBOpenIDActivation',
issuerDBOpenIDPath => 'text:/issuerDBOpenIDPath',
@ -797,21 +804,21 @@ sub struct {
exportedVars => {
_nodes => ['hash:/exportedVars:vars:btext'],
_js => 'hashRoot',
_help => 'vars',
_help => 'exportedVars',
},
# MACROS
macros => {
_nodes => ['hash:/macros:macros:btext'],
_js => 'hashRoot',
_help => 'macros',
_help => 'macrosandgroups',
},
# GROUPS
groups => {
_nodes => ['hash:/groups:groups:btext'],
_js => 'hashRoot',
_help => 'groups',
_help => 'macrosandgroups',
},
},