Removed the fixnss() step from setup. I don't think it's needed anymore. Moving...
[citadel.git] / citadel / utils / setup.c
index 1cbc777417dee56b5904c6171802006723da7260..b8dd9825bcec41cc9dffd6994741d2f65b54b8d9 100644 (file)
@@ -128,7 +128,6 @@ void SetTitles(void)
 "specify the -h flag to the server when you start it up.\n"
 "note that it may not have a leading /");
 
-
        setup_titles[eSysAdminName] = _("Citadel administrator username:");
        setup_text[eSysAdminName] = _(
 "Please enter the name of the Citadel user account that should be granted "
@@ -136,7 +135,6 @@ void SetTitles(void)
 "this user account will be created if it does not exist. For external "
 "authentication this user account has to exist.");
 
-
        setup_titles[eSysAdminPW] = _("Administrator password:");
        setup_text[eSysAdminPW] = _(
 "Enter a password for the system administrator. When setup\n"
@@ -681,6 +679,7 @@ void edit_value(int curr)
 }
 
 
+#if 0
 /*
  * Strip "db" entries out of /etc/nsswitch.conf
  */
@@ -769,6 +768,7 @@ void fixnss(void) {
        }
        unlink(new_filename);
 }
+#endif
 
 
 /*
@@ -967,7 +967,7 @@ int main(int argc, char *argv[])
 
        check_xinetd_entry();   /* Check /etc/xinetd.d/telnet */
        disable_other_mtas();   /* Offer to disable other MTAs */
-       fixnss();               /* Check for the 'db' nss and offer to disable it */
+       //      fixnss();       (No longer needed)
 
        /*
         * Restart citserver