Aaron Walker wrote:
> 
> Is it possible to have shadow passwords installed and have an
> /etc/passwd like:
> 
> root:RLx6uuTK6dzWg:0:1:Operator:/:/bin/csh
> nobody:*:-2:-2::/:
> daemon:*:1:1::/:
> sys:*:2:2::/:/bin/csh
> bin:*:3:3::/bin:
> uucp:*:4:4::/var/spool/uucppublic:
> ftp:*:5:5:Anonymous File Thief:/var/ftp:
> news:*:6:6::/var/spool/news:/bin/csh
> ingres:*:7:7::/usr/ingres:/bin/csh
> audit:*:9:9::/etc/security/audit:/bin/csh
> sync::1:1::/:/bin/sync
> +::0:0:::
> 
> Everyone is shadowed except root.  Is this possible?
> Thanks for your help,

This doesn't look like shadowed passwords.  In a shadowed passwd file
the password field is replaced with an 'x' and the encrypted password is
stored in a separate file -- usually '/etc/shadow' tho YMMV. The passwd
file listed above is _not_ shadowed.

The '+' sign in the last line of your file is usually added to tell the
system to go to another source for account and password information --
usually NIS. Some UNIX systems do not need this entry and rely on the
/etc/nsswitch.conf file to tell it where to go for account information. 
The default in search for RH is "files nisplus nis". I don't know if
Linux needs the '+' entry.

-- 
Stephen Carville
[EMAIL PROTECTED]
=========================================================
Welcome to your future with Microsoft; where your every action will be 
regulated by computers you do not control.
=========================================================


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to