summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 693a0df383..07f8b9eee1 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -78,9 +78,6 @@ struct auth_context {
/* Who set this up in the first place? */
const char *challenge_set_by;
- bool challenge_may_be_modified;
-
- struct auth_methods *challenge_set_method;
/* What order are the various methods in? Try to stop it changing under us */
struct auth_methods *auth_method_list;
@@ -99,14 +96,6 @@ typedef struct auth_methods
const struct auth_usersupplied_info *user_info,
struct auth_serversupplied_info **server_info);
- /* If you are using this interface, then you are probably
- * getting something wrong. This interface is only for
- * security=server, and makes a number of compromises to allow
- * that. It is not compatible with being a PDC. */
- DATA_BLOB (*get_chal)(const struct auth_context *auth_context,
- void **my_private_data,
- TALLOC_CTX *mem_ctx);
-
/* Optional methods allowing this module to provide a way to get a gensec context and an auth4_context */
prepare_gensec_fn prepare_gensec;
make_auth4_context_fn make_auth4_context;