LDAPAccountManager/lam/help/help.inc

285 lines
21 KiB
PHP
Raw Normal View History

<?php
/*
$Id$
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
Copyright (C) 2003 Michael Duergner
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
LDAP Account Manager help topics.
*/
$helpArray = array (
2003-05-15 13:48:35 +00:00
// 0 - 99
// any developer
// 200 - 299
// Roland Gruber
// configuration wizard
2003-05-14 14:58:38 +00:00
// configuration login
2003-07-30 20:57:21 +00:00
"200" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Login"),
2003-07-08 08:54:34 +00:00
"Text" => _("Please enter the configuration password. This is NOT your LDAP password. It is stored in your .conf-file. If this is the first time you log in, enter \"lam\".")),
2003-07-30 20:57:21 +00:00
"201" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Server address"),
2003-07-06 18:38:39 +00:00
"Text" => _("This is the Server Address of your LDAP server. Use ldap:// for standard LDAP connections and ldaps:// for encrypted (require server certificates) connections. The port value is optional.") .
"<br><br><b> " .
_("Examples") .
":</b><br><br> " .
_("ldap://localhost:389 connects to localhost using a standard LDAP connection on port 389") .
"<br> " .
_("ldaps://141.40.146.133 connects to 141.40.146.133 using an encrypted LDAP connection.") .
"<br><br><br><b> " .
_("Note") .
":</b><br><br>" .
_("When using ldaps:// be sure to use exactly the same IP/domain name as in your certificate!")),
2003-07-30 20:57:21 +00:00
"202" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("User/Group/Host suffix"),
2003-07-06 18:38:39 +00:00
"Text" => _("This is the suffix of the LDAP tree from where to search for user/group/host entries. Only entries in these subtrees will be displayed in the user/group/host list. When creating a new accont this will be the DN where it is saved.") .
"<br><br><b>".
_("Examples").
":</b><br><br>".
_("ou=People,dc=yourcompany,dc=com will read and store all accounts in this subtree.")),
2003-07-30 20:57:21 +00:00
"203" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("UID number"),
2003-07-06 18:38:39 +00:00
"Text" => _("These are the minimum and maximum numbers to use for user IDs when creating new user accounts. The range has to be different from that of machines. New user accounts will always get the highest number in use plus one.")),
2003-07-30 20:57:21 +00:00
"204" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("GID number"),
2003-07-06 18:38:39 +00:00
"Text" => _("These are the minimum and maximum numbers to use for group IDs when creating new group accounts. New group accounts will always get the highest number in use plus one.")),
2003-07-30 20:57:21 +00:00
"205" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Machine number"),
2003-07-06 18:38:39 +00:00
"Text" => _("These are the minimum and maximum numbers to use for machine IDs when creating new accounts for Samba hosts. The range has to be different from that of users. New host accounts will always get the highest number in use plus one.")),
2003-07-30 20:57:21 +00:00
"206" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("List attributes"),
2003-07-08 08:54:34 +00:00
"Text" => _("This is the list of attributes to show in the user/group/host list. The entries can either be predefined values, \"#value\", or individual ones, \"value:description\". Several entries are seperated by semicolons.") .
2003-07-06 18:38:39 +00:00
"<br><br><b>" .
_("Example") .
": </b>#homeDirectory;#uid;#cn;#uidNumber;#gidNumber;description:UserDescription<br><br><br><u><b>" .
_("Predefined values") .
":</b></u><br><br><b>" .
_("Users") .
": </b>#uid, #uidNumber, #gidNumber, #cn, #host, #givenName, #sn, #homeDirectory, #loginShell, #mail, #gecos".
"<br><b>" .
_("Groups") .
": </b>#cn, #gidNumber, #memberUID, #member, #description".
"<br><b>" .
_("Hosts") .
": </b>#uid, #cn, #rid, #description"),
2003-07-30 20:57:21 +00:00
"207" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Valid users"),
2003-07-06 18:38:39 +00:00
"Text" => _("This is a list of valid DN entries of all users that are allowed to login to LDAP Account Manager. The user names have to be separated by semicolons.") .
"<br><br><b>" .
_("Example") .
": </b>cn=admin,dc=yourdomain,dc=org;cn=manager,dc=yourdomain,dc=org"),
2003-07-30 20:57:21 +00:00
"208" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Maximum list entries"),
2003-07-06 18:38:39 +00:00
"Text" => _("This is the number of rows to show in the user/group/host list. If more entries are found the list will be split to several pages.")),
2003-07-30 20:57:21 +00:00
"209" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Default language"),
2003-07-06 18:38:39 +00:00
"Text" => _("Defines the language of the login window and is sets this language the default language. Users can change the language at login.")),
2003-07-30 20:57:21 +00:00
"210" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Script path"),
2003-07-06 18:38:39 +00:00
"Text" => _("This is the absolute path to an external script for setting quotas and creating home directories.").
"<br><br><b>".
_("Use it at your own risk and read the documentation for lamdaemon before you use it!").
"</b>",
"SeeAlso" => "<a href=\"./help.php?HelpNumber=210\" target=\"_self\">TODO link to lamdaemon doku</a>"),
2003-07-30 20:57:21 +00:00
"211" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Script server"),
2003-07-06 18:38:39 +00:00
"Text" => _("This is the server where the lamdaemon script is stored. LDAP Account Manager will make a SSH connection to this server with username and password provided at login.").
"<br><br><b>".
_("Use it at your own risk and read the documentation for lamdaemon before you use it!").
"</b>",
"SeeAlso" => "<a href=\"./help.php?HelpNumber=210\" target=\"_self\">TODO link to lamdaemon doku</a>"),
2003-07-30 20:57:21 +00:00
"212" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Change password"),
2003-05-28 15:37:48 +00:00
"Text" => _("If you want to change the current preferences password, please enter it here.")),
2003-07-30 20:57:21 +00:00
"213" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard") . " - " . _("Samba version"),
2003-07-08 08:54:34 +00:00
"Text" => _("If you use Samba 3.x with the new LDAP schema say \"yes\" here, otherwise \"no\".").
2003-07-06 18:38:39 +00:00
"<br><br><b>".
_("LAM will not work if version is wrong!").
"</b>"),
// 300 - 399
// Roland Gruber
// profile editor
2003-07-30 20:57:21 +00:00
"301" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Set Unix password for Samba"),
2003-07-08 08:54:34 +00:00
"Text" => _("If set to \"yes\" the Windows password will be the same as the Unix one.").
"<br><br>".
_("If unsure say \"yes\" here.")),
2003-07-30 20:57:21 +00:00
"302" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("User can change password"),
2003-07-08 08:54:34 +00:00
"Text" => _("If set to \"yes\" the user will be able to change his Windows password.").
"<br><br>".
_("If unsure say \"yes\" here.")),
2003-07-30 20:57:21 +00:00
"303" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("User must change password"),
2003-07-08 08:54:34 +00:00
"Text" => _("If set to \"yes\" the user will need to change his Windows password at next login.").
"<br><br>".
_("If unsure say \"no\" here.")),
2003-07-30 20:57:21 +00:00
"360" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Profile name"),
2003-06-04 17:46:11 +00:00
"Text" => _("Name under which the profile will be saved. If a profile with the same name exists, it will be overwritten.")),
2003-06-19 19:01:00 +00:00
// 400 - 499
// Tilo Lutz
// account.php
"400" => array ("ext" => "FALSE", "Headline" => _("Username"),
"Text" => _("Username of the user which should be created. Valid characters are: a-z,0-9, .-_. Lam doesn't allow a number as first
2003-08-14 14:40:01 +00:00
character because useradd also does not allow it. Lam doesn't allow capital letters A-Z because it
can cause several problems. If username is allready used username will expanded with a number. The next free number will be used.")),
2003-08-14 14:40:01 +00:00
"401" => array ("ext" => "FALSE", "Headline" => _("UID number"),
2003-08-14 18:42:59 +00:00
"Text" => _("If empty UID number will be generated automaticly. Valid values are between").' '.$_SESSION['config']->get_minUID().' '._("and").' '.$_SESSION['config']->get_maxUID()."."),
"402" => array ("ext" => "FALSE", "Headline" => _("Additional Groups"),
2003-08-14 14:40:01 +00:00
"Text" => _("Hold the CTRL-key to (de)select multiple groups."). ' '. _("Can be left empty.")),
"403" => array ("ext" => "FALSE", "Headline" => _("Home directory"),
"Text" => _("$user and $group are replaced with username or primary groupname.")),
"404" => array ("ext" => "FALSE", "Headline" => _("Gecos"),
2003-08-14 18:42:59 +00:00
"Text" => _("User description. If left empty sur- and give name will be used.")),
"405" => array ("ext" => "FALSE", "Headline" => _("Login shell"),
"Text" => _("To disable login use /bin/false. List of shells is read from lam/config/shells")),
2003-08-03 13:22:12 +00:00
"406" => array ("ext" => "FALSE", "Headline" => _("Primary group"),
"Text" => _("The Primary Group the user should be member of.")),
"407" => array ("ext" => "FALSE", "Headline" => _("Groupname"),
"Text" => _("Groupname of the group which should be created. Valid characters are: a-z,0-9, .-_. Lam doesn't allow a number as first
2003-08-14 14:40:01 +00:00
character because groupadd also does not allow it. Lam doesn't allow capital letters A-Z because it
can cause several problems. If groupname is allready used username will expanded with a number. The next free number will be used.")),
2003-08-03 13:22:12 +00:00
"408" => array ("ext" => "FALSE", "Headline" => _("GID number"),
2003-08-14 18:42:59 +00:00
"Text" => _("If empty GID number will be generated automaticly. Valid values are between").' '.$_SESSION['config']->get_minGID().' '._("and").' '.$_SESSION['config']->get_maxGID()."."),
"409" => array ("ext" => "FALSE", "Headline" => _("Gecos"),
2003-08-03 13:22:12 +00:00
"Text" => _("Group description. If left empty group name will be used.")),
"410" => array ("ext" => "FALSE", "Headline" => _("Host name"),
"Text" => _("Groupname of the group which should be created. Valid characters are: a-z,0-9, .-_$. Lam doesn't allow a number as first
2003-08-14 14:40:01 +00:00
character because useradd also does not allow it. Lam doesn't allow capital letters A-Z because it
can cause several problems. Hostnames are always ending with $. If last character isn't $ it will be added. If hostname is allready used username will expanded with a number. The next free number will be used.")),
2003-08-03 13:22:12 +00:00
"411" => array ("ext" => "FALSE", "Headline" => _("UID number"),
2003-08-14 18:42:59 +00:00
"Text" => _("If empty UID number will be generated automaticly. Valid values are between").' '.$_SESSION['config']->get_minMachine().' '._("and").' '.$_SESSION['config']->get_maxMachine()."."),
2003-08-03 13:22:12 +00:00
"412" => array ("ext" => "FALSE", "Headline" => _("Primary group"),
2003-08-14 14:40:01 +00:00
"Text" => _("The Primary group the host should be member of.")),
"413" => array ("ext" => "FALSE", "Headline" => _("Gecos"),
2003-08-03 13:22:12 +00:00
"Text" => _("Host description. If left empty host name will be used.")),
"414" => array ("ext" => "FALSE", "Headline" => _("Password warn"),
2003-08-14 14:40:01 +00:00
"Text" => _("Days before password is to expire that user is warned of pending password expiration. If set value must be 0<."). ' '. _("Can be left empty.")),
2003-08-03 13:22:12 +00:00
"415" => array ("ext" => "FALSE", "Headline" => _("Password expire"),
2003-08-14 14:40:01 +00:00
"Text" => _("Number of days a user can login even his password has expired. -1=always."). ' '. _("Can be left empty.")),
"416" => array ("ext" => "FALSE", "Headline" => _("Maximum password age"),
"Text" => _("Number of days after a user has to change his password again. If set value must be 0<."). ' '. _("Can be left empty.")),
"417" => array ("ext" => "FALSE", "Headline" => _("Minimum password age"),
"Text" => _("Number of days a user has to wait until he\'s allowed to change his password again. If set value must be 0<."). ' '. _("Can be left empty.")),
"418" => array ("ext" => "FALSE", "Headline" => _("Expire date"),
"Text" => _("Account expire date. If an account is expired login is only possible if password expire is set. Format: DD-MM-YYYY")),
2003-06-07 16:44:07 +00:00
"424" => array ("ext" => "FALSE", "Headline" => _("Surname"),
"Text" => _("Surname of user. Only letters, - and spaces are allowed. Have you ever seen anybody with a number in his name?")),
2003-08-03 13:22:12 +00:00
"425" => array ("ext" => "FALSE", "Headline" => _("Given name"),
"Text" => _("Given name of user. Only letters - and spaces are allowed. Have you ever seen anybody with a number in his name?")),
2003-06-07 16:44:07 +00:00
"426" => array ("ext" => "FALSE", "Headline" => _("Use no password"),
"Text" => _("If checked no password will be used.")),
2003-06-07 16:44:07 +00:00
"427" => array ("ext" => "FALSE", "Headline" => _("Account deactivated"),
"Text" => _("If checked account will be deactivated by putting a ! before the encrypted password.")),
2003-08-14 14:40:01 +00:00
"428" => array ("ext" => "FALSE", "Headline" => _("Use unix password"),
"Text" => _("If checked unix password will also be used as samba password.")),
"429" => array ("ext" => "FALSE", "Headline" => _("Password does not expire"),
"Text" => _("If checked password does not expire. (Setting X-Flag)")),
2003-08-14 18:42:59 +00:00
"430" => array ("ext" => "FALSE", "Headline" => _("User can change password"),
"Text" => _("Date after the user is able to change his password. Format: DD-MM-YYYY")),
2003-08-14 18:42:59 +00:00
"431" => array ("ext" => "FALSE", "Headline" => _("User must change password"),
"Text" => _("Date after the user must change his password. Format: DD-MM-YYYY")),
2003-06-07 16:44:07 +00:00
"432" => array ("ext" => "FALSE", "Headline" => _("Account is deactivated"),
"Text" => _("If checked account will be deactivated. (Setting D-Flag)")),
2003-08-03 13:22:12 +00:00
"433" => array ("ext" => "FALSE", "Headline" => _("Home drive"),
2003-08-14 14:40:01 +00:00
"Text" => _("Driveletter assigned on windows workstations as homedirectory.")),
2003-08-03 13:22:12 +00:00
"434" => array ("ext" => "FALSE", "Headline" => _("Script path"),
2003-08-14 14:40:01 +00:00
"Text" => _("Filename and -path relative to netlogon-share which should be executed on logon. \$user and \$group are replaced with user- and groupname."). ' '. _("Can be left empty.")),
2003-08-03 13:22:12 +00:00
"435" => array ("ext" => "FALSE", "Headline" => _("Profile path"),
2003-08-14 14:40:01 +00:00
"Text" => _("Path of the userprofile. Can be a local absolute path or a UNC-path (\\\\server\\share). \$user and \$group are replaced with user- and groupname."). ' '. _("Can be left empty.")),
2003-08-03 14:04:18 +00:00
"436" => array ("ext" => "FALSE", "Headline" => _("Samba workstations"),
2003-08-14 14:40:01 +00:00
"Text" => _("Comma separated list of samba workstations the user is allowed to login. Empty means every workstation."). ' '. _("Can be left empty.")),
2003-08-14 18:42:59 +00:00
"437" => array ("ext" => "FALSE", "Headline" => _("Home path"),
2003-08-14 14:40:01 +00:00
"Text" => _("UNC-path (\\\\server\\share) of homedirectory. \$user and \$group are replaced with user- and groupname."). ' '. _("Can be left empty.")),
2003-06-07 16:44:07 +00:00
"438" => array ("ext" => "FALSE", "Headline" => _("Domain"),
2003-08-14 14:40:01 +00:00
"Text" => _("Windows-Domain of user."). ' '. _("Can be left empty.")),
2003-06-07 16:44:07 +00:00
"439" => array ("ext" => "FALSE", "Headline" => _("Mountpoint"),
"Text" => _("Mointpoint of device with enabled quotas.")),
2003-06-07 16:44:07 +00:00
"440" => array ("ext" => "FALSE", "Headline" => _("Used blocks"),
2003-08-14 14:40:01 +00:00
"Text" => _("Used blocks. 1000 blocks are usually 1MB")),
"441" => array ("ext" => "FALSE", "Headline" => _("Soft block limit"),
2003-08-14 14:40:01 +00:00
"Text" => _("Soft block limit."), "SeeAlso" => '<a href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.4"</a>'.
'Quota How-To'),
"442" => array ("ext" => "FALSE", "Headline" => _("Hard block limit"),
2003-08-14 18:42:59 +00:00
"Text" => _("Hard block limit").'.', "SeeAlso" => '<a href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.5"</a>'.
'Quota How-To'),
"443" => array ("ext" => "FALSE", "Headline" => _("Grace block period"),
2003-08-14 14:40:01 +00:00
"Text" => _("Grace block period. Most filesystems use a fixed maximum value of 7 days."), "SeeAlso" => '<a href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.6"</a>'.
'Quota How-To'),
"444" => array ("ext" => "FALSE", "Headline" => _("Used inodes"),
2003-08-14 18:42:59 +00:00
"Text" => _("Used inodes (files)").'.'),
"445" => array ("ext" => "FALSE", "Headline" => _("Soft inode limit"),
2003-08-14 14:40:01 +00:00
"Text" => _("Soft inode (files) limit."), "SeeAlso" => '<a href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.4"</a>'.
'Quota How-To'),
"446" => array ("ext" => "FALSE", "Headline" => _("Hard inode limit"),
2003-08-14 18:42:59 +00:00
"Text" => _("Hard inode (files) limit").'.', "SeeAlso" => '<a href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.5"</a>'.
'Quota How-To'),
"447" => array ("ext" => "FALSE", "Headline" => _("Grace inode period"),
2003-08-14 14:40:01 +00:00
"Text" => _("Grace inode (files) period. Most filesystems use a fixed maximum value of 7 days."), "SeeAlso" => '<a href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Quota.html#ss4.6"</a>'.
'Quota How-To'),
2003-06-07 16:44:07 +00:00
"448" => array ("ext" => "FALSE", "Headline" => _("Title"),
2003-08-14 14:40:01 +00:00
"Text" => _("Title of user, Mr., Ms., ...")),
2003-08-03 13:22:12 +00:00
"449" => array ("ext" => "FALSE", "Headline" => _("Employee type"),
2003-08-14 14:40:01 +00:00
"Text" => _("Employee type, worker, ...")),
2003-06-07 16:44:07 +00:00
"450" => array ("ext" => "FALSE", "Headline" => _("Street"),
"Text" => _("Street")),
2003-08-03 13:22:12 +00:00
"451" => array ("ext" => "FALSE", "Headline" => _("Postal code"),
"Text" => _("Postal code")),
"452" => array ("ext" => "FALSE", "Headline" => _("Postal address"),
2003-08-14 14:40:01 +00:00
"Text" => _("Postal address, city")),
2003-08-03 13:22:12 +00:00
"453" => array ("ext" => "FALSE", "Headline" => _("Telephone number"),
"Text" => _("Telephone number")),
2003-08-14 14:40:01 +00:00
"454" => array ("ext" => "FALSE", "Headline" => _("Mobile number"),
"Text" => _("Mobile number")),
"455" => array ("ext" => "FALSE", "Headline" => _("Fax number"),
"Text" => _("Fax number")),
2003-08-03 13:22:12 +00:00
"456" => array ("ext" => "FALSE", "Headline" => _("eMail address"),
"Text" => _("eMail address")),
"457" => array ("ext" => "FALSE", "Headline" => _("Save profile"),
"Text" => _("Save profile")),
"460" => array ("ext" => "FALSE", "Headline" => _("Windows domain"),
2003-08-14 14:40:01 +00:00
"Text" => _("Windows domain of host."). ' '. _("Can be left empty.")),
"461" => array ("ext" => "FALSE", "Headline" => _("Suffix"),
2003-08-14 14:40:01 +00:00
"Text" => _("Position in ldap-tree where the user should be created.")),
"462" => array ("ext" => "FALSE", "Headline" => _("Suffix"),
2003-08-14 14:40:01 +00:00
"Text" => _("Position in ldap-tree where the group should be created.")),
"463" => array ("ext" => "FALSE", "Headline" => _("Suffix"),
2003-08-14 14:40:01 +00:00
"Text" => _("Position in ldap-tree where the host should be created.")),
2003-08-13 17:15:52 +00:00
"464" => array ("ext" => "FALSE", "Headline" => _("Windows groupname"),
"Text" => _("If you want to use a well known RID you can selcet a well known group.")),
2003-08-03 14:04:18 +00:00
"466" => array ("ext" => "FALSE", "Headline" => _("Unix workstations"),
2003-08-14 14:40:01 +00:00
"Text" => _("Comma separated list of unix workstations the user is allowed to login. Empty means every workstation."). ' '. _("Can be left empty.")),
"467" => array ("ext" => "FALSE", "Headline" => _("Domain"),
"Text" => _("Windows-Domain of group."). ' '. _("Can be left empty.")),
2003-07-04 14:35:56 +00:00
// 600 - 699
// Roland Gruber
2003-07-31 13:14:26 +00:00
// OU-editor, domain page
"601" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("New organizational unit"),
2003-07-04 14:35:56 +00:00
"Text" => _("This will create a new organizational unit under the selected one.")),
2003-07-31 13:14:26 +00:00
"602" => array ("ext" => "FALSE", "Headline" => _("OU-Editor") . " - " . _("Delete organizational unit"),
2003-08-02 09:05:47 +00:00
"Text" => _("This will delete the selected organizational unit. The OU has to be empty.")),
2003-07-31 13:14:26 +00:00
"651" => array ("ext" => "FALSE", "Headline" => _("Domain name"),
"Text" => _("The name of your Windows domain or workgroup.")),
"652" => array ("ext" => "FALSE", "Headline" => _("Suffix"),
"Text" => _("The domain entry will be saved under this suffix.")),
"653" => array ("ext" => "FALSE", "Headline" => _("Domain SID"),
"Text" => _("The SID of your Samba server. Get it with \"net getlocalsid\".")),
"654" => array ("ext" => "FALSE", "Headline" => _("Next RID"),
"Text" => _("Next RID to use when creating accounts.")),
"655" => array ("ext" => "FALSE", "Headline" => _("Next User RID"),
"Text" => _("Next RID to use when creating user accounts.")),
"656" => array ("ext" => "FALSE", "Headline" => _("Next Group RID"),
"Text" => _("Next RID to use when creating groups.")),
"657" => array ("ext" => "FALSE", "Headline" => _("Algorithmic RID Base"),
"Text" => _("Used for calculating RIDs from UID/GID. Do not change if unsure."))
2003-07-04 14:35:56 +00:00
/* This is a sample help entry. Just copy this line an modify the vakues between the [] brackets.
Help text is located in the array:
"[Helpnumber]" => array ("ext" => "FALSE", "Headline" => _("[Headline]"), "Text" => _("[Text]"), "SeeAlso" => "[SeeAlso link]"),
2003-05-29 18:45:08 +00:00
Help text is located in an extra file; File must be stored in help directory; Link has to be the path to the file if it is stored in a subdirectory and the filename with a leading slash;
"[Helpnumber]" => array ("ext" => "TRUE", "Link" => "[path/FileName]),
*/
);
?>