X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fstartup_nis_ldap_server.sh;h=5c5b1560e308064dc343a48853954412a73b9142;hb=e071488c85a4918bbf73e09f3ffe15fcf4f344e3;hp=f2bf20174754bcf548499f1989e9f0bb8b89f83c;hpb=59d3e50ae373ec0c5d7fd1e2d0ef7ec5cb345d02;p=openldap diff --git a/tests/scripts/startup_nis_ldap_server.sh b/tests/scripts/startup_nis_ldap_server.sh index f2bf201747..5c5b1560e3 100755 --- a/tests/scripts/startup_nis_ldap_server.sh +++ b/tests/scripts/startup_nis_ldap_server.sh @@ -1,5 +1,17 @@ -#!/bin/sh - +#! /bin/sh +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2011 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . if [ $# -eq 0 ]; then SRCDIR="." @@ -27,7 +39,7 @@ echo "Cleaning up in $DBDIR..." rm -f $DBDIR/[!C]* echo "Running slapadd to build slapd database..." -$LDIF2LDBM -f $NIS_CONF -l $NIS_LDIF +$SLAPADD -f $NIS_CONF -l $NIS_LDIF RC=$? if [ $RC != 0 ]; then echo "slapadd failed!"