get_Passwd()) == $passwd)) { $message = _("The password is invalid! Please try again."); /** go back to login if password is invalid */ require('conflogin.php'); exit; } // check if user comes from modules page if ($_GET["modulesback"] == "true") { // load config values from session $conf->set_ServerURL($_SESSION['conf_serverurl']); $conf->set_cacheTimeout($_SESSION['conf_cachetimeout']); $conf->set_Adminstring($_SESSION['conf_admins']); $conf->set_UserSuffix($_SESSION['conf_suffusers']); $conf->set_GroupSuffix($_SESSION['conf_suffgroups']); $conf->set_HostSuffix($_SESSION['conf_suffhosts']); $conf->set_DomainSuffix($_SESSION['conf_suffdomains']); $conf->set_minUID($_SESSION['conf_minUID']); $conf->set_maxUID($_SESSION['conf_maxUID']); $conf->set_minGID($_SESSION['conf_minGID']); $conf->set_maxGID($_SESSION['conf_maxGID']); $conf->set_minMachine($_SESSION['conf_minMach']); $conf->set_maxMachine($_SESSION['conf_maxMach']); $conf->set_userlistAttributes($_SESSION['conf_usrlstattr']); $conf->set_grouplistAttributes($_SESSION['conf_grplstattr']); $conf->set_hostlistAttributes($_SESSION['conf_hstlstattr']); $conf->set_MaxListEntries($_SESSION['conf_maxlistentries']); $conf->set_defaultLanguage($_SESSION['conf_lang']); $conf->set_scriptpath($_SESSION['conf_scriptpath']); $conf->set_scriptserver($_SESSION['conf_scriptserver']); $conf->set_pwdhash($_SESSION['conf_pwdhash']); // check if modules were edited if ($_GET["moduleschanged"] == "true") { $conf->set_UserModules($_SESSION['conf_usermodules']); $conf->set_GroupModules($_SESSION['conf_groupmodules']); $conf->set_HostModules($_SESSION['conf_hostmodules']); } } echo $_SESSION['header']; echo ("" . _("LDAP Account Manager Configuration") . "\n"); echo ("\n"); echo ("\n"); echo ("\n"); echo ("

". "\"LDAP

\n
\n

\n"); // display formular echo ("
\n"); echo ("
" . _("Server settings") . ""); echo (""); // serverURL echo ("". "\n"); echo ("\n"); // new line echo (""); // user suffix echo ("". "\n"); echo ("\n"); // group suffix echo ("". "\n"); echo ("\n"); // host suffix echo ("". "\n"); echo ("\n"); // domain suffix echo ("". "\n"); echo ("\n"); // new line echo (""); // LDAP password hash type echo ("". "\n"); echo ("\n"); // new line echo (""); // LDAP cache timeout echo ("". "\n"); echo ("\n"); echo ("
" . _("Server address") . " *: ". "get_ServerURL() . "\">". "" . _("Help") . "
 
". _("UserSuffix") . " *: get_UserSuffix() . "\">" . _("Help") . "
". _("GroupSuffix") . " *: get_GroupSuffix() . "\">" . _("Help") . "
". _("HostSuffix") . " **: get_HostSuffix() . "\">" . _("Help") . "
". _("DomainSuffix") . " ***: get_DomainSuffix() . "\">" . _("Help") . "
 
". _("Password hash type") . " : " . _("Help") . "
 
". _("Cache timeout") . " : " . _("Help") . "
"); echo ("
"); echo ("

"); echo ("
" . _("Account modules") . ""); echo (""); // Account modules echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo ("
" . _("User modules") . ": " . implode(", ", $conf->get_UserModules()) . "
" . _("Group modules") . ": " . implode(", ", $conf->get_GroupModules()) . "
" . _("Host modules") . ": " . implode(", ", $conf->get_HostModules()) . "
 
  " . "" . _("Help") . "
"); echo ("
"); echo ("

"); echo ("
" . _("Ranges") . ""); echo (""); // minUID echo ("\n"); echo "\n"; // maxUID echo ("\n"); // UID text echo ("\n"); // minGID echo ("\n"); echo "\n"; // maxGID echo ("\n"); // GID text echo ("\n"); // minMach echo ("\n"); echo "\n"; // maxMach echo ("\n"); // Machine text echo ("\n"); echo ("
". _("Minimum UID number") . " *: ". "get_minUID() . "\">   " . _("Maximum UID number") . " *: ". "get_maxUID() . "\">" . _("Help") . "
". _("Minimum GID number") . " *: ". "get_minGID() . "\">   " . _("Maximum GID number")." *: ". "get_maxGID() . "\">" . _("Help") . "
". _("Minimum Machine number") . " **: ". "get_minMachine() . "\">   " . _("Maximum Machine number") . " **: ". "get_maxMachine() . "\">" . _("Help") . "
\n"); echo ("
\n"); echo ("

\n"); echo ("
" . _("LDAP List settings") . "\n"); echo ("\n"); // user list attributes echo ("". ""); echo ("\n"); // group list attributes echo ("". ""); echo ("\n"); // host list attributes echo ("". ""); echo ("\n"); echo ("\n"); // maximum list entries echo ("". "\n"); echo ("\n"); echo ("
". _("Attributes in User List") . " *:get_userlistAttributes() . "\">" . _("Help") . "
". _("Attributes in Group List") . " *:get_grouplistAttributes() . "\">" . _("Help") . "
". _("Attributes in Host List") . " **:get_hostlistAttributes() . "\">" . _("Help") . "
 
". _("Maximum list entries") . " : " . _("Help") . "
\n"); echo ("
\n"); echo ("

\n"); echo ("
" . _("Language settings") . "\n"); echo ("\n"); // language echo (""); echo ("\n"); echo ("\n"); echo ("
" . _("Default language") . ":\n"); // read available languages $languagefile = "../../config/language"; if(is_file($languagefile)) { $file = fopen($languagefile, "r"); $i = 0; while(!feof($file)) { $line = fgets($file, 1024); if($line == "\n" || $line[0] == "#" || $line == "") continue; // ignore comment and empty lines $languages[$i] = chop($line); $i++; } fclose($file); // generate language list echo ("\n"); } else { echo _("Unable to load available languages. Setting English as default language. For further instructions please contact the Admin of this site."); } echo ("" . _("Help") . "
\n"); echo ("
\n"); echo ("

\n"); // script settings echo ("
" . _("Script settings") . "\n"); echo ("\n"); echo ("". "\n"); echo ("\n"); echo ("". "\n"); echo ("\n"); echo ("
". _("Server of external script") . ": get_scriptServer() . "\">" . _("Help") . "
". _("Path to external script") . ": get_scriptPath() . "\">" . _("Help") . "
\n"); echo ("
\n"); echo ("

\n"); // security setings echo ("
" . _("Security settings") . "\n"); echo ("\n"); // admin list echo ("". "\n"); echo ("\n"); echo ("\n"); // new password echo ("". "\n"); echo ("\n"); // reenter password echo ("". "\n"); echo ("
". _("List of valid users") . " *: get_Adminstring() . "\">" . _("Help") . "
 
". _("New Password") . ": " . _("Help") . "
". _("Reenter Password") . ":
\n"); echo ("
\n"); echo ("

\n"); // buttons echo ("\n"); echo ("\n"); echo ("
".
	"".
	"".
	"
\n"); echo ("

"); echo ("

* = ". _("required") . "

"); echo ("

** = ". _("required for Samba accounts") . "

"); echo ("

*** = ". _("required for Samba 3 accounts") . "

"); // password for configuration echo ("

\n"); // config file echo ("

\n"); // modules echo ("

get_UserModules()) . "\">

\n"); echo ("

get_GroupModules()) . "\">

\n"); echo ("

get_HostModules()) . "\">

\n"); echo ("
\n"); echo ("\n"); echo ("\n"); ?>