s3-auth: Remove single-implementation plugin layer
[kai/samba.git] / source3 / auth / auth_ntlmssp.c
index 582c8dc591abb1c4139994ef257a59fd90a93cae..3437dbfb834a1345f6fb148bb23fd1a066b5f5a2 100644 (file)
@@ -59,7 +59,7 @@ NTSTATUS auth3_get_challenge(struct auth4_context *auth4_context,
 {
        struct auth_context *auth_context = talloc_get_type_abort(auth4_context->private_data,
                                                                  struct auth_context);
-       auth_context->get_ntlm_challenge(auth_context, chal);
+       auth_get_ntlm_challenge(auth_context, chal);
        return NT_STATUS_OK;
 }
 
@@ -146,8 +146,8 @@ NTSTATUS auth3_check_password(struct auth4_context *auth4_context,
 
        mapped_user_info->flags = user_info->flags;
 
-       nt_status = auth_context->check_ntlm_password(auth_context,
-                                                     mapped_user_info, &server_info);
+       nt_status = auth_check_ntlm_password(auth_context,
+                                            mapped_user_info, &server_info);
 
        if (!NT_STATUS_IS_OK(nt_status)) {
                DEBUG(5,("Checking NTLMSSP password for %s\\%s failed: %s\n",