#!/bin/sh

# Script that stops the ns-slapd server.
# Exit status can be:
#       0: Server stopped successfully
#       1: Server could not be stopped
#       2: Server was not running

/usr/sbin/stop-dirsrv {{SERV-ID}} "$@"
exit $?
