1834882 Members
2149 Online
110071 Solutions
New Discussion

Logging user creation

 
Starkhorn
Occasional Contributor

Logging user creation

Folks,

I've got a HP-UX 11.11v1 trusted system and I've been asked to log anytime a user has been created. I was wondering if this was possible on a trusted system?
Is it simply a case of adding adduser to the list of audit commands in SAM?

Cheers
Starkhorn
1 REPLY 1
Uday_S_Ankolekar
Honored Contributor

Re: Logging user creation

logins command is a handy tool for this type of task

ex
#logins -x

you can also try passwd -sa for trusted servers

-USA
Good Luck..