Displaying 1 result from an estimated 1 matches for "tkt_root".
Did you mean:
tftproot
2003 Feb 14
0
patch for krb4 authentization in openssh-3.5p1 on RH 8.0
...stributions, but most probably changing some
of libc library in Redhat 8.0 results in mkstemp() returning error.
PATCH
*** ../openssh-3.5p1/auth-krb4.c 2002-09-27 05:26:00.000000000 +0200
--- auth-krb4.c 2003-02-12 14:52:43.000000000 +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 ----...