| 12345678910111213141516171819202122232425262728 | 
#**************************************************************************##   Licensed Material - Property Of IBM Corporation##   "Restricted Materials of IBM Corporation"##   IBM Informix Dynamic Server#   (c) Copyright IBM Corporation 2017 All rights reserved.##   Title:       adtcfg#   Description: IBM Informix Dynamic Server Audit Configuration file.#                The server will read this file when a server is either #		 initialized or restarted and will configure the audit #		 subsystem according to the values herein. Audit #		 Analysis Officer has the responsibility of updating #		 this file with values suitable for the specific instance.##                IBM Informix Dynamic Server will write the file #		 adtcfg.<server_number> with any changes to the values #		 of these parameters within the instance.##**************************************************************************ADTMODE		0			# Auditing modeADTPATH		/usr/informix/aaodir	# Directory where audit trails will be written by OnLineADTSIZE		50000			# Maximum size of any single audit trail fileADTERR 		0			# Error handling modes.
 |