mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
nsswitch: Fix idmap rfc2307 test with system ldb.
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
153dfc514c
commit
f26db53273
@ -18,8 +18,17 @@ DC_PASSWORD="$9"
|
||||
echo called with: $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
|
||||
wbinfo="$VALGRIND $BINDIR/wbinfo"
|
||||
ldbadd="$BINDIR/ldbadd"
|
||||
ldbdel="$BINDIR/ldbdel"
|
||||
|
||||
ldbadd="ldbadd"
|
||||
if [ -x "$BINDIR/ldbadd" ]; then
|
||||
ldbadd="$BINDIR/ldbadd"
|
||||
fi
|
||||
|
||||
ldbdel="ldbdel"
|
||||
if [ -x "$BINDIR/ldbdel" ]; then
|
||||
ldbdel="$BINDIR/ldbdel"
|
||||
fi
|
||||
|
||||
failed=0
|
||||
|
||||
. `dirname $0`/../../testprogs/blackbox/subunit.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user