~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/kadmin/cli/keytab_local.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * A wrapper around keytab.c used by kadmin.local to expose the -norandkey
 
3
 * flag.  This avoids building two object files from the same source file,
 
4
 * which is otherwise tricky with compilers that don't support -c and -o
 
5
 * at the same time.
 
6
 */
 
7
 
 
8
#define KADMIN_LOCAL
 
9
#include "keytab.c"