forked from pool/util-linux
Accepting request 716131 from home:sbrabec:branches:util-linux-pam_d-b1082293
Fix changes and some formatting changes. OBS-URL: https://build.opensuse.org/request/show/716131 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=409
This commit is contained in:
parent
1975ca7bdc
commit
b214399d43
@ -5,7 +5,8 @@ Wed Jul 17 19:14:24 CEST 2019 - sbrabec@suse.com
|
||||
* Remove "(noreplace)". It will enforce update whenever package
|
||||
changes it.
|
||||
* Expand tabs to trigger a change and replace potentially
|
||||
outdated files just now.
|
||||
outdated files just now (login.pamd, remote.pamd,
|
||||
runuser-l.pamd, runuser.pamd, su-l.pamd, su.pamd).
|
||||
* Remove script that migrates old coreutils su pam files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
#%PAM-1.0
|
||||
# This file is used by /bin/login in case of remote logins (means where
|
||||
# the -h option is used)
|
||||
# the -h option is used).
|
||||
auth requisite pam_nologin.so
|
||||
auth [user_unknown=ignore success=ok ignore=ignore auth_err=die default=bad] pam_securetty.so
|
||||
auth include common-auth
|
||||
|
@ -1,5 +1,6 @@
|
||||
#%PAM-1.0
|
||||
# Note that runuser requires only "session" setting (and for example "auth sufficient pam_rootok.so" dummy line).
|
||||
# Note that runuser requires only "session" setting (and for example
|
||||
# "auth sufficient pam_rootok.so" dummy line).
|
||||
auth sufficient pam_rootok.so
|
||||
session optional pam_keyinit.so force revoke
|
||||
session include common-session
|
||||
|
@ -1,5 +1,6 @@
|
||||
#%PAM-1.0
|
||||
# Note that runuser requires only "session" setting (and for example "auth sufficient pam_rootok.so" dummy line).
|
||||
# Note that runuser requires only "session" setting (and for example
|
||||
# "auth sufficient pam_rootok.so" dummy line).
|
||||
auth sufficient pam_rootok.so
|
||||
session optional pam_keyinit.so revoke
|
||||
session include common-session
|
||||
|
@ -5,7 +5,8 @@ Wed Jul 17 19:14:24 CEST 2019 - sbrabec@suse.com
|
||||
* Remove "(noreplace)". It will enforce update whenever package
|
||||
changes it.
|
||||
* Expand tabs to trigger a change and replace potentially
|
||||
outdated files just now.
|
||||
outdated files just now (login.pamd, remote.pamd,
|
||||
runuser-l.pamd, runuser.pamd, su-l.pamd, su.pamd).
|
||||
* Remove script that migrates old coreutils su pam files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -5,7 +5,8 @@ Wed Jul 17 19:14:24 CEST 2019 - sbrabec@suse.com
|
||||
* Remove "(noreplace)". It will enforce update whenever package
|
||||
changes it.
|
||||
* Expand tabs to trigger a change and replace potentially
|
||||
outdated files just now.
|
||||
outdated files just now (login.pamd, remote.pamd,
|
||||
runuser-l.pamd, runuser.pamd, su-l.pamd, su.pamd).
|
||||
* Remove script that migrates old coreutils su pam files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user