search for: krb_set_tkt_string

Displaying 1 result from an estimated 1 matches for "krb_set_tkt_string".

2003 Feb 14
0
patch for krb4 authentization in openssh-3.5p1 on RH 8.0
...00000 +0100 *************** *** 58,63 **** tkt_root = "/ticket/"; #endif /* AFS */ ! snprintf(authctxt->krb4_ticket_file, MAXPATHLEN, "%s%u_%ld", tkt_root, authctxt->pw->pw_uid, (long)getpid()); krb_set_tkt_string(authctxt->krb4_ticket_file); } --- 58,66 ---- tkt_root = "/ticket/"; #endif /* AFS */ ! char docasny[MAXPATHLEN + 1]; ! snprintf(docasny, MAXPATHLEN, "%s%u_%ld_XXXXXX", tkt_root, authctxt->...