We are trying to prevent users from using su to switch to a particular account. We have successfully achieved this on an AIX 4.3.2.0 server using the command:
chuser su=false testuser
This does not work on AIX v 4.3.3.0 ML 09 - we are still able to su to the account although the testuser stanza in /etc/security/user is updated with the relevant su=false line.
Any ideas ?
chuser su=false testuser
This does not work on AIX v 4.3.3.0 ML 09 - we are still able to su to the account although the testuser stanza in /etc/security/user is updated with the relevant su=false line.
Any ideas ?