auth: Add functionality to log client and server policy information
[samba.git] / source4 / rpc_server / netlogon / dcerpc_netlogon.c
index 9d9b6c792abebe7ae5065456d0bd612d944def6c..6ccba65d3bf0afeb1f5a525d4b96cbd6bc1c42f3 100644 (file)
@@ -839,7 +839,9 @@ static NTSTATUS dcesrv_netr_ServerAuthenticate3(
                status,
                lpcfg_workgroup(dce_call->conn->dce_ctx->lp_ctx),
                trust_account_in_db,
-               sid);
+               sid,
+               NULL /* client_audit_info */,
+               NULL /* server_audit_info */);
 
        return status;
 }