diff --git a/lam-0.4/templates/confwiz/o_lang.php b/lam-0.4/templates/confwiz/o_lang.php index f3f45127..ab3a79fd 100644 --- a/lam-0.4/templates/confwiz/o_lang.php +++ b/lam-0.4/templates/confwiz/o_lang.php @@ -149,7 +149,7 @@ echo "
\n"; echo (""); echo ("". + _("List of valid users") . ": ". "\n"); echo ("\n"); diff --git a/lam-0.4/templates/confwiz/o_lists.php b/lam-0.4/templates/confwiz/o_lists.php index 900c3c4e..3ef1bdcb 100644 --- a/lam-0.4/templates/confwiz/o_lists.php +++ b/lam-0.4/templates/confwiz/o_lists.php @@ -123,17 +123,17 @@ echo "\n"; // user list attributes echo ("". + _("Attributes in User List") . ":". ""); echo ("\n"); // group list attributes echo ("". + _("Attributes in Group List") . ":". ""); echo ("\n"); // host list attributes echo ("". + _("Attributes in Host List") . ":". ""); echo ("\n"); diff --git a/lam-0.4/templates/confwiz/o_ranges.php b/lam-0.4/templates/confwiz/o_ranges.php index 78f7ec80..ec2d0aff 100644 --- a/lam-0.4/templates/confwiz/o_ranges.php +++ b/lam-0.4/templates/confwiz/o_ranges.php @@ -116,28 +116,28 @@ echo "\n"; // minUID echo ("\n"); // maxUID - echo ("\n"); // UID text echo ("\n"); // minGID echo ("\n"); // maxGID - echo ("\n"); // GID text echo ("\n"); // minMach echo ("\n"); // maxMach - echo ("\n"); // Machine text echo ("\n"); diff --git a/lam-0.4/templates/confwiz/server.php b/lam-0.4/templates/confwiz/server.php index 745a5c9c..bbb0360f 100644 --- a/lam-0.4/templates/confwiz/server.php +++ b/lam-0.4/templates/confwiz/server.php @@ -63,6 +63,7 @@ if ($_POST['submit'] || $_POST['cancel']) { $ret = $_SESSION['confwiz_ldap']->connect($_POST['ldapadmin'], $_POST['ldappwd']); if ($ret === 0) { metarefresh('server2.php'); + exit; } elseif ($ret === False) $error = _("Cannot connect to specified LDAP-Server. Please try again."); elseif ($ret == 81) $error = _("Cannot connect to specified LDAP-Server. Please try again."); @@ -134,6 +135,7 @@ echo "\n"; echo "\n"; echo "\n"; + echo "\n"; echo "\n"; // admin user+password
". - _("List of valid users") . " *: get_Adminstring() . "\">
". - _("Attributes in User List") . " *:get_userlistAttributes() . "\">
". - _("Attributes in Group List") . " *:get_grouplistAttributes() . "\">
". - _("Attributes in Host List") . " *:get_hostlistAttributes() . "\">
". - _("Minimum UID number") . " *: ". + _("Minimum UID number") . ": ". "get_minUID() . "\"> " . _("Maximum UID number") . " *: ". + echo (" " . _("Maximum UID number") . ": ". "get_maxUID() . "\">" . _("Help") . "
". - _("Minimum GID number") . " *: ". + _("Minimum GID number") . ": ". "get_minGID() . "\"> " . _("Maximum GID number")." *: ". + echo (" " . _("Maximum GID number").": ". "get_maxGID() . "\">" . _("Help") . "
". - _("Minimum Machine number") . " *: ". + _("Minimum Machine number") . ": ". "get_minMachine() . "\"> " . _("Maximum Machine number") . " *: ". + echo (" " . _("Maximum Machine number") . ": ". "get_maxMachine() . "\">" . _("Help") . "