Hi all,

I installed openldap recently and tried to configure logrotate to properly rotate my 
/var/log/ldap.log

It rotated when it was supposed to, but slapd is still writing to the same file, now 
named "ldap.log.1".  "ldap.log" is now 0 bytes...

To configure logrotate, I added a file to the /etc/logrotate.d directory, "ldap"

contents:

/var/log/ldap.log {
    missingok
    notifempty
    postrotate
        service ldap restart
    endscript
}

anyone have suggestions on what it should be?
Thanks,

Kevin




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to