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;

View file

@ -1,94 +0,0 @@
package WebGUI::i18n::English::AuthSMB;
our $I18N = {
'account-1' => {
message => q|SMB Authentication Display Account Template|,
lastUpdated => 1078853113
},
'6' => {
message => q|BDC|,
lastUpdated => 1039452936
},
'3' => {
message => q|SMB Protocol Error (2)<br>Please contact your sysadmin.|,
lastUpdated => 1039452769
},
'7' => {
message => q|NT Domain|,
lastUpdated => 1039452950
},
'9' => {
message => q|NT Password|,
lastUpdated => 1039453225
},
'2' => {
message => q|SMB Server Error (1)<br>Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.|,
lastUpdated => 1039452744
},
'create-1' => {
message => q|SMB Authentication Anonymous Registration Template|,
lastUpdated => 1078856081
},
'8' => {
message => q|NT Login|,
lastUpdated => 1039452980
},
'4' => {
message => q|SMB Logon Error (3)<br>You have supplied an invalid username/password pair. Probably a typo, please try again.|,
lastUpdated => 1039452797
},
'1' => {
message => q|SMB Authentication Options|,
lastUpdated => 1039451963
},
'login-2' => {
message => q|The following template variables are available for SMB Authentication Login templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the login page.<BR><BR><STRONG>login.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>login.form.footer</STRONG><BR>The required form elements that go after the login page form.</P>
<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the login form. <BR><BR><STRONG>login.form.username<BR></STRONG>Default username form field<BR><BR><STRONG>login.form.username.label<BR></STRONG>Default text for username form field<BR><BR><STRONG>login.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>login.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>login.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anonymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL for the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>|,
lastUpdated => 1101771840
},
'account-2' => {
message => q|The following template variables are available for the SMB Authentication Display Account templates.
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for the karma form value
<P><STRONG>account.options</STRONG><BR>Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.</P>|,
lastUpdated => 1101771870
},
'create-2' => {
message => q|The following template variables are available for SMB Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the anonymous registration page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for registration<BR><BR> <STRONG>profile.formElement</STRONG><BR> Form element for visible or required profile field<BR><BR> <STRONG>profile.formElement.label</STRONG><BR><STRONG> </STRONG>Default text label for profile form element<BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.<BR><BR><STRONG>create.form.loginId</STRONG><BR>Default SMB loginId form field<BR><BR><STRONG>create.form.loginId.label</STRONG><BR>Default text for SMB loginId form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field</P>|,
lastUpdated => 1104252948,
},
'10' => {
message => q|No SMB username specified.|,
lastUpdated => 1071926471
},
'login-1' => {
message => q|SMB Authentication Login Template|,
lastUpdated => 1078854992
},
'5' => {
message => q|PDC|,
lastUpdated => 1039452926
},
};
1;