selftest: Remove unsued variables WINBINDD_PRIV_PIPE_DIR and wbsockprivdir
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 Jan 2017 18:58:15 +0000 (07:58 +1300)
committerRalph Boehme <slow@samba.org>
Sun, 22 Jan 2017 21:15:01 +0000 (22:15 +0100)
I can not find anything that uses these in the testsuite

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Sun Jan 22 22:15:01 CET 2017 on sn-devel-144

selftest/selftest.pl
selftest/target/Samba3.pm

index e1c34290a02348e16b6524c17b7e9cb325da266e..14ac58f9d6bc36e690a649e4a3c01d2cb4bb942a 100755 (executable)
@@ -839,7 +839,6 @@ my @exported_envvars = (
        "KRB5_CONFIG",
        "KRB5CCNAME",
        "SELFTEST_WINBINDD_SOCKET_DIR",
-       "WINBINDD_PRIV_PIPE_DIR",
        "NMBD_SOCKET_DIR",
        "LOCAL_PATH",
        "DNS_FORWARDER1",
index 1d77c97f5bf372c555321c31bd5e4c8f53759f07..1ae270a9cd811ee2999c423b968132b5930c0d8f 100755 (executable)
@@ -1239,7 +1239,6 @@ sub provision($$$$$$$$)
 
        # this gets autocreated by winbindd
        my $wbsockdir="$prefix_abs/winbindd";
-       my $wbsockprivdir="$lockdir/winbindd_privileged";
 
        my $nmbdsockdir="$prefix_abs/nmbd";
        unlink($nmbdsockdir);
@@ -1963,7 +1962,6 @@ force_user:x:$gid_force_user:
        $ret{PASSWORD} = $password;
        $ret{PIDDIR} = $piddir;
        $ret{SELFTEST_WINBINDD_SOCKET_DIR} = $wbsockdir;
-       $ret{WINBINDD_PRIV_PIPE_DIR} = $wbsockprivdir;
        $ret{NMBD_SOCKET_DIR} = $nmbdsockdir;
        $ret{SOCKET_WRAPPER_DEFAULT_IFACE} = $swiface;
        $ret{NSS_WRAPPER_PASSWD} = $nss_wrapper_passwd;