To kill off slapd safely, you should give a command like the
following:
kill -TERM `cat /usr/lib/ldap/slapd.pid`
Killing slapd by a more drastic method may cause its LDBM databases to be corrupted, as it may need to flush various buffers before it exits.