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:
parent
71999e468d
commit
9621ba63be
@ -1,9 +1,9 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
|
|
||||||
auth requisite pam_nologin.so
|
|
||||||
auth requisite pam_faillock.so preauth
|
auth requisite pam_faillock.so preauth
|
||||||
auth required pam_pkcs11.so wait_for_card card_only
|
auth required pam_pkcs11.so wait_for_card card_only
|
||||||
auth required pam_shells.so
|
auth required pam_shells.so
|
||||||
|
auth requisite pam_nologin.so
|
||||||
auth optional pam_permit.so
|
auth optional pam_permit.so
|
||||||
auth required pam_env.so
|
auth required pam_env.so
|
||||||
auth [success=ok default=1] pam_gdm.so
|
auth [success=ok default=1] pam_gdm.so
|
||||||
|
@ -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>
|
Fri Dec 2 10:05:28 UTC 2022 - Alynx Zhou <alynx.zhou@suse.com>
|
||||||
|
|
||||||
|
2
gdm.spec
2
gdm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user