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

Re: replication



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...
any ideas why? or how to make it work?