s4-auth: remove some dead prototypes
[sfrench/samba-autobuild/.git] / source4 / auth / auth.h
index 0a691cf57a21ab77386691c653b7ffc622f47574..066703d59da061ec40f65276a0fa02201ea0fc9d 100644 (file)
@@ -178,15 +178,8 @@ NTSTATUS auth_check_password_recv(struct tevent_req *req,
                                  struct auth_user_info_dc **user_info_dc,
                                  uint8_t *pauthoritative);
 
                                  struct auth_user_info_dc **user_info_dc,
                                  uint8_t *pauthoritative);
 
-bool auth_challenge_may_be_modified(struct auth4_context *auth_ctx);
 NTSTATUS auth_context_set_challenge(struct auth4_context *auth_ctx, const uint8_t chal[8], const char *set_by);
 
 NTSTATUS auth_context_set_challenge(struct auth4_context *auth_ctx, const uint8_t chal[8], const char *set_by);
 
-NTSTATUS auth_get_user_info_dc_principal(TALLOC_CTX *mem_ctx,
-                                       struct auth4_context *auth_ctx,
-                                       const char *principal,
-                                       struct ldb_dn *user_dn,
-                                       struct auth_user_info_dc **user_info_dc);
-
 NTSTATUS samba_server_gensec_start(TALLOC_CTX *mem_ctx,
                                   struct tevent_context *event_ctx,
                                   struct imessaging_context *msg_ctx,
 NTSTATUS samba_server_gensec_start(TALLOC_CTX *mem_ctx,
                                   struct tevent_context *event_ctx,
                                   struct imessaging_context *msg_ctx,