summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-02-16 12:39:25 +0000
committermarkm <markm@FreeBSD.org>1998-02-16 12:39:25 +0000
commit3513ffecbffcc3f1fd4e7b560ae701e59685d911 (patch)
treef0138981a9498efb72a13f16e3be3f71bbf959a1 /crypto/kerberosIV
parent765f216743abff981070746df6c44b18ad0a1b14 (diff)
downloadFreeBSD-src-3513ffecbffcc3f1fd4e7b560ae701e59685d911.zip
FreeBSD-src-3513ffecbffcc3f1fd4e7b560ae701e59685d911.tar.gz
Make the ticket filename the same as for our old eBones. I am going to
kerberize xdm again, and it will be a pain to maintain two different sets of patches (for 2.2 and 3.0).
Diffstat (limited to 'crypto/kerberosIV')
-rw-r--r--crypto/kerberosIV/lib/krb/krb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kerberosIV/lib/krb/krb.h b/crypto/kerberosIV/lib/krb/krb.h
index e078b8b..90ca0ab 100644
--- a/crypto/kerberosIV/lib/krb/krb.h
+++ b/crypto/kerberosIV/lib/krb/krb.h
@@ -209,7 +209,7 @@ struct krb_host *krb_get_host __P((int, char*, int));
/* Location of ticket file for save_cred and get_cred */
#define TKT_FILE tkt_string()
-#define TKT_ROOT "/tmp/tkt"
+#define TKT_ROOT "/tmp/tkt_"
/* Error codes returned from the KDC */
#define KDC_OK 0 /* Request OK */
OpenPOWER on IntegriCloud