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).
This commit is contained in:
Mark Murray 1998-02-16 12:39:25 +00:00
parent 879e5f26e8
commit 22b8189d67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33426

View File

@ -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 */