logrotation with ldap
- by user1663896
I need to setup ldap logging with logrotate but I heard there are issues with ldap and syslog concerning log rotation. Here is my logrotate config file for ldap, please take a look to see if it's properly configured:
/var/log/openldap.log {
size 1k
ifempty
rotate 4
compress
sharedscripts
missingok
olddir…