[uw.unix] chsh on lily's

mdhutton@lily.waterloo.edu (09/23/89)

How do I change my shell on lily network.  passwd -s and chsh come
back with error 'mdhutton not in /etc/passwd', which is true.

BTW, why are users not in /etc/passwd - they used to be?

Mike

accwai@maytag.waterloo.edu (Andy Wai) (09/26/89)

In article <28@lily.waterloo.edu> mdhutton@lily04.waterloo.edu () writes:
>How do I change my shell on lily network.  passwd -s and chsh come
>back with error 'mdhutton not in /etc/passwd', which is true.

"chsh" only works on local copy of /etc/passwd, which as you've
observed, doesn't contain any users.  The "passwd" command you use
on lilys is actually "yppasswd", which operates on a remote copy
stored on lily.  Unfortunately, stock Sun version of yppasswd doesn't
have the -s and -f flag and we are kind of low on man power right now.
So it'll be there eventually, but...

>BTW, why are users not in /etc/passwd - they used to be?

As I mentioned, the master copy is on lily.  As to why, think about
keeping identical this and other very critical files on all 17 lilys
which are going up and down ALL THE TIME.  It's not fun.

Andy