- Login to the command line of the SAL server with admin then su - root to gain root access
- Use the command chage -l username (replacing username with the account you want to view) if you want to view the current password expiration settings
- Change the password to never expire using the command chage -m 0 -M 99999 username (replacing username with the account you want to change)
- Rerun the chage -l username command to confirm the change
This will work for any user account that you want to change, i.e., admin, root, etc.