mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
477ecbd498
(This used to be commit 022d5a43ce
)
12 lines
225 B
Bash
Executable File
12 lines
225 B
Bash
Executable File
#!/bin/sh
|
|
|
|
incdir=`dirname $0`
|
|
. $incdir/test_functions.sh
|
|
|
|
if [ ! -f $samba4bindir/nsstest ]; then
|
|
exit 0
|
|
fi
|
|
|
|
plantest "NSS-TEST using winbind" member $VALGRIND $samba4bindir/nsstest $samba4bindir/shared/libnss_winbind.so
|
|
|