From 3513ffecbffcc3f1fd4e7b560ae701e59685d911 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 16 Feb 1998 12:39:25 +0000 Subject: 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(-) (limited to 'crypto/kerberosIV/lib/krb') 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 */ -- cgit v1.1