shadow-pam-shadow: fix chpasswd by setting password field to use pam_unix.so [release 4.8.1-2mamba;Sun Jan 31 2021]
This commit is contained in:
parent
29fdec89a8
commit
f310658bdd
@ -1,8 +1,7 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
auth sufficient pam_rootok.so
|
auth sufficient pam_rootok.so
|
||||||
auth required pam_nologin.so
|
auth required pam_nologin.so
|
||||||
account include system-auth
|
account include system-auth
|
||||||
password sufficient pam_permit.so
|
password required pam_unix.so md5 shadow
|
||||||
session include system-auth
|
session include system-auth
|
||||||
session required pam_limits.so
|
session required pam_limits.so
|
||||||
#session optional pam_console.so
|
|
||||||
|
@ -3,7 +3,7 @@ Summary: Utilities for managing shadow password files and user/group accou
|
|||||||
Name: shadow
|
Name: shadow
|
||||||
Version: 4.8.1
|
Version: 4.8.1
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
@ -264,6 +264,9 @@ exit 0
|
|||||||
%{_mandir}/man8/nologin.8*
|
%{_mandir}/man8/nologin.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.1-2mamba
|
||||||
|
- shadow-pam-shadow: fix chpasswd by setting password field to use pam_unix.so
|
||||||
|
|
||||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user