* extern.h: Added a krb5_keytab to the realm context. The keytab
authorChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:18:53 +0000 (06:18 +0000)
committerChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:18:53 +0000 (06:18 +0000)
commitff48bbd4d3238d881488b303548047eb7c0498a7
treef3a8c4cb4fb9c5fdcfdb3537eba309cd49fd99f0
parent104e46ea3bef5416eca66a04409ff16d2726e59e
* extern.h: Added a krb5_keytab to the realm context. The keytab
should be associated with a krb5_db_context which will
make having a krb5_context unnecessary in the realm context.
* kdc_util.c kdc_process_tgs_req(): Use the realm keytab instead
of faking up a user-to-user key to pass to krb5_rd_req_decode().
* main.c: Added code to use the new database keytab routines.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7200 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/extern.h
src/kdc/kdc_util.c
src/kdc/main.c