Displaying 1 result from an estimated 1 matches for "krb5cc_10003_sxdrdq7677".
2009 Sep 19
1
cifs.upcall not respecting krb5ccname env var?
...that cifs.upcall makes the assumption that the Kerberos
credentials will be present at /tmp/krb5cc_UID, however, this is not always
the case; the credentials may have a random element in the file name. Here's
an example output from the system:
/tmp/krb5cc_0 /tmp/krb5cc_10000_IKsPGl4129 /tmp/krb5cc_10003_SXDRDQ7677
As such, the command works fine under root, but will fail for users with
UIDs 10000 and 10003. I'm guessing the difference is in logon mechanism;
root is logged on locally while the 1000* UIDs are logging in over SSH.
Eliminating the random element would not be feasible as a single user may...