Fix System account doesn't block after invalid login attempts

Need install openssh before install pam-config package as pam-config
package will change ssh related pam config file.

Verified below issue!
When trying to login invalid password attempt 5 times using
ssh, the user account is not locked out.

Closes-Bug: #1814345

Change-Id: I4d973dac88dba3133cfcc92a96fba7918d674e79
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
This commit is contained in:
zhipengl 2019-07-16 23:12:42 +08:00 committed by zhipeng liu
parent 767d87dc8e
commit 20d9a7a754
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@ BuildArch: noarch
Source: %name-%version.tar.gz
Requires: %{_bindir}/systemctl
Requires: pam-config
Requires: openssh
Summary: package StarlingX configuration files of openssh to system folder.

View File

@ -15,6 +15,7 @@ BuildArch: noarch
Source: %name-%version.tar.gz
Requires: pam
Requires: openssh
Summary: package StarlingX configuration files of pam to system folder.
%description