Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ptsfa!ihnp4!occrsh!occrsh.ATT.COM!tiger.UUCP!rjd From: rjd@tiger.UUCP Newsgroups: comp.sys.att Subject: Re: setting up crypted passwords Message-ID: <144800005@tiger.UUCP> Date: Fri, 16-Oct-87 23:37:00 EDT Article-I.D.: tiger.144800005 Posted: Fri Oct 16 23:37:00 1987 Date-Received: Sun, 18-Oct-87 23:45:02 EDT References: <763@sbcs.sunysb.edu> Lines: 20 Nf-ID: #R:sbcs.sunysb.edu:-76300:tiger.UUCP:144800005:000:1047 Nf-From: tiger.UUCP!rjd Oct 16 22:37:00 1987 > > . . . . . . . . The easiest way to do this is to use the > >"passwd" command to change the password for your own login id, copy the > >resulting encrypted password out of your line in /etc/passwd, then change > >your own password back. (Got that?) > > > Isn't it the case that the crypted form of a password also depends > on the login? I am pretty sure that that is so. Then what you would > have to do is (since you are root) create a dummy login with the name > "nuucp" (or whatever you were talking about) and change that from > the root account. I suppose it could, but your password on AT&T System V Unix does not depend on your login. If you say that because you have put the same password on two different logins and noticed a difference, it is because the "seed" used for the password (look up "crypt(2)") is based upon the TIME that you change or set the password. Since the seed is the first few characters of the encrypted login, you do not need to worry about it. Just copy it over and it will work.. Randy