summaryrefslogtreecommitdiffstats
path: root/nsswitch/winbind_struct_protocol.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-20 10:34:49 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commit2522bb80902d2e7677a25a85fa597022f20f1147 (patch)
tree190e9a597dda6cbc104659e141762ac3e7d781e6 /nsswitch/winbind_struct_protocol.h
parentc29fb2e6157c90e7f0c6b37e9923152d999e76dc (diff)
downloadsamba-2522bb80902d2e7677a25a85fa597022f20f1147.tar.gz
samba-2522bb80902d2e7677a25a85fa597022f20f1147.tar.xz
samba-2522bb80902d2e7677a25a85fa597022f20f1147.zip
selftest: Rename WINBINDD_SOCKET_DIR environment variable.
It is very confusing if the env var uses the same name as the define in the source code. So prefix it with SELFTEST. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'nsswitch/winbind_struct_protocol.h')
-rw-r--r--nsswitch/winbind_struct_protocol.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h
index fc7aa6c93d..0dffa4be52 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"