Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!shelby!ulysses.att.com!smb From: smb@ulysses.att.com Newsgroups: comp.protocols.kerberos Subject: Re: Converting password file to kerberos database Message-ID: <9006140052.AA23070@ATHENA.MIT.EDU> Date: 14 Jun 90 00:52:09 GMT Sender: daemon@shelby.Stanford.EDU Organization: The Internet Lines: 21 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.