webgui/lib/WebGUI/Help/AuthLDAP.pm
2005-06-18 03:58:32 +00:00

73 lines
1.4 KiB
Perl

package WebGUI::Help::AuthLDAP;
our $HELP = {
'ldap connection add/edit' => {
title => 'LDAPLink_990',
body => 'ldap connection add/edit body',
fields => [
],
related => [ ],
},
'ldap authentication display account template' => {
title => 'account-1',
body => 'account-2',
fields => [
],
related => [
{
tag => 'ldap authentication anonymous registration template',
namespace => 'AuthLDAP'
},
{
tag => 'ldap authentication login template',
namespace => 'AuthLDAP'
},
{
tag => 'wobject template',
namespace => 'Wobject'
},
]
},
'ldap authentication login template' => {
title => 'login-1',
body => 'login-2',
fields => [
],
related => [
{
tag => 'ldap authentication anonymous registration template',
namespace => 'AuthLDAP'
},
{
tag => 'ldap authentication display account template',
namespace => 'AuthLDAP'
},
{
tag => 'wobject template',
namespace => 'Wobject'
},
]
},
'ldap authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
fields => [
],
related => [
{
tag => 'ldap authentication display account template',
namespace => 'AuthLDAP'
},
{
tag => 'ldap authentication login template',
namespace => 'AuthLDAP'
},
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
};
1;