[6404] in Kerberos
Re: Thinking of moving to kerberos, lots of questions
daemon@ATHENA.MIT.EDU (Derek Atkins)
Sat Dec 23 22:29:59 1995
To: "Calvin G. Smith" <cgs@cldc.howard.edu>
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of "Sat, 23 Dec 1995 21:17:10 EST."
<Pine.LNX.3.91.951223204028.3021A-100000@excelsior>
Date: Sat, 23 Dec 1995 22:20:52 EST
From: Derek Atkins <warlord@MIT.EDU>
> drat. I was afraid of that. Any sources out there that I can use?
When I was a summer intern at Bellcore a few years ago I wrote one.
But I don't have the source anymore. Basically, what you do is take a
login that understands both kerberos and YP, hack it up a little to do
the appropriate checks, and then add some of the kadmin "ank" code to
add a new key to the database.
Alternatively, you can provide a user-space program that does the same
thing -- ask a user for a password, compare it to the passwd entry in
YP, and then add the password to kerberos. This, too, would be fairly
simple to write but I don't have code for you...
Perhaps someone else has code to share?
-derek
PS: I might have to write something like this in the next few months,
but not in the near future.