Hi Maurizio,
There is a forum specifically for security on Z, including zSecure here.
The easiest way to create a new alert is to find a similar alert, copy the alert definition with a C line command, and edit the alert skeleton from the SE.A.A dialog.
Alerting on the use of a specific user ID is done with alert 1102
This uses a panel to query the user IDs, and fills those users into a select statement with
USER=(,
id,
id,
)
If you modify the skeleton to reference field USER_GROUPS, it allows you to select events based on the groups that the user is connected to, e.g.
USER_GROUPS=(,
SYS*,
DBA,
DBMAINT,
)
You could reuse the ISPF panel from alert 1101 to fill in the group names from the dialog.
Also, if you only wanted to monitor a small number of groups (in a BIG RACF database), you could use the PRIV_USER_GROUPS field, and specifically define the groups to be monitored using the SIMULATE PRIV_USER_GROUPS command.
------------------------------
Rob van Hoboken
------------------------------