Bug 198637
| Summary: | Make login processes initialise session keyring | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Howells <dhowells> | ||||
| Component: | vsftpd | Assignee: | Radek Vokál <rvokal> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.0.5-2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-07-13 15:16:27 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 198623 | ||||||
| Attachments: |
|
||||||
|
Description
David Howells
2006-07-12 13:29:24 UTC
Created attachment 132375 [details]
Add keyinit instruction to PAM script
This patch modifies the contents of the devel/ directory to add keyinit
instructions to the vsftpd PAM script.
I don't know why you hardcoded the path in the pam module? Also I've moved the session line to the very top of the pam file. > I don't know why you hardcoded the path in the pam module?
I followed the separate styles of each of the three PAM scripts I modified.
Only one is actually installed, and that one doesn't have paths hardcoded.
|