Operating System - OpenVMS
1828354 Members
2943 Online
109976 Solutions
New Discussion

Re: Auditing/logging user account creation and user rights modification

 
SOLVED
Go to solution
Sehume
New Member

Auditing/logging user account creation and user rights modification

I would like to know how one could log (audit log that they can review) user account creations and changes in user profiles/rights on VMS. Can you please give any advise on how this can be performed.
2 REPLIES 2
Volker Halle
Honored Contributor
Solution

Re: Auditing/logging user account creation and user rights modification

Use $ SET AUDIT/ENABLE=AUTHORIZATION with either /ALARM (messages go to SECURITY operator) or /AUDIT (messages go to system security audit log file).

Use anal/audit/event=authorization sys$manager:/full to look at audit entries.

Volker.
Wim Van den Wyngaert
Honored Contributor

Re: Auditing/logging user account creation and user rights modification

with /alarms you can also pass the message to a mailbox (set audit/listener) and write a program that passes the alarm to your favourite monitoring tool.

Wim
Wim