User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
First, set debug on, and see what happen :
------------------------------------------------
# loglevel (see http://www.openldap.org/doc/admin/slapdconfig.html)
# -1 enable all debugging
# 0 no debugging
# 1 trace function calls
# 2 debug packet handling
# 4 heavy trace debugging
# 8 connection management
# 16 print out packets sent and received
# 32 search filter processing
# 64 configuration file processing
# 128 access control list processing
# 256 stats log connections/operations/results
# 512 stats log entries sent
# 1024 print communication with shell backends
# 2048 print entry parsing debugging
loglevel 256
---------------------
I thing you can also start slapd with -d option, it's easier to check.
finaly, add the slapd.conf and the log output to your mail...
Thanks :)
Prune
catherine wrote:
im not very familiar with openLDAP but
i was asked to do the replication
stuff as my assignment....
but when i run slurpd it causes a segmentation
fault...