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

42 lines
671 B
Perl

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