From 0cbfc686c4d8b8362de5980aecec3151b71838cc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 11 Sep 2008 11:49:24 +1000 Subject: Fix failures in the winbind struct-based test. Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6) --- source4/selftest/target/Samba4.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/selftest/target') diff --git a/source4/selftest/target/Samba4.pm b/source4/selftest/target/Samba4.pm index 896b013105..8835f69c6c 100644 --- a/source4/selftest/target/Samba4.pm +++ b/source4/selftest/target/Samba4.pm @@ -523,7 +523,6 @@ sub provision($$$$$$) my $winbindd_socket_dir = "$prefix_abs/winbindd_socket"; my $winbindd_privileged_socket_dir = "$prefix_abs/winbindd_privileged_socket"; my $ntp_signd_socket_dir = "$prefix_abs/ntp_signd_socket"; - my $winbindd_priv_pipe_dir = "$privatedir/smbd.tmp/winbind_pipe"; my $nsswrap_passwd = "$etcdir/passwd"; my $nsswrap_group = "$etcdir/group"; @@ -739,7 +738,6 @@ nogroup:x:65534:nobody PASSWORD => $password, LDAPDIR => $ldapdir, WINBINDD_SOCKET_DIR => $winbindd_socket_dir, - WINBINDD_PRIV_PIPE_DIR => $winbindd_priv_pipe_dir, NCALRPCDIR => $ncalrpcdir, LOCKDIR => $lockdir, CONFIGURATION => $configuration, -- cgit