Bug 193226 - "passwd:compat" no longer useful in /etc/nsswitch.conf
Summary: "passwd:compat" no longer useful in /etc/nsswitch.conf
Keywords:
Status: CLOSED DUPLICATE of bug 192072
Alias: None
Product: Fedora
Classification: Fedora
Component: man-pages
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ivana Varekova
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-26 10:13 UTC by Ian Collier
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-26 11:50:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ian Collier 2006-05-26 10:13:02 UTC
Description of problem:

"man nsswitch.conf" says:

       An  example /etc/nsswitch.conf (namely, the default used when /etc/nss-
       witch.conf is missing):

       passwd:         compat
       group:          compat
       shadow:         compat

This used to work in FC4, but somewhere along the line libnss_compat seems to
have been changed so that this fails if the NIS service is currently down.  This
means a load of the boot scripts (such as the one that starts udev) emit errors
such as "root: no such user" because they are executed before NIS comes up.  You
now need to write something like:

       passwd:         compat [NOTFOUND=return] files
       group:          compat [NOTFOUND=return] files
       shadow:         compat [NOTFOUND=return] files

so (unless this is a bug in glibc) I suggest the documentation be changed to match.

Version-Release number of selected component (if applicable):
man-pages-2.21-1
glibc-2.4-8

Comment 1 Ivana Varekova 2006-05-26 11:50:18 UTC

*** This bug has been marked as a duplicate of 192072 ***


Note You need to log in before you can comment on or make changes to this bug.