mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Rename LDIF2LDBM to SLAPADD
This commit is contained in:
parent
3a1ff6f9c7
commit
a73b210d5f
@ -29,7 +29,9 @@ PASSWDCONF=$DATADIR/slapd-passwd.conf
|
||||
CLIENTDIR=../clients/tools
|
||||
#CLIENTDIR=/usr/local/bin
|
||||
|
||||
LDIF2LDBM="../servers/slapd/tools/slapadd $LDAP_VERBOSE"
|
||||
SLAPADD="../servers/slapd/tools/slapadd $LDAP_VERBOSE"
|
||||
SLAPCAT="../servers/slapd/tools/slapcat $LDAP_VERBOSE"
|
||||
SLAPINDEX="../servers/slapd/tools/slapindex $LDAP_VERBOSE"
|
||||
|
||||
CMP="diff -i"
|
||||
CMPOUT=/dev/null
|
||||
|
@ -27,7 +27,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!"
|
||||
|
@ -21,7 +21,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
@ -21,7 +21,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
@ -23,7 +23,7 @@ rm -f $DBDIR/[!C]*
|
||||
rm -f $REPLDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$LDIF2LDBM -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
Loading…
Reference in New Issue
Block a user