summaryrefslogtreecommitdiff
path: root/source/utils
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-04-15 17:31:02 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-04-15 17:31:02 +0000
commitb0e154054dd16199cef78545f365f496ccf34cf9 (patch)
tree51b128dcc3395381063df15f549e28b5857ae65f /source/utils
parentc8f6e89fb5009adbab399ad5b9d31ff939be96aa (diff)
downloadsamba-b0e154054dd16199cef78545f365f496ccf34cf9.tar.gz
r240: I'm pretty happy with the 'ntlm-server-1' helper protocol now, and as
there is now a public patch that uses it, make it always available. (It was #ifdef DEVELOPER) Andrew Bartlett
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/ntlm_auth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c
index 70383b31dc9..f2fb7dcaaf3 100644
--- a/source/utils/ntlm_auth.c
+++ b/source/utils/ntlm_auth.c
@@ -73,9 +73,7 @@ static const struct {
{ NTLMSSP_CLIENT_1, "ntlmssp-client-1", manage_client_ntlmssp_request},
{ GSS_SPNEGO, "gss-spnego", manage_gss_spnego_request},
{ GSS_SPNEGO_CLIENT, "gss-spnego-client", manage_gss_spnego_client_request},
-#ifdef DEVELOPER
{ NTLM_SERVER_1, "ntlm-server-1", manage_ntlm_server_1_request},
-#endif
{ NUM_HELPER_MODES, NULL, NULL}
};