Hi all,
how can I activate the openldap logs and where I can see the logs?
Thanks Raffo
As slapd currently logged to the syslogd(8) LOG_LOCAL4 facility, you can add this line to the /etc/syslog.conf file:
local4.* -/var/log/ldap.log
Then set the loglevel directive in slapd.conf to your needs.
Sam