AuthLDAP and Auth, AdSpace Help pruning. Now the only thing left
is the Assets.
This commit is contained in:
parent
b11b36aa39
commit
e0c211361e
6 changed files with 25 additions and 314 deletions
|
|
@ -1,82 +1,9 @@
|
|||
package WebGUI::Help::AuthLDAP;
|
||||
|
||||
our $HELP = {
|
||||
'ldap connection add/edit' => {
|
||||
title => 'LDAPLink_990',
|
||||
body => 'ldap connection add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'LDAPLink_992',
|
||||
description => 'LDAPLink_992 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'LDAPLink_993',
|
||||
description => 'LDAPLink_993 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'LDAPLink_994',
|
||||
description => 'LDAPLink_994 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'LDAPLink_995',
|
||||
description => 'LDAPLink_995 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '9',
|
||||
description => '9 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '6',
|
||||
description => '6 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '7',
|
||||
description => '7 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '868',
|
||||
description => '868 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => '869',
|
||||
description => '869 description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'account template',
|
||||
description => 'account template description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'create account template',
|
||||
description => 'create account template description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
{
|
||||
title => 'login template',
|
||||
description => 'login template description',
|
||||
namespace => 'AuthLDAP',
|
||||
},
|
||||
],
|
||||
related => [ ],
|
||||
},
|
||||
|
||||
'ldap authentication display account template' => {
|
||||
title => 'display account template title',
|
||||
body => 'display account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
@ -116,7 +43,7 @@ our $HELP = {
|
|||
|
||||
'ldap authentication login template' => {
|
||||
title => 'auth login template title',
|
||||
body => 'auth login template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
@ -144,7 +71,7 @@ our $HELP = {
|
|||
|
||||
'ldap authentication anonymous registration template' => { ##createAccount
|
||||
title => 'anon reg template title',
|
||||
body => 'anon reg template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
@ -190,7 +117,7 @@ our $HELP = {
|
|||
|
||||
'ldap deactivate account template' => {
|
||||
title => 'deactivate account template title',
|
||||
body => 'deactivate account template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Auth",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue