SMB removed from core

This commit is contained in:
Colin Kuskie 2005-07-07 01:11:06 +00:00
parent 5531a9b3d2
commit cb2bf8dcaf
2 changed files with 0 additions and 136 deletions

View file

@ -1,42 +0,0 @@
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;