Password Policy
Hello, I need to implement a password policy on our Linux servers. Required is to expire every 90 days and no repeat of recent passwords. I found this article on this community.
"Password Policy Implementation - Password Length"
But I need to exempt the roor user account from this policy as we have about 76 servers and don't want to manually replace password on all every 90 days.
thanks