diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index 361d8ab9..f25e9b1a 100644 --- a/lam/templates/config/conflogin.php +++ b/lam/templates/config/conflogin.php @@ -26,6 +26,10 @@ $Id$ // start session session_save_path("../../sess"); session_start(); + +echo (""); +echo (""); + ?> @@ -39,19 +43,18 @@ session_start();

- + LDAP Account Manager




- + - + - -

+

diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index cec72f67..237f74e6 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -92,6 +92,9 @@ if (!(($conf->get_Passwd()) == $passwd)) { exit; } +echo ("\n"); +echo ("\n"); + echo ("\n"); echo ("\n"); echo ("" . _("LDAP Account Manager Configuration") . "\n"); @@ -107,8 +110,8 @@ echo ("
\n"); echo ("
" . _("Server settings") . ""); echo (""); // serverURL -echo ("". - "". + "\n"); echo ("\n"); @@ -117,18 +120,18 @@ echo (""); // user suffix -echo ("". +echo ("". "\n"); echo ("\n"); // group suffix -echo ("". +echo ("". "\n"); echo ("\n"); // host suffix -echo ("". +echo ("". "\n"); echo ("\n"); @@ -136,10 +139,10 @@ echo (""); // Samba version -echo (""); -else echo (""); +echo (""); +else echo (""); echo ("\n"); echo ("

" . _("Server Address") . ":

". +echo ("

" . _("Server Address") . ": ". "get_ServerURL() . "\">". "" . _("Help") . "
" . _("Help echo ("
 

". - _("UserSuffix") . ":

". + _("UserSuffix") . ": get_UserSuffix() . "\">" . _("Help") . "

". - _("GroupSuffix") . ":

". + _("GroupSuffix") . ": get_GroupSuffix() . "\">" . _("Help") . "

". - _("HostSuffix") . ":

". + _("HostSuffix") . ": get_HostSuffix() . "\">" . _("Help") . "
" . _("Help echo ("
 

". - _("Samba 3.x schema") . ":

". + _("Samba 3.x schema") . ": " . _("Help") . "
"); @@ -185,26 +188,26 @@ echo ("
" . _("LDAP List settings") . ""); echo (""); // user list attributes -echo ("". +echo ("". ""); echo (""); // user list attributes -echo ("". +echo ("". ""); echo (""); // user list attributes -echo ("". +echo ("". ""); echo (""); echo (""); // maximum list entries -echo ("". +echo ("". "

". - _("Attributes in User List:") . "

". + _("Attributes in User List:") . "get_userlistAttributes() . "\">" . _("Help") . "

". - _("Attributes in Group List:") . "

". + _("Attributes in Group List:") . "get_grouplistAttributes() . "\">" . _("Help") . "

". - _("Attributes in Host List:") . "

". + _("Attributes in Host List:") . "get_hostlistAttributes() . "\">" . _("Help") . "
 

". - _("Maximum list entries") . ":

". + _("Maximum list entries") . ": \n"); // script settings -echo ("". +echo ("". "\n"); echo ("\n"); -echo ("". +echo ("". "\n"); echo ("\n"); @@ -280,8 +283,8 @@ echo ("
\n"); echo ("
" . _("Security settings") . "\n"); echo ("

". - _("Path to external script") . ":

". + _("Path to external script") . ": get_scriptPath() . "\">" . _("Help") . "

". - _("Server of external script") . ":

". + _("Server of external script") . ": get_scriptServer() . "\">" . _("Help") . "
\n"); // admin list -echo ("". +echo ("". "\n"); echo ("\n"); echo ("

". - _("List of valid users") . ":

". + _("List of valid users") . ": get_Adminstring() . "\">" . _("Help") . "
\n"); diff --git a/lam/templates/config/confsave.php b/lam/templates/config/confsave.php index 5f859487..ee9c7a7e 100644 --- a/lam/templates/config/confsave.php +++ b/lam/templates/config/confsave.php @@ -62,12 +62,15 @@ if ($passwd != $conf->get_Passwd()) { exit; } +echo ("\n"); +echo ("\n"); + echo "listusers\n"; echo "\n"; echo "\n"; echo ("

". - "




"); + "\"LDAP




"); // check new preferences if (chop($serverurl) == "") {