Summary: | x11/xscreensaver Pam failure on FreeBSD 11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Roberto de Iriarte <roberto> | ||||
Component: | Individual Port(s) | Assignee: | Niclas Zeising <zeising> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | jwb | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(zeising) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Roberto de Iriarte
2016-07-28 18:21:40 UTC
Is this still a problem? It works fine for me on 11.1-RELEASE. (In reply to Tobias Kortkamp from comment #1) Nevermind. It does not work. So to answer my own question: Yes, it's still a problem. Created attachment 211769 [details]
Patch to enable PAM by default
If I install from source with the PAM option checked, it works fine for me on 12.1-RELEASE. I haven't tested on 11.x.
Can we enable PAM support by default? Patch attached.
I manage some desktop systems in a campus environment where people authenticate via AD and need PAM support in order to unlock their screens with their campus password.
I can build from source of course, but then if "pkg upgrade" installs a new version/revision, it will lose PAM support and people won't be able to unlock their screens.
I can do the commit myself with maintainer approval.
(In reply to Jason W. Bacon from comment #3) I'm a bit worried, because of the reports on FreeBSD 11. However, a lot has changed since 11.1. Jason, do you think there will be issues in case PAM is not in use? I think it would be a pretty eggregious upstream bug if simply enabling PAM support broke the use of local passwords, if that's what you're saying. Adding PAM support should not take anything else away. In any case, to test you could just make clean config deinstall reinstall and select PAM support. I just did this on a desktop system at home (where I use only local passwords), restarted the daemon for good measure, and everything still works fine. A commit references this bug: Author: zeising Date: Wed Apr 1 20:29:43 UTC 2020 New revision: 530240 URL: https://svnweb.freebsd.org/changeset/ports/530240 Log: x11/xscreensaver: Update to 5.44 Update x11/xscreensaver to 5.44 Enable PAM by default [1] Changelog: https://www.jwz.org/xscreensaver/changelog.html PR: 212830, 211424 [1] Changes: head/x11/xscreensaver/Makefile head/x11/xscreensaver/distinfo head/x11/xscreensaver/pkg-plist |