From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 747271FF146 for ; Tue, 23 Jun 2026 14:05:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 46D313315A; Tue, 23 Jun 2026 14:05:38 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 23 Jun 2026 14:05:04 +0200 Message-Id: From: "Shan Shaji" To: "Shan Shaji" , Subject: Re: [PATCH datacenter-manager] fix: api: allow non-pam users to access shell X-Mailer: aerc 0.20.0 References: <20251008140943.300897-1-s.shaji@proxmox.com> In-Reply-To: X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1782216293337 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.148 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment 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: NIYZWEQEJDSPE6P4N2OZ6WYWPO6XXRNM X-Message-ID-Hash: NIYZWEQEJDSPE6P4N2OZ6WYWPO6XXRNM X-MailFrom: s.shaji@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: Superseded by v2: https://lore.proxmox.com/pdm-devel/20260623120314.305942= -1-s.shaji@proxmox.com/T/#u On Tue Jun 23, 2026 at 10:16 AM CEST, Shan Shaji wrote: > Gentle ping, this still applies on master. We have a report related to > this in bugzilla [1] > > - [1] https://bugzilla.proxmox.com/show_bug.cgi?id=3D7726 > > On Wed Oct 8, 2025 at 4:09 PM CEST, Shan Shaji wrote: >> Remove the explicit restriction that only pam users can access the >> shell. This is safe to do, as all users that are not root@pam will >> be shown with a login shell. So they need to have some (PAM) login >> credentials available. >> >> This changes is useful for setups where a host integrates with central >> authentication systems (e.g. LDAP or Active Directory) either as a PDM >> realm or as a PAM plugin. It also allows environments that favor >> non-pam users for PDM by default, but still want to keep PAM >> accounts available for admnistrators. >> >> Reference: pve-manager commit (7914f5e7b) and proxmox-backup commit >> (c77dfaf31), these commits are already applied for PVE and PBS. >>