Type string READ/WRITE
iolog is the full path name of the keystroke log file in which input, output, and error output is logged.
if (command in {"csh","ksh"}) { iolog_encrypt = true; log_passwords = false; iolog_errmax = 10000; iolog_opmax = 10000; iolog = mktemp("/var/adm/shells/pm." + user + "." + basename(runcommand) + ".XXXXXX"); accept; } else { iolog=mktemp("/var/adm/pm." + user + "." + basename(runcommand) + ".XXXXXX"); }
Type integer READ/WRITE
Set iolog_encrypt to true to encrypt the contents of the keystroke log. The pmreplay program decrypts the log before displaying it. The default value is false.
if (command in {"csh","ksh"}) { iolog_encrypt = true; log_passwords = false; iolog_errmax = 10000; iolog_opmax = 10000; iolog = mktemp("/var/adm/pm." + user + "." + command + ".XXXXXX"); accept; }
Type integer READ/WRITE
iolog_errmax limits the number of bytes logged to the keystroke log for each line of stderr produced during the session.
if (command in {"csh","ksh"}) { iolog_encrypt = true; log_passwords = false; iolog_errmax = 10000; iolog_opmax = 10000; iolog = mktemp("/var/adm/pm." + user + "." + command + ".XXXXXX"); accept; }
Type integer READ/WRITE
iolog_opmax limits the size in bytes of each stdout keystroke log entry produced during the session.
if (command in {"csh","ksh"}) { iolog_encrypt = true; log_passwords = false; iolog_errmax = 10000; iolog_opmax = 10000; iolog = mktemp("/var/adm/pm." + user + "." + command + ".XXXXXX"); accept; }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Conditions d’utilisation Confidentialité