Red Hat 8.1 사용자 설명서

다운로드
페이지 374
Chapter 2. Core Server Configuration Reference
72
Parameter
Description
Valid Values
Any valid path to the directory storing the
changelog
Default Value
None
Syntax
DirectoryString
Example
nsslapd-changelogdir: /var/lib/dirsrv/
slapd-instance_name/changelogdb
2.3.2.2. nsslapd-changelogmaxage (Max Changelog Age)
This attribute sets the maximum age of any entry in the changelog. The changelog contains a
record for each directory modification and is used when synchronizing consumer servers. Each
record contains a timestamp. Any record with a timestamp that is older than the value specified in
this attribute is removed. If this attribute is absent, there is no age limit on changelog records. For
information on the changelog, see 
The server has to be restarted for changes to this attribute to go into effect.
Parameter
Description
Entry DN
cn=changelog5,cn=config
Valid Range
0 (meaning that entries are not removed
according to their age) to maximum 32-bit integer
(2147483647)
Default Value
0
Syntax
DirectoryString IntegerAgeID where AgeID is
s
 for seconds, m for minutes, h for hours, d for
days, and w for weeks
Example
nsslapd-changelogmaxage: 30d
2.3.2.3. nsslapd-changelogmaxentries (Max Changelog Records)
This attribute sets the maximum number of records the changelog may contain. If this attribute is
absent, there is no maximum number of records the changelog can contain. For information on the
changelog, see 
The server has to be restarted for changes to this attribute to go into effect.
Parameter
Description
Entry DN
cn=changelog5,cn=config
Valid Range
0 (meaning that the only maximum limit is
the disk size) to maximum 32-bit integer
(2147483647)
Default Value
0
Syntax
Integer
Example
nsslapd-changelogmaxentries: 5000