Subject: Question about configuring kerberos
To: None <current-users@NetBSD.ORG>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 06/06/1996 11:29:08
I'm trying to get kerberos to work on my system, and I need to customize
the string_to_key routine. Here at Stanford, we use afs-compatable
passwords. Do I need to do anything other than change the define in
src/domestic/includes/kerberosIV/defs.h from
#define string_to_key des_string_to_key

to

#define string_to_key afs_string_to_key

?

Also, is there a "local" include file, a file not touched by sup, which
would be a good place for this change?

Thanks!

Bill