mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Don't fail if backend doesn't support indexing
This commit is contained in:
parent
67a595b328
commit
d4dee7c427
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ echo "Running slapindex to index slapd database..."
|
|||
$SLAPINDEX -f $CONF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapindex failed ($RC)!"
|
||||
exit $RC
|
||||
echo "warning: slapindex failed ($RC)"
|
||||
echo " assuming no indexing support"
|
||||
fi
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue