[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Antw: accesslog purge starves kerberos kdc authentications
On Wed, Nov 04, 2015 at 09:08:47AM +0100, Ulrich Windl wrote:
> What type of indexes do you have for your accesslog? Any warning about
> missing index in syslog?
The overall accesslog config is:
database mdb
directory /var/lib/openldap-data/accesslog
maxsize 2147483648
suffix cn=accesslog
rootdn cn=accesslog
index default eq
index entryCSN,objectClass,reqEnd,reqResult,reqStart
overlay accesslog
logdb cn=accesslog
logops writes
logsuccess TRUE
logpurge 07+00:00 01+00:00
I haven't seen any errors or warnings in the openldap logs; the only
reason we noticed was the degraded kerberos performance.
Thanks...