[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4505) accesslog overlay logpurge conversion
Full_Name: Karsten Kuenne
Version: 2.3.21
OS: Solaris 10
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (216.223.241.131)
Hi,
I noticed when I convert the configuration for the accesslog overlay from
slapd.conf to the cn=config backend the logpurge is converted wrong. For
instance, in my slapd.conf I have:
logpurge 30+00:00:00 01+00:00:00
And in cn=config/olcDatabase={2}bdb/olcOverlay={1}accesslog.ldif I end up with:
olcAccessLogPurge: 1800+00:00 60+00:00
Looks like the number of days is multiplied by 60 for some reason.
Karsten.