From: Tim Beale Date: Mon, 11 Mar 2019 02:37:45 +0000 (+1300) Subject: s4/scripting: Remove legacy selftest-vars.sh script X-Git-Tag: talloc-2.2.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64c2e3bde7cd0ca62390de191983e520f8ee7da;p=thirdparty%2Fsamba.git s4/scripting: Remove legacy selftest-vars.sh script This script was added in 2010 and has only been sporadically kept up-to-date since. It doesn't appear to work (I think that selftest and the testenvs have perhaps grown in complexity since 2010 and it's no longer possible to try to access a testenv from a different process-space, due to how we use the cwrap libraries). There's now an alternative (export_envvars_to_file()) in the selftest code to regenerate a similar file, if anyone actually needs it. Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett --- diff --git a/source4/scripting/devel/selftest-vars.sh b/source4/scripting/devel/selftest-vars.sh deleted file mode 100644 index 5d532f2d9a2..00000000000 --- a/source4/scripting/devel/selftest-vars.sh +++ /dev/null @@ -1,36 +0,0 @@ -# . these into your shell to allow you to run with socketwrapper -# outside the test environment - -export UID_WRAPPER=1 -export NSS_WRAPPER_PASSWD=$PWD/st/ad_dc_ntvfs/passwd -export NSS_WRAPPER_GROUP=$PWD/st/ad_dc_ntvfs/group -export CONFIGURATION="--configfile=$PWD/st/ad_dc_ntvfs/etc/smb.conf" -export SELFTEST_MAXTIME=1200 -export NETBIOSNAME=localdc1 -export REALM=SAMBA.EXAMPLE.COM -export SOCKET_WRAPPER_DEFAULT_IFACE=21 -export SERVER=localdc1 -export SELFTEST_WINBINDD_SOCKET_DIR=$PWD/st/ad_dc_ntvfs/winbindd_socket -export SELFTEST_PREFIX=$PWD/st -export DOMAIN=SAMBADOMAIN -export BINDIR=./bin -export DC_SERVER_IP=127.0.0.21 -export SOCKET_WRAPPER_DIR=$PWD/st/w -export DC_USERNAME=Administrator -export USERNAME=Administrator -export SERVER_IP=127.0.0.21 -export KRB5_CONFIG=$PWD/st/ad_dc_ntvfs/etc/krb5.conf -export PREFIX_ABS=$PWD/st -export SRCDIR_ABS=$PWD -export PREFIX=$PWD/st -export KRB5CCNAME=$PWD/st/krb5ticket -export SRCDIR=$PWD/ -export TLS_ENABLED=yes -export DC_NETBIOSALIAS=localdc -export DC_NETBIOSNAME=localdc1 -export DC_SERVER=localdc1 -export DC_PASSWORD=locDCpass1 -export PYTHONPATH=$PWD/bin/python -export PASSWORD=locDCpass1 -export NETBIOSALIAS=localdc -export SMB_CONF_PATH=$PWD/st/ad_dc_ntvfs/etc/smb.conf