netlogon: Implement SendToSam along with its winbind forwarding
[samba.git] / source4 / auth / ntlm / auth_winbind.c
index 41819dca60527fcd7df89b0e851286d19c76a5c9..84f278ddd852fa1ca0d4a94b9409b7b873b0717b 100644 (file)
@@ -225,7 +225,8 @@ static NTSTATUS winbind_check_password(struct auth_method_context *ctx,
                        if (NT_STATUS_IS_OK(status)) {
                            authsam_logon_success_accounting(ctx->auth_ctx->sam_ctx, msg,
                                                             domain_dn,
-                                                            user_info->flags & USER_INFO_INTERACTIVE_LOGON);
+                                                            user_info->flags & USER_INFO_INTERACTIVE_LOGON,
+                                                            NULL);
                        }
                }
        }