Jason ([EMAIL PROTECTED]) writes:
>> Can anyone tell me what des_pcbc_init, des_des_init and des_cksum_init
>> are there in libdes.a for? They are not in the mit's libdes.a.
>> I am trying to use mit kerberos with afs and would like to know if
>> there is any easy to get around these routines, e.g. to write a
>> pseudo routines for them.
We are using MIT kerberos (Version 4) with AFS (3.2a) here at Argonne
and, have not run into any problems with the routines you mentioned.
The next question to ask, is what do you mean by "using MIT Kerberos
with AFS".
We are using the Kaserver for the KDC. We have a modified version of
kadmind which will issue kas commands to update the database.
This combination of the Kaserver and modified kadmind
allows unmodified Kerberos clients to use AFS servers. We are
using VAX Multinet clients for example.
We have modified get_in_tkt.c among others to work with either form
of the string_to_key functions. This will let us convert out AFS
users to use the Kerberos string_to_key functions over time.
(Note that klog already will accept either form.)
We use the Kerberos version of the kpasswd command as well.
We are also using aklog and link it with the kerberos des library,
rather then the AFS version.
Douglas E. Engert
Systems Programming
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(708) 252-5444
Internet: [EMAIL PROTECTED]