diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-06-08 18:18:03 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-06-08 18:18:03 +0000 |
| commit | e948df8c7ba8174337437b47dd2de2c14e98e19f (patch) | |
| tree | 685b6c38be48bce8d54986dec61b33ee8abb55fd /src/kadmin/cli/kadmin.h | |
| parent | 27388a63d966366d9265ee96898c44e975c57c6c (diff) | |
| download | krb5-e948df8c7ba8174337437b47dd2de2c14e98e19f.tar.gz krb5-e948df8c7ba8174337437b47dd2de2c14e98e19f.tar.xz krb5-e948df8c7ba8174337437b47dd2de2c14e98e19f.zip | |
kadmin ktadd may display wrong name of default keytab
kadmin's ktadd (and ktrem) displays WRFILE:/etc/krb5.keytab whenever
it uses the default keytab, even if the default has been overridden
(e.g. by KRB5_KTNAME). Use krb5_kt_get_name to get the correct name
of the default cache instead of displaying the string we think was
used to open it.
ticket: 6740
target_version: 1.8.2
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24123 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/cli/kadmin.h')
| -rw-r--r-- | src/kadmin/cli/kadmin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kadmin/cli/kadmin.h b/src/kadmin/cli/kadmin.h index 5c9decc7d..9f657a646 100644 --- a/src/kadmin/cli/kadmin.h +++ b/src/kadmin/cli/kadmin.h @@ -68,7 +68,6 @@ extern time_t get_date(char *); /* Yucky global variables */ extern krb5_context context; -extern char *krb5_defkeyname; extern char *whoami; extern void *handle; |
