SMB removed from core
This commit is contained in:
parent
5531a9b3d2
commit
cb2bf8dcaf
2 changed files with 0 additions and 136 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue