summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/auth.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 894b7dff81..7f2c3e5db7 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -84,12 +84,6 @@ struct auth_context {
/* What order are the various methods in? Try to stop it changing under us */
struct auth_methods *auth_method_list;
- NTSTATUS (*get_ntlm_challenge)(struct auth_context *auth_context,
- uint8_t chal[8]);
- NTSTATUS (*check_ntlm_password)(const struct auth_context *auth_context,
- const struct auth_usersupplied_info *user_info,
- struct auth_serversupplied_info **server_info);
-
prepare_gensec_fn prepare_gensec;
make_auth4_context_fn make_auth4_context;
};