2003-05-12 17:34:06 +00:00
|
|
|
<?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
|
|
|
|
// for testing purposes
|
|
|
|
"0" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 1"), "Text" => _("blablabla 1"), "SeeAlso" => "<a href=\"./help.php?HelpNumber=02\" target=\"_self\">02</a>"),
|
|
|
|
"02" => array ("ext" => "FALSE", "Headline" => _("Hilfetest 2"), "Text" => _("blablabla 2"), "SeeAlso" => ""),
|
2003-05-29 18:45:08 +00:00
|
|
|
"03" => array ("ext" => "TRUE", "Link" => "extFileExample.php"),
|
2003-05-15 13:48:35 +00:00
|
|
|
// 200 - 299
|
|
|
|
// Roland Gruber
|
|
|
|
// configuration wizard
|
2003-05-14 14:58:38 +00:00
|
|
|
// configuration login
|
|
|
|
"200" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Login"),
|
|
|
|
"Text" => _("Please enter the configuration password. This is NOT your LDAP password.".
|
2003-05-14 21:01:17 +00:00
|
|
|
" It is stored in lam.conf. If this is the first time you log in, enter \"lam\".")),
|
|
|
|
"201" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Server Address"),
|
|
|
|
"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!")),
|
|
|
|
"202" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - User/Group/Host suffix"),
|
|
|
|
"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.")),
|
|
|
|
"203" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - UID Number"),
|
|
|
|
"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.")),
|
|
|
|
"204" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - GID Number"),
|
|
|
|
"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.")),
|
|
|
|
"205" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Machine Number"),
|
|
|
|
"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.")),
|
|
|
|
"206" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - List Attributes"),
|
|
|
|
"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.<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>Groups: </b>#uid, #cn, #rid, #description")),
|
|
|
|
"207" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Valid Users"),
|
|
|
|
"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")),
|
|
|
|
"208" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Maximum List Entries"),
|
|
|
|
"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.")),
|
|
|
|
"209" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Default Language"),
|
|
|
|
"Text" => _("Defines the language of the login window and is sets this language the default language.".
|
2003-05-15 17:33:29 +00:00
|
|
|
" Users can change the language at login.")),
|
|
|
|
"210" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Script Path"),
|
|
|
|
"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>"),
|
|
|
|
"211" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Script Server"),
|
|
|
|
"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>"),
|
|
|
|
"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.")),
|
|
|
|
"213" => array ("ext" => "FALSE", "Headline" => _("Configuration Wizard - Samba version"),
|
|
|
|
"Text" => _("If you use Samba 3.x with the new LDAP schema say \"yes\" here, otherwise \"no\".".
|
2003-06-03 21:28:27 +00:00
|
|
|
"<br><br><b>LAM will not work if version is wrong!</b>")),
|
|
|
|
// 300 - 399
|
|
|
|
// Roland Gruber
|
|
|
|
// profile editor
|
|
|
|
"300" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Set Samba Password"),
|
|
|
|
"Text" => _("If set to \"no\" the NT and LM passwords will be set to \"NO PASSWORD*****\" and the user will be unable to login.".
|
|
|
|
"<br><br>If unsure say \"yes\" here.")),
|
|
|
|
"301" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Set Unix Password for Samba"),
|
|
|
|
"Text" => _("If set to \"yes\" the Windows password will be the same as the Unix one.".
|
|
|
|
"<br><br>If unsure say \"yes\" here.")),
|
|
|
|
"302" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - User can change password"),
|
|
|
|
"Text" => _("If set to \"yes\" the user will be able to change his Windows password.".
|
|
|
|
"<br><br>If unsure say \"yes\" here.")),
|
|
|
|
"303" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - User must change password"),
|
|
|
|
"Text" => _("If set to \"yes\" the user will need to change his Windows password at next login.".
|
|
|
|
"<br><br>If unsure say \"no\" here.")),
|
|
|
|
"304" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Home drive"),
|
|
|
|
"Text" => _("This is the drive letter for the user's home drive. The home directory will be connected with this drive letter at login."),
|
|
|
|
"SeeAlso" => "<a href=\"./help.php?HelpNumber=305\" target=\"_self\">Path to home directory</a>"),
|
|
|
|
"305" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Path to home directory"),
|
|
|
|
"Text" => _("This is the path to the user's home directory. The home directory will be connected at login."),
|
|
|
|
"SeeAlso" => "<a href=\"./help.php?HelpNumber=304\" target=\"_self\">Home drive</a>"),
|
2003-06-04 17:46:11 +00:00
|
|
|
"306" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Profile path"),
|
|
|
|
"Text" => _("This is the path to the user's profile directory. If you do not want profiles to be saved on the server leave this empty.")),
|
|
|
|
"307" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Script path"),
|
|
|
|
"Text" => _("This is the path to the logon script directory.")),
|
|
|
|
"308" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - User Workstations"),
|
|
|
|
"Text" => _("These are the workstations on which the user is allowed to login. They have to be seperated by spaces".
|
|
|
|
" (e.g. \"PC01 PC09 PC34\"). If the user is allowed to login on all workstations, leave this field empty.")),
|
|
|
|
"309" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Domain"),
|
|
|
|
"Text" => _("This is the Windows domain name.")),
|
|
|
|
"330" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Primary group"),
|
|
|
|
"Text" => _("This is the user's primary group.")),
|
|
|
|
"331" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Additional groups"),
|
|
|
|
"Text" => _("Other groups the user will be member of.")),
|
|
|
|
"332" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Home Directory"),
|
|
|
|
"Text" => _("This is the path to the user's Unix home directory.")),
|
|
|
|
"333" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Login Shell"),
|
|
|
|
"Text" => _("This is the user's login shell. Set to \"/bin/bash\" if unsure.")),
|
|
|
|
"334" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Set Unix Password"),
|
|
|
|
"Text" => _("If set to \"no\" the Unix password will not be set and the user will be unable to login.".
|
|
|
|
"<br><br>If unsure say \"yes\" here.")),
|
|
|
|
"335" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Password warning"),
|
|
|
|
"Text" => _("Number of days a user will be warned before his password expires.")),
|
|
|
|
"336" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Password expiry"),
|
|
|
|
"Text" => _("Number of days a user will be able to login after his password expired.")),
|
|
|
|
"337" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Maximum password age"),
|
|
|
|
"Text" => _("Number of days after a user will be forced to change his password.")),
|
|
|
|
"338" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Minimum password age"),
|
|
|
|
"Text" => _("Number of days a user has to wait to change his password again.")),
|
|
|
|
"339" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Account expires on"),
|
|
|
|
"Text" => _("After this date the user will no longer be able to login.")),
|
|
|
|
"340" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Account is deactivated"),
|
|
|
|
"Text" => _("If set to \"yes\" the user will not be able to login. This does not affect the Windows account.")),
|
2003-06-03 21:28:27 +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.")),
|
|
|
|
"370" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Primary Group"),
|
|
|
|
"Text" => _("This is primary group for the Samba machine account.")),
|
|
|
|
"371" => array ("ext" => "FALSE", "Headline" => _("Profile Editor - Domain"),
|
|
|
|
"Text" => _("This is the Windows domain name."))
|
2003-05-12 17:34:06 +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]),
|
2003-05-12 17:34:06 +00:00
|
|
|
*/
|
|
|
|
);
|
|
|
|
?>
|