1833315 Members
2803 Online
110051 Solutions
New Discussion

AUTH_MAXTRIES

 
Juliana Sousa
New Member

AUTH_MAXTRIES

I have a Non-Trusted HP-UX System:

# uname -a
HP-UX erelas B.11.23 U ia64

I wanted to lock users after some failed login attempts

I have made a entry in /etc/default/security as follows

AUTH_MAXTRIES=3

but when i tried to test this the account doesn't get locked out.

Is it the correct way to configure this?

What do I have to do?

Thank you,
Juliana
3 REPLIES 3
Victor Fridyev
Honored Contributor

Re: AUTH_MAXTRIES

Hi,

In addition to this setup you also have to configure pam unit as well.

Read
man 4 security

There is an explanation

HTH
Entities are not to be multiplied beyond necessity - RTFM
Juliana Sousa
New Member

Re: AUTH_MAXTRIES

Which pam unit?

Do I have to install the TrustedMigration product?


Victor Fridyev
Honored Contributor

Re: AUTH_MAXTRIES

PAM - Pluggable Authentication Module

It should be installed by default in not trusted system. Look at /etc/pam.conf
swlist -l product | grep PAM
PAM-Kerberos C.01.23 PAM-Kerberos Version 1.23
PAM-NTLM A.01.09.02 HP NTLM Pluggable Authentication Module
Entities are not to be multiplied beyond necessity - RTFM