[156] in Kerberos
/source/kerberos/client/crp.c (or ho
jon@ATHENA.MIT.EDU (jon@ATHENA.MIT.EDU)
Sun Aug 9 21:35:23 1987
From jis@BITSY.MIT.EDU Thu Jan 29 18:50:02 1987
Date: Thu, 29 Jan 87 18:49:24 EST
From: Jeffrey I. Schiller <jis@BITSY.MIT.EDU>
To: treese@athena.mit.edu, wesommer@athena.mit.edu, geer@athena.mit.edu
Cc: kerberos@athena.mit.edu
Subject: /source/kerberos/client/crp.c (or how to change a root instance)
This program allows an individual to change the password associated
with their root instance. It works through the same backend that
the "admin" program uses (and which will eventually be merged with
the passwd backend program).
You can also optionally give a "-name" or "-inst" control argument so
you can use it to change the password of an arbitrary name and instance
(as long as you know the old password).
It isn't installed anywhere (though the Makefile has been modified and
a binary built on paris). Win, can you take care of distributing it?
(Also note, I don't care you want to change its name...."crp" may
not be the best name).
Also note: The coding standards employed are not completely up to my
normal "standards" so I will want to checkin a cleaned up version at
some point, but the code is correct as is (ie. I want to cleanup the
comments and do some of the error reporting differently). I tested
it against both legitimate and illegit uses...
-Jeff