Red Hat Bugzilla – Full Text Bug Listing |
Summary: | /usr/kerberos/sbin not in user $PATH | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bernie Innocenti <bernie+fedora> |
Component: | krb5 | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | nalin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 1.7-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-06-08 11:21:24 EDT | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- |
Description
Bernie Innocenti
2009-06-07 17:16:00 EDT
We can't fold all of it in because of duplicate filenames in the "bin" directory. Kerberos's rsh actually falls back to exec()ing /usr/bin/rsh if it fails to establish a connection to the Kerberos rshd, and it doesn't implement the traditional rsh protocol (which requires that the app be setuid) so it's not a direct replacement. This might change if the conflicting stuff gets split out in 1.8 or later, at which point tools which conflict name-wise could stay where they are while the rest of the krb5 package moves entirely to /usr, but that's not an option yet. Putting /usr/kerberos/sbin in the path for everyone starting with 1.7-1. |