auth: Remove .get_challenge (only used for security=server)
[kai/samba.git] / source4 / auth / ntlm / auth_sam.c
index 4a4307c895f6b00fdaab2be1f703f38da895becc..f234f7229ca008308834f4167929d5489c7c59c7 100644 (file)
@@ -367,7 +367,6 @@ static NTSTATUS authsam_get_user_info_dc_principal_wrapper(TALLOC_CTX *mem_ctx,
 }
 static const struct auth_operations sam_ignoredomain_ops = {
        .name                      = "sam_ignoredomain",
-       .get_challenge             = auth_get_challenge_not_implemented,
        .want_check                = authsam_ignoredomain_want_check,
        .check_password            = authsam_check_password_internals,
        .get_user_info_dc_principal = authsam_get_user_info_dc_principal_wrapper
@@ -375,7 +374,6 @@ static const struct auth_operations sam_ignoredomain_ops = {
 
 static const struct auth_operations sam_ops = {
        .name                      = "sam",
-       .get_challenge             = auth_get_challenge_not_implemented,
        .want_check                = authsam_want_check,
        .check_password            = authsam_check_password_internals,
        .get_user_info_dc_principal = authsam_get_user_info_dc_principal_wrapper