Information
This change locks and disables login access for the bin user account.
Rationale:
This change disables direct local and remote login to the bin user account. Do not set a password on this account to ensure that the only access is via su from the root account.
There should not be a requirement to log in as the bin user directly. All users should be given unique logon ids to ensure traceability and accountability.
Solution
Change the login and remote login user flags to disable bin user access:
chuser account_locked=true login=false rlogin=false bin
Default Value:
account_locked=false rlogin=true login=true