AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  root logon only

    Posted Tue November 07, 2006 02:06 AM

    Originally posted by: SystemAdmin


    Dear

    We use AIX5.3 , Now only root can logon (local logon and remote logon). with below message when su to anohter user

    3004-501 can't su to authentication is denied

    tks
    #AIX-Forum


  • 2.  Re: root logon only

    Posted Thu November 09, 2006 06:06 PM

    Originally posted by: orphy


    Can you show us the output of "lsuser <user>" when running as root?
    Orphy! :-)
    #AIX-Forum


  • 3.  Re: root logon only

    Posted Fri November 10, 2006 09:30 AM

    Originally posted by: SystemAdmin


    The first thing I would do is look into /etc/security/user and see what the default value for the SYSTEM attribute. If this is
    SYSTEM = "compat"
    That is the default, this will first look for NIS, and if it doesn't find it, it will use local files. The default is local files unless you have added a + sign to the /etc/passwd file.

    Next look to make sure the user exists in /etc/passwd, /etc/security/passwd, and /etc/security/user.

    In the /etc/security/usr file look for things like account_locked, login= false, etc. That should be the key.
    #AIX-Forum