[986] in Kerberos
Re: Converting password file to kerberos database
daemon@ATHENA.MIT.EDU (smb@ulysses.att.com)
Wed Jun 13 21:51:45 1990
From: smb@ulysses.att.com
To: nero@eng.umd.edu
Cc: kerberos@ATHENA.MIT.EDU
Date: Wed, 13 Jun 90 20:52:09 EDT
Hello, out there!
Does anyone have a utility to add all users from the password file
into the Kerberos database with the same password? It should probably u
se
kdb_util dump and kdb_util load.
Please mail any responses directly to nero@eng.umd.edu. Thank you!
--
Oren Stern (nero@eng.umd.edu) | "A boy without mischief is like a bowli
ng ball
UUCP: uunet!eng.umd.edu!nero | without a liquid center" -- Ho
mer Simpson
Sorry, it's not possible. The Kerberos database stores the actual DES
key, whereas /etc/passwd uses an irreversible transform based on the
typed password; there's no way to recover the DES key or the password
itself from the stored information.