[autobackport: sssd-2-12] Add support for Plasma Login Manager as a supported PAM service#8509
Conversation
|
This branch won't build for Rawhide: -- #8409 wasn't backported here. But Fedora has it cherry-picked: |
There was a problem hiding this comment.
Code Review
This pull request backports the addition of support for the Plasma Login Manager (plasmalogin) as a supported PAM service. The changes consistently add plasmalogin to default service lists in GPO mapping, smartcard authentication, and related documentation and tests. The modifications are correct and maintain alphabetical ordering where it was already present. No high or critical severity issues were found by the code review. The security review agent encountered an error and was unable to provide specific security findings for this pull request.
Plasma Login Manager is the new recommended login manager for KDE Plasma, and is used as the login manager for Fedora Linux 44 and higher for KDE Plasma. Reference: https://fedoraproject.org/wiki/Changes/PlasmaLoginManager Resolves: SSSD#8490 Signed-off-by: Neal Gompa <ngompa@velocitylimitless.com> Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Sumit Bose <sbose@redhat.com> (cherry picked from commit 5df3bff)
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 rpm-build:centos-stream-10-x86_64:upstream (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
5c3aaa8 to
025952c
Compare
This is an automatic backport of PR#8506 Add support for Plasma Login Manager as a supported PAM service to branch sssd-2-12, created by @Conan-Kudo.
Please make sure this backport is correct.
Note
The commits were cherry-picked without conflicts.
You can push changes to this pull request
Original commits
5df3bff - Add support for Plasma Login Manager as a supported PAM service
Backported commits
Original Pull Request Body
Plasma Login Manager is the new recommended login manager for KDE Plasma, and is used as the login manager for Fedora Linux 44 and higher for KDE Plasma.
Reference: https://fedoraproject.org/wiki/Changes/PlasmaLoginManager
Resolves: #8490