get_Passwd()) { require('conflogin.php'); exit; } // check new preferences if (chop($host) == "") { echo _("" . _("Hostname is empty!") . ""); exit; } if (chop($port) == "") { echo _("" . _("Portnumber is empty!") . ""); exit; } if (chop($admins) == "") { echo _("" . _("List of admin users is empty!") . ""); exit; } if (chop($suffusers) == "") { echo _("" . _("UserSuffix is empty!") . ""); exit; } if (chop($suffgroups) == "") { echo _("" . _("UserSuffix is empty!") . ""); exit; } // set new preferences $conf->set_Host($host); $conf->set_Port($port); $conf->set_Adminstring($admins); if ($ssl == "on") $conf->set_SSL("True"); else $conf->set_SSL("False"); $conf->set_UserSuffix($suffusers); $conf->set_GroupSuffix($suffgroups); $conf->set_HostSuffix($suffhosts); echo ("