[4475] in Kerberos
Re: DCE / Kerberos Comparison
daemon@ATHENA.MIT.EDU (Rich Salz)
Tue Jan 10 13:36:53 1995
To: kerberos@MIT.EDU
Date: 10 Jan 1995 17:15:58 GMT
From: rsalz@osf.org (Rich Salz)
In <3euaq7$piv@pad-thai.cam.ov.com> jik@cam.ov.com (Jonathan I. Kamens) writes:
> you're going to
>either have to invest a lot of effort into figuring out how to import your MIT
>Kerberos database into the DCE Security system (not a small feat),
Not terribly difficult. Dump your kerberos database out in ASCII.
Massage that into /etc/passwd format. Use password_import. (This might
lose the passwords, I think, which implies the "flag day" Jonathan
mentioned.)
You might look at sec_salvage_db; it can dump the DCE database into ascii,
and writing a script to convert between the two ascii formats shouldn't be
very difficult.
/r$