Hi,
I am using Symas' OpenLDAP s/w on a solaris 10 box. The package I have installed is symas-openldap-silver-2.4.12.0.sun4u.pkg.
# pkginfo -l symas-openldap-silver
PKGINST: symas-openldap-silver
NAME: Symas OpenLDAP Silver
CATEGORY: application
ARCH: sun4u
VERSION: Dev Release 10/17/2008
BASEDIR: /
PSTAMP: gamba20081017182137
INSTDATE: Dec 09 2008 16:36
STATUS: completely installed
FILES: 279 installed pathnames
24 directories
72 executables
60155 blocks used (approx)
I want to get syslogging from slapd out to a file. I have configured /etc/syslog.conf with the following lines:
# LDAP logging
local4.debug /var/log/slapd.log
The file /var/log/slapd.log exists:
# ls -l /var/log/slapd.log
-rw-r--r-- 1 root root 0 Dec 10 09:25 /var/log/slapd.log
and I have restarted syslog:
# svcadm restart svc:/system/system-log
In /opt/symas/etc/openldap/slapd.conf I have included a line:
loglevel -1
and restarted my slapd server using:
/opt/symas/etc/solserver restart
Having done all this I am still not getting anything written out to /var/log/slapd.log.
Does anyone know what I need to do to get this working please?
My regards
Ian G Fox