One of the things we're currently trying to do for Fedora 18 is to move
user credential caches from being files ("FILE" ccaches) in /tmp to
being subdirectories ("DIR" ccaches) under /run/user/${UID}. To be very
specific, we'd go from using one of:
FILE:/tmp/krb5cc_${UID}
FILE:/tmp/krb5cc_${UID}_XXXXXX
to possibly using one of those, and possibly also any of these:
DIR:/run/user/${UID}/krb5cc
DIR:/run/user/${UID}/krb5cc_XXXXXX
FILE:/run/user/${UID}/krb5cc
FILE:/run/user/${UID}/krb5cc_XXXXXX
DIR:/tmp/krb5cc_${UID}
DIR:/tmp/krb5cc_${UID}_XXXXXX
Some would be more likely than others, but my goal here is to make sure
that cifs.upcall can find credentials in these other locations. I'll
reply to this with suggested patches.
Thanks,
Nalin
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html