mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 08:22:53 +00:00
add pwquality and smartcard auth pam.d conf;
This commit is contained in:
parent
3d6dab8cdb
commit
4ca18bcd8d
1 changed files with 7 additions and 1 deletions
8
pam.spec
8
pam.spec
|
@ -18,7 +18,7 @@ Epoch: 1
|
|||
Summary: A security tool which provides authentication for applications
|
||||
Name: pam
|
||||
Version: 1.1.8
|
||||
Release: 22
|
||||
Release: 23
|
||||
# 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+,
|
||||
License: BSD and GPLv2+
|
||||
|
@ -36,6 +36,8 @@ Source11: postlogin.pamd
|
|||
Source12: postlogin.5
|
||||
Source13: pamtmp.conf
|
||||
Source14: 90-nproc.conf
|
||||
Source15: password-auth.pamd
|
||||
Source16: smartcard-auth.pamd
|
||||
#add missing documentation
|
||||
Source501: pam_tty_audit.8
|
||||
Source502: README
|
||||
|
@ -141,6 +143,8 @@ having to recompile programs that handle authentication.
|
|||
%attr(0644,root,shadow) %config(noreplace) %{_sysconfdir}/pam.d/system-auth-default
|
||||
%config %{_sysconfdir}/pam.d/config-util
|
||||
%config %{_sysconfdir}/pam.d/postlogin
|
||||
%config %{_sysconfdir}/pam.d/password-auth
|
||||
%config %{_sysconfdir}/pam.d/smartcard-auth
|
||||
/sbin/pam_console_apply
|
||||
/sbin/pam_tally2
|
||||
/sbin/faillock
|
||||
|
@ -310,6 +314,8 @@ install -m 644 %{SOURCE5} %{buildroot}/etc/pam.d/other
|
|||
install -m 644 %{SOURCE6} %{buildroot}/etc/pam.d/system-auth
|
||||
install -m 644 %{SOURCE7} %{buildroot}/etc/pam.d/config-util
|
||||
install -m 644 %{SOURCE11} %{buildroot}/etc/pam.d/postlogin
|
||||
install -m 644 %{SOURCE15} %{buildroot}/etc/pam.d/password-auth
|
||||
install -m 644 %{SOURCE16} %{buildroot}/etc/pam.d/smartcard-auth
|
||||
install -m 600 /dev/null %{buildroot}%{_sysconfdir}/security/opasswd
|
||||
install -d -m 755 %{buildroot}/var/log
|
||||
install -m 600 /dev/null %{buildroot}/var/log/tallylog
|
||||
|
|
Loading…
Add table
Reference in a new issue