From 22b8189d6782d83e0f9d9ea1855c655d52f4bdc5 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 16 Feb 1998 12:39:25 +0000 Subject: [PATCH] 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). --- crypto/kerberosIV/lib/krb/krb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/kerberosIV/lib/krb/krb.h b/crypto/kerberosIV/lib/krb/krb.h index e078b8bc984f..90ca0aba406c 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 */