webgui/lib/WebGUI/Help/AuthLDAP.pm

36 lines
615 B
Perl

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