mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
selftest: Rename WINBINDD_SOCKET_DIR environment variable.
It is very confusing if the env var uses the same name as the define in the source code. So prefix it with SELFTEST. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
c29fb2e615
commit
2522bb8090
@@ -22,7 +22,7 @@ export NETBIOSNAME=localdc1
|
||||
export REALM=SAMBA.EXAMPLE.COM
|
||||
export SOCKET_WRAPPER_DEFAULT_IFACE=21
|
||||
export SERVER=localdc1
|
||||
export WINBINDD_SOCKET_DIR=$PWD/st/dc/winbindd_socket
|
||||
export SELFTEST_WINBINDD_SOCKET_DIR=$PWD/st/dc/winbindd_socket
|
||||
export SELFTEST_PREFIX=$PWD/st
|
||||
export DOMAIN=SAMBADOMAIN
|
||||
export BINDIR=./bin
|
||||
|
||||
Reference in New Issue
Block a user