Accepting request 291123 from home:dliang:branches:GNOME:Factory

bnc#897316, add pam_nologin.so requisite

OBS-URL: https://build.opensuse.org/request/show/291123
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=284
This commit is contained in:
Dominique Leuenberger 2015-03-17 10:34:47 +00:00 committed by Git OBS Bridge
parent bcba239a7a
commit 353408ea18
6 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#%PAM-1.0
# GDM PAM configuration for autologin
auth requisite pam_nologin.so
auth required pam_permit.so
account include common-account
password include common-password

View File

@ -1,5 +1,6 @@
# Sample PAM file for doing fingerprint authentication.
# Distros should replace this with what makes sense for them.
auth requisite pam_nologin.so
auth required pam_env.so
auth sufficient pam_succeed_if.so uid >= 500 quiet
auth required pam_deny.so

View File

@ -1,5 +1,6 @@
# Sample PAM file for doing smartcard authentication.
# Distros should replace this with what makes sense for them.
auth requisite pam_nologin.so
auth required pam_env.so
auth [success=done ignore=ignore default=die] pam_pkcs11.so wait_for_card card_only
auth requisite pam_succeed_if.so uid >= 500 quiet

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 17 11:50:34 UTC 2015 - dliang@suse.com
- Add "auth requisite pam_nologin.so" to gdm.pamd, gdm-autologin.pamd
gdm-fingerprint.pamd and gdm-smartcard.pamd (bnc#897316)
-------------------------------------------------------------------
Thu Feb 26 12:03:15 UTC 2015 - fcrozat@suse.com

View File

@ -1,5 +1,6 @@
#%PAM-1.0
# GDM PAM standard configuration (with passwords)
auth requisite pam_nologin.so
auth include common-auth
account include common-account
password include common-password

View File

@ -1,7 +1,7 @@
#
# spec file for package gdm
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed