mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
pam_latlog does not exist any more
This commit is contained in:
parent
3a0002d952
commit
5d12454e13
2 changed files with 1 additions and 3 deletions
2
pam.spec
2
pam.spec
|
@ -15,7 +15,7 @@
|
||||||
Summary: A security tool which provides authentication for applications
|
Summary: A security tool which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 4
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
||||||
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
session optional pam_umask.so silent
|
session optional pam_umask.so silent
|
||||||
session [success=1 default=ignore] pam_succeed_if.so service !~ gdm* service !~ su* quiet
|
session [success=1 default=ignore] pam_succeed_if.so service !~ gdm* service !~ su* quiet
|
||||||
session [default=1] pam_lastlog.so nowtmp showfailed
|
|
||||||
session optional pam_lastlog.so silent noupdate showfailed
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue