Remove dbiUserChain, dbiUserPassword and dbiUserUser parameters

This commit is contained in:
Xavier Guimard 2016-05-16 07:08:02 +00:00
parent fc02bce9d0
commit a39c45b46c
8 changed files with 7 additions and 44 deletions

View File

@ -752,18 +752,9 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'dbiPasswordMailCol' => {
'type' => 'text'
},
'dbiUserChain' => {
'type' => 'text'
},
'dbiUserPassword' => {
'type' => 'password'
},
'dbiUserTable' => {
'type' => 'text'
},
'dbiUserUser' => {
'type' => 'text'
},
'demoExportedVars' => {
'default' => {
'cn' => 'cn',

View File

@ -1989,14 +1989,11 @@ m{^(?:ldapi://[^/]*/?|\w[\w\-\.]*(?::\d{1,5})?|ldap(?:s|\+tls)?://\w[\w\-\.]*(?:
dbiAuthChain => { type => 'text', },
dbiAuthUser => { type => 'text', },
dbiAuthPassword => { type => 'password', },
dbiUserChain => { type => 'text', },
dbiUserUser => { type => 'text', },
dbiUserPassword => { type => 'password', },
dbiAuthTable => { type => 'text', },
dbiUserTable => { type => 'text', },
dbiAuthLoginCol => { type => 'text', },
dbiAuthPasswordCol => { type => 'text', },
dbiPasswordMailCol => { type => 'text', },
dbiUserTable => { type => 'text', },
userPivot => { type => 'text', },
dbiAuthPasswordHash =>
{ type => 'text', help => 'authdbi.html#password', },

View File

@ -152,25 +152,10 @@ sub tree {
{
title => 'dbiConnection',
help => 'authdbi.html#connection',
form => 'simpleInputContainer',
nodes => [
{
title => 'dbiConnectionAuth',
form => 'simpleInputContainer',
nodes => [
'dbiAuthChain',
'dbiAuthUser',
'dbiAuthPassword'
]
},
{
title => 'dbiConnectionUser',
form => 'simpleInputContainer',
nodes => [
'dbiUserChain',
'dbiUserUser',
'dbiUserPassword'
]
}
'dbiAuthChain', 'dbiAuthUser',
'dbiAuthPassword'
]
},
{

View File

@ -35,7 +35,7 @@ our $authParameters = {
browseridParams => [qw(browserIdAuthnLevel browserIdAutoLogin browserIdVerificationURL browserIdSiteName browserIdSiteLogo browserIdBackgroundColor)],
casParams => [qw(CASAuthnLevel CASurl CASCAFile CASrenew CASgateway CASpgtFile CASproxiedServices)],
choiceParams => [qw(authChoiceParam authChoiceModules)],
dbiParams => [qw(dbiAuthnLevel dbiExportedVars dbiAuthChain dbiAuthUser dbiAuthPassword dbiUserChain dbiUserUser dbiUserPassword dbiAuthTable dbiUserTable dbiAuthLoginCol dbiAuthPasswordCol dbiPasswordMailCol userPivot dbiAuthPasswordHash)],
dbiParams => [qw(dbiAuthnLevel dbiExportedVars dbiAuthChain dbiAuthUser dbiAuthPassword dbiAuthTable dbiUserTable dbiAuthLoginCol dbiAuthPasswordCol dbiPasswordMailCol userPivot dbiAuthPasswordHash)],
demoParams => [qw(demoExportedVars)],
facebookParams => [qw(facebookAuthnLevel facebookExportedVars facebookAppId facebookAppSecret)],
googleParams => [qw(googleAuthnLevel googleExportedVars)],

View File

@ -142,17 +142,12 @@
"dbiAuthTable": "Authentication table",
"dbiAuthUser": "User",
"dbiConnection": "Connection",
"dbiConnectionAuth": "Authentication process",
"dbiConnectionUser": "User process",
"dbiExportedVars": "Exported variables",
"dbiParams": "DBI parameters",
"dbiPassword": "Password",
"dbiPasswordMailCol": "Mail field name",
"dbiSchema": "Schema",
"dbiUserChain": "Chain",
"dbiUserPassword": "Password",
"dbiUserTable": "User table",
"dbiUserUser": "User",
"default": "Default",
"defaultRule": "Default rule",
"demoModeOn": "This manager runs in demo mode",

View File

@ -142,17 +142,12 @@
"dbiAuthTable": "Table authentification",
"dbiAuthUser": "Utilisateur",
"dbiConnection": "Connexion",
"dbiConnectionAuth": "Authentification",
"dbiConnectionUser": "Utilisateurs",
"dbiExportedVars": "Variables exportées",
"dbiParams": "Paramètres DBI",
"dbiPassword": "Mot de passe",
"dbiPasswordMailCol": "Champ mail",
"dbiSchema": "Schéma",
"dbiUserChain": "Chaîne",
"dbiUserPassword": "Mot de passe",
"dbiUserTable": "Table des utilisateurs",
"dbiUserUser": "Utilisateur",
"default": "Défaut",
"defaultRule": "Règle par défaut",
"demoModeOn": "Ce manager fonctionne en mode Demo",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long