Chapter 2. Core Server Configuration Reference22When setting a maximum disk space, consider the total number of log files that can be created dueto log file rotation. Also remember that there are three different log files (access log, audit log, anderror log) maintained by the Directory Server, each of which consumes disk space. Compare theseconsiderations with the total amount of disk space for the audit log.Parameter DescriptionEntry DN cn=configValid Range -1 | 1 to the maximum 32 bit integer value(2147483647), where a value of -1 meansthat the disk space allowed to the audit log isunlimited in size.Default Value -1Syntax IntegerExample nsslapd-auditlog-logmaxdiskspace: 100002.3.1.26. nsslapd-auditlog-logminfreediskspace (Audit Log Minimum FreeDisk Space)This attribute sets the minimum permissible free disk space in megabytes. When the amount of freedisk space falls below the value specified by this attribute, the oldest audit logs are deleted untilenough disk space is freed to satisfy this attribute.Parameter DescriptionEntry DN cn=configValid Range -1 (unlimited) | 1 to the maximum 32 bit integervalue (2147483647)Default Value -1Syntax IntegerExample nsslapd-auditlog-logminfreediskspace: -12.3.1.27. nsslapd-auditlog-logrotationsync-enabled (Audit Log RotationSync Enabled)This attribute sets whether audit log rotation is to be synchronized with a particular time of the day.Synchronizing log rotation this way can generate log files at a specified time during a day, such asmidnight to midnight every day. This makes analysis of the log files much easier because they thenmap directly to the calendar.For audit log rotation to be synchronized with time-of-day, this attribute must be enabled with thensslapd-auditlog-logrotationsynchour and nsslapd-auditlog-logrotationsyncminattribute values set to the hour and minute of the day for rotating log files.For example, to rotate audit log files every day at midnight, enable this attribute by setting its value toon, and then set the values of the nsslapd-auditlog-logrotationsynchour and nsslapd-auditlog-logrotationsyncmin attributes to 0.Parameter DescriptionEntry DN cn=config