Hello. I'm trying to implement the auditlog overlay in my openldap setup. I've configured what I think is the right directives in sladp.conf and restarted LDAP without any erros but nothing gets written to the logfile I specify in slapd.conf. Here's the pertinent info from my slapd.conf. Everything else is working as it should but this one has me stumped. RHEL 5.3 openldap-2.3.43-3 slapd.conf # modules available in openldap-servers-overlays RPM package: # moduleload accesslog.la moduleload auditlog.la # moduleload denyop.la # moduleload dyngroup.la # moduleload dynlist.la # moduleload lastmod.la # moduleload pcache.la moduleload ppolicy.la # moduleload refint.la # moduleload retcode.la # moduleload rwm.la moduleload smbk5pwd.la # moduleload syncprov.la # moduleload translucent.la # moduleload unique.la # moduleload valsort.la database bdb overlay auditlog auditlog /var/log/audit.log #Password Policy overlay ppolicy ppolicy_default "cn=Default,ou=Policies,dc=sev,dc=lott" ppolicy_hash_cleartext ppolicy_use_lockout #password sync overlay smbk5pwd |