[Date Prev][Date Next] [Chronological] [Thread] [Top]

openLDAP Logfile...



Hi,
 
where is the Openldap log file???
 
@@@ install History @@@
# gzip -d openldap-2.2.17.tgz
# tar -xvf openldap-2.2.17.tar
# cd openldap-2.2.17
# vi ConfigureProxy.sh
#!/bin/sh
./configure --prefix=/usr/local/LdapProxy \
--enable-slurpd=no \
--enable-ldbm=no \
--enable-ldap=yes \
--enable-meta=yes \
--enable-rewrite=yes \
--with-proxycache=yes
:wq
# chmod +x ./ConfigureProxy.sh
# ./ConfigureProxy.sh
# make depend
# make
# make test
# make install
@@@@@@@@@
 
@@@ config file @@@
# cat /usr/local/LdapProxy/etc/openldap/slapd.conf
include         /usr/local/LdapProxy/etc/openldap/schema/core.schema
pidfile         /usr/local/LdapProxy/var/run/slapd.pid
argsfile        /usr/local/LdapProxy/var/run/slapd.args
 
loglevel        256

database        ldap
suffix          "dc=example,dc=org"
uri             "ldap://192.168.1.150:3333"
@@@@@@@@@@@
 
@@@ syslog.conf file @@@
# cat /etc/syslog.conf
......
local4.*                                        /var/log/slapd.log
.....
@@@@@@@@@@@@@@
 
 
@@@ system info @@@
# uname -a
SunOS Dev2 5.8 Generic_108528-27 sun4u sparc SUNW,Sun-Blade-100
@@@@@@@@@@@@
 
@@@ restart slapd & syslogd @@@
/usr/local/LdapProxy/libexec/slapd        // <-- start slapd
/usr/sbin/syslogd                                        // <-- start syslogd
@@@@@@@@@@@@@@@@@
 
But, I can Not see /var/log/slapd.log
 
what am I doing wrong???