Operating System - Tru64 Unix
1832897 Members
2820 Online
110048 Solutions
New Discussion

Re: dxaccounts - account has red spot with whitecross next to it

 
SOLVED
Go to solution
A.W.R
Frequent Advisor

dxaccounts - account has red spot with whitecross next to it

Hi,

I have a Tru64UNIX system that uses dxaccounts to manage the users.

In dxaccounts some of the users have a red spot with white cross next to their user names.

I did try to reset the password , but the spot did not disappear. The account also looks pretty normal - it is not locked.

If someone knows what this means and how I can get rid of it I would really appreciate it?

Thanks
Andrew
5 REPLIES 5
Ivan Ferreira
Honored Contributor
Solution

Re: dxaccounts - account has red spot with whitecross next to it

Probably the user has been "Retired". That would be the same as "deleted" in Enhanced Security.

Do the following:

grep /etc/passwd

If you see the key Retired, then the user was "deleted" for example with userdel. If you want to really delete the user, you must edit the passwd file and remove the entry from tcb database.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Venkatesh BL
Honored Contributor

Re: dxaccounts - account has red spot with whitecross next to it

Did you try the Help -> Reference -> Account Manager Main Window

This may have an indication.
A.W.R
Frequent Advisor

Re: dxaccounts - account has red spot with whitecross next to it

Hi,

Thank you for your responses.

I did check out the online help, but I could not find any reference to this particular icon.

Is it possible to "unretire" an account?

Thanks
Andy
Martin Moore
HPE Pro

Re: dxaccounts - account has red spot with whitecross next to it

Andrew,

It could mean that the account is either retired or has been disabled by the system for violating some of the security parameters. These include:

1. Too many consecutive login failures.

2. Exceeded password lifetime.

3. Account inactive too long.

You need to clear the disabling condition in order to make the account usable again. To figure out what they are, can you run "edauth -g " and post the results here? Note that this will include the user's current encrypted password (the field following "u_pwd=" up to the next colon) and recent password history (the field following "u_pwdict=" up to the next colon) so you may want to X those out before posting.

Martin
I work for HPE
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details

Accept or Kudo

Mark Poeschl_2
Honored Contributor

Re: dxaccounts - account has red spot with whitecross next to it

You can also use the big green "Enable" checkbox in dxaccounts to re-enable an account that has been disabled for whatever reason (and has the red and white 'X').