From 9621ba63be3229a451bfcb69914a19558f459fef9018166c7ce398fbd7762c8b Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 5 Jan 2023 03:35:33 +0000 Subject: [PATCH] Accepting request 1046694 from home:AZhou:branches:GNOME:Factory - Update gdm-smartcard.pamd: Move pam_nologin.so under pam_pkcs11.so to make it work with pam_pkcs11's auto file username. OBS-URL: https://build.opensuse.org/request/show/1046694 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=511 --- gdm-smartcard.pamd | 2 +- gdm.changes | 6 ++++++ gdm.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdm-smartcard.pamd b/gdm-smartcard.pamd index 9ac6ba2..21b894a 100644 --- a/gdm-smartcard.pamd +++ b/gdm-smartcard.pamd @@ -1,9 +1,9 @@ #%PAM-1.0 -auth requisite pam_nologin.so auth requisite pam_faillock.so preauth auth required pam_pkcs11.so wait_for_card card_only auth required pam_shells.so +auth requisite pam_nologin.so auth optional pam_permit.so auth required pam_env.so auth [success=ok default=1] pam_gdm.so diff --git a/gdm.changes b/gdm.changes index 4b69f70..0b8ddf7 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 4 08:59:29 UTC 2023 - Alynx Zhou + +- Update gdm-smartcard.pamd: Move pam_nologin.so under pam_pkcs11.so + to make it work with pam_pkcs11's auto file username. + ------------------------------------------------------------------- Fri Dec 2 10:05:28 UTC 2022 - Alynx Zhou diff --git a/gdm.spec b/gdm.spec index eee28ee..7b08309 100644 --- a/gdm.spec +++ b/gdm.spec @@ -1,7 +1,7 @@ # # spec file for package gdm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed