summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wb_common.c2
-rw-r--r--nsswitch/winbind_struct_protocol.h7
2 files changed, 1 insertions, 8 deletions
diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c
index 291e9c7824b..f4a31a95fee 100644
--- a/nsswitch/wb_common.c
+++ b/nsswitch/wb_common.c
@@ -320,7 +320,7 @@ static const char *winbindd_socket_dir(void)
if (nss_wrapper_enabled()) {
const char *env_dir;
- env_dir = getenv(WINBINDD_SOCKET_DIR_ENVVAR);
+ env_dir = getenv("SELFTEST_WINBINDD_SOCKET_DIR");
if (env_dir != NULL) {
return env_dir;
}
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h
index fc7aa6c93dd..0dffa4be528 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -36,13 +36,6 @@ typedef char fstring[FSTRING_LEN];
* mechanism.
*/
-/*
- * when compiled with socket_wrapper support
- * the location of the WINBINDD_SOCKET_DIR
- * can be overwritten via an environment variable
- */
-#define WINBINDD_SOCKET_DIR_ENVVAR "WINBINDD_SOCKET_DIR"
-
#define WINBINDD_PRIV_SOCKET_SUBDIR "winbindd_privileged" /* name of subdirectory of lp_lock_directory() to hold the 'privileged' pipe */
#define WINBINDD_DOMAIN_ENV "WINBINDD_DOMAIN" /* Environment variables */
#define WINBINDD_DONT_ENV "_NO_WINBINDD"