mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use ordered input to slapadd(8) as required by back-bdb
This commit is contained in:
parent
dccdd30497
commit
c1aeb0b9ed
@ -21,7 +21,7 @@ echo "Cleaning up in $DBDIR..."
|
||||
rm -f $DBDIR/[!C]*
|
||||
|
||||
echo "Running slapadd to build slapd database..."
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIFORDERED
|
||||
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..."
|
||||
$SLAPADD -f $MCONF -l $LDIF
|
||||
$SLAPADD -f $MCONF -l $LDIFORDERED
|
||||
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..."
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIFORDERED
|
||||
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..."
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIFORDERED
|
||||
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..."
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIFORDERED
|
||||
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..."
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIFORDERED
|
||||
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..."
|
||||
$SLAPADD -f $CONF -l $LDIF
|
||||
$SLAPADD -f $CONF -l $LDIFORDERED
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
Loading…
Reference in New Issue
Block a user