login issue after pam configuration
Posted by Roshan on Nov 10, 2017; 7:35am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/login-issue-after-pam-configuration-tp4362.html
Hi,
I have implemented
2.1.9.5. Account Locking
The /etc/pam.d/system-auth-local file should contain the following lines:
auth required pam_faillock.so preauth silent audit deny=3 unlock_time=600
auth include system-auth-ac
auth [default=die] pam_faillock.so authfail silent audit deny=3 unlock_time=600
account required pam_faillock.so
account include system-auth-ac
password include system-auth-ac
session include system-auth-ac
The /etc/pam.d/password-auth-local file should contain the following lines:
auth required pam_faillock.so preauth silent audit deny=3 unlock_time=600
auth include password-auth-ac
auth [default=die] pam_faillock.so authfail silent audit deny=3 unlock_time=600
account required pam_faillock.so
account include password-auth-ac
password include system-auth-ac
session include system-auth-ac
The issue is now I cannot login into the server.
Can you please guide me whether it is possible to recover the login(reboot with Linux CD)
Regards,
Roshan