From: Art Cancro Date: Tue, 4 Apr 2006 14:05:23 +0000 (+0000) Subject: setup.c: move the location of the call to fixnss() X-Git-Tag: v7.86~4075 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0385e86e44731a11fc005efb41b53f70737d3b61;p=citadel.git setup.c: move the location of the call to fixnss() --- diff --git a/citadel/setup.c b/citadel/setup.c index 82b35f304..7103dcadd 100644 --- a/citadel/setup.c +++ b/citadel/setup.c @@ -1401,6 +1401,9 @@ NEW_INST: disable_other_mta("zimbra"); #endif + /* Check for the 'db' nss and offer to disable it */ + fixnss(); + if ((pw = getpwuid(config.c_ctdluid)) == NULL) gid = getgid(); else @@ -1428,8 +1431,6 @@ NEW_INST: sleep(1); progress("Setting file permissions", 4, 4); - fixnss(); - #ifdef HAVE_LDAP /* Contemplate the possibility of auto-configuring OpenLDAP */ contemplate_ldap();