Had a question about lsuser. I wanted to get a report of unsuccessful login count and the login retries. I was thinking of using the command
lsuser -a loginretries unsuccessful_login_count ALL | grep unsuccessful_login_count but was curious if there was a way to script this so that it checks if the login count is greater than or equal to the retries and if it is then I would get an e-mail alert?
lsuser -a loginretries unsuccessful_login_count ALL | grep unsuccessful_login_count but was curious if there was a way to script this so that it checks if the login count is greater than or equal to the retries and if it is then I would get an e-mail alert?