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/nsswitch/winbind_struct_protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/nsswitch/winbind_struct_protocol.h') diff --git a/source4/nsswitch/winbind_struct_protocol.h b/source4/nsswitch/winbind_struct_protocol.h index 33797e2254..fba45230a9 100644 --- a/source4/nsswitch/winbind_struct_protocol.h +++ b/source4/nsswitch/winbind_struct_protocol.h @@ -34,7 +34,6 @@ */ #define WINBINDD_SOCKET_DIR_ENVVAR "WINBINDD_SOCKET_DIR" -#define WINBINDD_PRIV_SOCKET_SUBDIR "winbindd_privileged" /* name of subdirectory of lp_lockdir() to hold the 'privileged' pipe */ #define WINBINDD_DOMAIN_ENV "WINBINDD_DOMAIN" /* Environment variables */ #define WINBINDD_DONT_ENV "_NO_WINBINDD" #define WINBINDD_LOCATOR_KDC_ADDRESS "WINBINDD_LOCATOR_KDC_ADDRESS" -- cgit