1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

build: useful shell vars for setting up selftest

This commit is contained in:
Andrew Tridgell
2010-03-19 17:24:53 +11:00
parent 429102e6bd
commit c04922ec20

View File

@ -0,0 +1,9 @@
# . these into your shell to allow you to run with socketwrapper
# outside the test environment
export SELFTEST_INTERFACES=127.0.0.6/8,127.0.0.7/8,127.0.0.8/8,127.0.0.9/8,127.0.0.10/8,127.0.0.11/8
export SOCKET_WRAPPER_DEFAULT_IFACE=6
export SOCKET_WRAPPER_DIR=./st/w
export UID_WRAPPER=1
export NSS_WRAPPER_PASSWD=st/dc/passwd
export NSS_WRAPPER_GROUP=st/dc/passwd