Originally posted by: styerd
I'll answer my own question ...
I eventually got this to work but of course the executable only runs when "auditpr" is invoked. I find I have 2 alternatives for monitoring USER_Login; 1, the poor mans monitor, to simply add code that executes when /etc/profile executes; and 2, the cadillac, to enable audit streaming by setting "streammode = on" in "/etc/security/audit/config" and then adding an executable to the pipeline in "/etc/security/audit/streamcmds" to read and write stdin to stdout and identify the "USER_Login" audit records as they occur.
#AIX-Forum