Bug 670822
| Summary: | cifs.upcall not called when mounting second CIFS share from same server using different krb5 credentials | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Metzmacher <metze> | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | bfields, dhowells, gansalmon, itamar, jlayton, jonathan, kernel-maint, madhu.chinakonda, metze, qcai, rwheeler, steved, walteste, yanwang | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 667654 | Environment: | |||||||
| Last Closed: | 2011-02-07 14:15:39 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Stefan Metzmacher
2011-01-19 13:29:54 UTC
Created attachment 474262 [details]
Backport to 2.6.35.x
The needed cifs-utils-4.8-1 is already it's way to f14-updates.
It would be great to also get the kernel patch into f14.
Comment on attachment 474262 [details]
Backport to 2.6.35.x
Doesn't compile, I'll upload a new patch shortly
Created attachment 474268 [details]
Backport Patch for v3-5-test
This patch compiles for me
The patches look fine. This might be a reasonable change... The fact that f14 doesn't match passwords when comparing against existing sessions is arguably a security issue. OTOH, this is a behavior change. People using krb5 auth will all of a sudden need to use the cruid= option to make it pick up user credcaches. The latter part makes me more inclined to leave this for f15... I believe this was recently merged upstream, so it would be in rawhide when we switch to .38. Changing behavior in an existing release does not sound like a good idea. The kernel patch to add --cruid to the mount options is now upstream in 2.6.38-rc |