[2084] in Info-AFS_Redistribution
AFS hacks to MIT kerberos?
daemon@ATHENA.MIT.EDU (Derrick J. Brashear)
Sat Oct 16 15:13:48 1993
Date: Sat, 16 Oct 1993 14:13:07 -0400 (EDT)
From: "Derrick J. Brashear" <db74+@andrew.cmu.edu>
To: Info-AFS-kerberos@transarc.com
Hi,
After reading up on Kerberos, I'm wondering: Has anyone done either:
a) done a hack to try both string_to_key functtions, or;
b) made all the necessary changes to MIT Kerberos such that it can
use the AFS version of string_to_key? From what I can gather, the only
changes to function calls are:
krb_set_key wants a realm name
use afs_read_password instead of des_read_password, and this
wants a realm name
use a_string_to_key instead of des_string_to_key, and this
too wants a realm name
Thanks,
-D