/var/log/ldap/ldap.log {
    missingok
    notifempty
    compress
    daily
    rotate 10
    size=10M
    sharedscripts
    postrotate
	# OpenLDAP logs via syslog, restart syslog if running
	/etc/init.d/syslog condrestart
    endscript
}
