Bug 52499
| Summary: | kinit fails if eviluser makes /tmp/krb5cc_$VICTIM_UID | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | David Woodhouse <dwmw2> |
| Component: | krb5 | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-24 15:52:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David Woodhouse
2001-08-24 12:48:19 UTC
Also reproduced on Roswell 2 with krb5-workstation-1.2.2-13 We (Red Hat) really need to fix this before next release. A workaround exists: set KRB5CCNAME to a filename you can write to. The file name "/tmp/krb5cc_<UID>" is only used when KRB5CCNAME is not set. Something akin to "export KRB5CCNAME=`mktemp /tmp/krb5cc_XXXXXX`" prior to running kinit should be sufficient. |