From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 2F7F01FF142 for ; Fri, 03 Jul 2026 14:45:56 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 0161D213BF; Fri, 03 Jul 2026 14:45:56 +0200 (CEST) From: Dominik Csapak To: pdm-devel@lists.proxmox.com, Shannon Sterz Subject: applied: [PATCH datacenter-manager/yew-comp v2 0/3] Allow Editing of Default Realms in PDM Date: Fri, 3 Jul 2026 14:45:43 +0200 Message-ID: <178308271112.3331922.16582666564621443439.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260625125300.249604-1-s.sterz@proxmox.com> References: <20260625125300.249604-1-s.sterz@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.047 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 3TLWQHUUAFDUTQPMUWNN5CMN44PO3B4U X-Message-ID-Hash: 3TLWQHUUAFDUTQPMUWNN5CMN44PO3B4U X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 25 Jun 2026 14:52:57 +0200, Shannon Sterz wrote: > the goal of this series is to allow editing of the two default realms (pam & > pdm) in PDM. currently users can neither change the comment nor set these > realms as the default login realm. this series fixes that and also cleans up > some comments for proxmox-yew-comp. > > Changelog > --------- > > [...] Applied the yew-comp patches now, thanks! [2/3] auth_view: enable editing of default realms commit: 03605f73dc61a586bb26f0d8fd99adff84922ded [3/3] auth_view: clarify the documentation of pre-existing properties commit: 5b81f9ada1ceff0c613de7ee998d0f88b24d0747