[161] in Kerberos
/source/kerberos/client/crp.c (or ho
jon@ATHENA.MIT.EDU (jon@ATHENA.MIT.EDU)
Sun Aug 9 21:36:08 1987
From jis@BITSY.MIT.EDU Sun Feb 1 20:11:58 1987
Date: Sun, 1 Feb 87 20:11:07 EST
From: Jeffrey I. Schiller <jis@BITSY.MIT.EDU>
To: Saltzer@ATHENA.MIT.EDU
Cc: treese@athena.mit.edu, wesommer@athena.mit.edu, geer@athena.mit.edu,
kerberos@athena.mit.edu
In-Reply-To: Jerome H. Saltzer's message of Sun, 1 Feb 87 19:40:16 EST <8702020040.AA18912@HERACLES>
Subject: /source/kerberos/client/crp.c (or how to change a root instance)
There is a catch. /bin/passwd also changes your password in the password
file on the local machine and instructs kerberos to update the athenareg
database as well. "crp" (or chpass, that is just as good a name) makes no
attempt to fool around with either a password file or athenareg (though
it turns out you can use '-inst ""' and it will change your login password,
for those times when login uses kerberos authentication).
Clearly in the long run this will be THE password changing program (or
a variant of it). However for now we need /bin/passwd's current behavior
for compatability.
-Jeff