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
This commit is contained in:
Luciano Santos 2023-01-05 03:35:33 +00:00 committed by Git OBS Bridge
parent 71999e468d
commit 9621ba63be
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 4 08:59:29 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
- 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 <alynx.zhou@suse.com>

View File

@ -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