webgui/lib/WebGUI/Help/AuthSMB.pm
2004-07-04 20:29:01 +00:00

36 lines
611 B
Perl

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