[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6370) Error converting syncprov-checkpoint option to olcSpCheckpoint attribute



Full_Name: Kyle Blaney
Version: 2.4.15
OS: Redhat Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (47.11.182.187)


In OpenLDAP 2.4.19, values change when converting from the syncprov-checkpoint
option in file-based configuration to the olcSpCheckpoint attribute in online
configuration.

To reproduce: 

1.  Configure OpenLDAP using file-based slapd.conf configuration that contains
the following line:

syncprov-checkpoint 100 10 

2. Make slapd.d directory.

3.  Convert file-based configuration to online configuration using the following
command: 

slapd -f slapd.conf -F slapd.d 

File-based configuration is converted to the cn=config database, but after
conversion the value of the olcSpCheckpoint attribute in the
"olcOverlay={1}syncprov,olcDatabase={1}bdb,cn=config entry" is "100 600" when it
should be the same as in file-based configuration ("100 10").