https://bugs.kde.org/show_bug.cgi?id=475024
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.0 Latest Commit| |https://invent.kde.org/plas | |ma/kscreenlocker/-/commit/a | |dfae58490b4b2307221fa4e4546 | |5948b749937b Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit adfae58490b4b2307221fa4e45465948b749937b by Nate Graham, on behalf of Janet Blackquill. Committed on 26/10/2023 at 16:42. Pushed by ngraham into branch 'master'. Run multiple PAM sessions at once This allows simultaneous use of e.g. password and fingerprint auth. FIXED-IN: 6.0 PAM files will need to be adjusted to make use of this feature; see https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/163 for details. M +14 -6 greeter/CMakeLists.txt M +21 -8 greeter/fallbacktheme/Greeter.qml M +25 -3 greeter/greeterapp.cpp M +2 -2 greeter/greeterapp.h M +56 -36 greeter/pamauthenticator.cpp M +25 -2 greeter/pamauthenticator.h A +196 -0 greeter/pamauthenticators.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +87 -0 greeter/pamauthenticators.h [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] M +20 -0 ksldapp.cpp M +1 -0 ksldapp.h M +1 -1 tests/kcheckpass_test.qml https://invent.kde.org/plasma/kscreenlocker/-/commit/adfae58490b4b2307221fa4e45465948b749937b -- You are receiving this mail because: You are watching all bug changes.