View Single Post
  #11 (permalink)  
Old 10-27-2005, 08:07 AM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default

ps -ef | grep slapd
kill -9

Where pid is the process id you'll see when grepping the process list. You can also try /opt/zimbra/bin/ldap stop but that will only work if the pid file is still around.
Reply With Quote