From 712c250b75f012104242d8e7e88f780c2794c0fd Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 14 Aug 2003 13:03:07 +0000 Subject: [PATCH] help update --- lam/help/help.inc | 48 -------------------------- lam/templates/profedit/profilehost.php | 4 +-- lam/templates/profedit/profileuser.php | 38 ++++++++++---------- 3 files changed, 21 insertions(+), 69 deletions(-) diff --git a/lam/help/help.inc b/lam/help/help.inc index e5938ae9..09a06c3d 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -107,10 +107,6 @@ $helpArray = array ( // 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."). - "

". - _("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."). "

". @@ -123,52 +119,8 @@ $helpArray = array ( "Text" => _("If set to \"yes\" the user will need to change his Windows password at next login."). "

". _("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" => "Home path"), - "305" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Home path"), - "Text" => _("This is the path to the user's home directory. The home directory will be connected at login."), - "SeeAlso" => "Home drive"), - "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.")), - "310" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Password does not expire"), - "Text" => _("If set to 'true' the user will never have to change his password.")), - "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."). - "

". - _("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.")), "360" => array ("ext" => "FALSE", "Headline" => _("Profile Editor") . " - " . _("Profile name"), "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.")), // 400 - 499 // Tilo Lutz // account.php diff --git a/lam/templates/profedit/profilehost.php b/lam/templates/profedit/profilehost.php index 4e626179..67e9ec32 100644 --- a/lam/templates/profedit/profilehost.php +++ b/lam/templates/profedit/profilehost.php @@ -71,7 +71,7 @@ for ($i = 0; $i < sizeof($groups); $i++) { else echo ("\n"); } echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -96,7 +96,7 @@ if ($_SESSION['config']->get_samba3() == "yes") { else { echo ("smb_domain . "\" name=\"smb_domain\">\n"); } -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); echo ("\n"); diff --git a/lam/templates/profedit/profileuser.php b/lam/templates/profedit/profileuser.php index 2e7a368f..f3e9b92a 100644 --- a/lam/templates/profedit/profileuser.php +++ b/lam/templates/profedit/profileuser.php @@ -89,7 +89,7 @@ for ($i = 0; $i < sizeof($groups); $i++) { else echo ("\n"); } echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // additional groups @@ -101,7 +101,7 @@ for ($i = 0; $i < sizeof($groups); $i++) { else echo ("\n"); } echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -111,7 +111,7 @@ echo ("   \n"); echo ("\n"); echo ("" . _("Home Directory") . ": \n"); echo ("general_homedir . "\" name=\"general_homedir\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // login shell @@ -123,7 +123,7 @@ for ($i = 0; $i < sizeof($shells); $i++) { else echo ("\n"); } echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -136,35 +136,35 @@ echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // Unix: password expiry warn echo ("\n"); echo ("" . _("Password warning") . ": \n"); echo ("unix_pwdwarn . "\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // Unix: password expiry echo ("\n"); echo ("" . _("Password expiry") . ": \n"); echo ("unix_pwdallowlogin . "\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // maximum password age echo ("\n"); echo ("" . _("Maximum password age") . ": \n"); echo ("unix_pwdmaxage . "\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // minimum password age echo ("\n"); echo ("" . _("Minimum password age") . ": \n"); echo ("unix_pwdminage . "\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // password expire date @@ -189,7 +189,7 @@ for ( $i=2003; $i<=2030; $i++ ) { else echo "\n"; } echo (""); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -212,7 +212,7 @@ echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); @@ -233,7 +233,7 @@ echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // use Unix password as Samba password @@ -253,7 +253,7 @@ echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -287,28 +287,28 @@ if ($acct->smb_homedrive == "X:") echo ""; else echo if ($acct->smb_homedrive == "Y:") echo ""; else echo "\n"; if ($acct->smb_homedrive == "Z:") echo ""; else echo "\n"; echo ("\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // path to home directory echo ("\n"); echo ("" . _("Home path") . ": \n"); echo ("smb_smbhome . "\" name=\"smb_smbhome\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // path to profile echo ("\n"); echo ("" . _("Profile path") . ": \n"); echo ("smb_profilePath . "\" name=\"smb_profilepath\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // path to logon scripts echo ("\n"); echo ("" . _("Script path") . ": \n"); echo ("smb_scriptPath . "\" name=\"smb_scriptPath\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -318,7 +318,7 @@ echo ("   \n"); echo ("\n"); echo ("" . _("Workstations") . ": \n"); echo ("smb_smbuserworkstations . "\" name=\"smb_smbuserworkstations\">\n"); -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); // empty row @@ -343,7 +343,7 @@ if ($_SESSION['config']->get_samba3() == "yes") { else { echo ("smb_domain . "\" name=\"smb_domain\">\n"); } -echo ("" . _("Help") . "\n"); +echo ("" . _("Help") . "\n"); echo ("\n"); echo ("\n");