Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

chuser su=false not working

Status
Not open for further replies.

ranjit

Technical User
Joined
Apr 14, 2000
Messages
131
Location
GB
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 ?
 
No, we are trying to su to the testuser account from a non root account. We have also tested on AIX 5.1 which works as expected. The problem appears to be with AIX 4.3.3.0 ML09.
 
hi,
I don't belive the problem is ML9, however install 11.
I belive your machine has some problem.

vi /etc/security/user

and at : prompt enter
:set list

check for extra lines, extra space, extra tab
near your user.

bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top