Operating System - OpenVMS
1753808 Members
8292 Online
108805 Solutions
New Discussion

Re: Writting all login request to a file

 
SOLVED
Go to solution
Wim Van den Wyngaert
Honored Contributor

Re: Writting all login request to a file

You will get an alarm for every invalid password. Therefore, I set audit as

Breakin: dialup, local,remote,network, detached,server
Logfailure: batch,dialup,network, subprocess,detached

This gives users the oportunity to make interactive mistakes. Only interactive breakins (e.g. 5 invalid passwords) will be reported.
Wim
Ian Miller.
Honored Contributor

Re: Writting all login request to a file

auditing login failures is seperate from auditing logins. To record all interactive logins
SET AUDIT/AUDIT/ENABLE=LOGINS=(ALL, NOBATCH, NOSUBPROC,NODET)
____________________
Purely Personal Opinion