From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 2C2E21FF146 for ; Tue, 23 Jun 2026 10:17:02 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AE1D11B1E6; Tue, 23 Jun 2026 10:17:01 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 23 Jun 2026 10:16:26 +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: <20251008140943.300897-1-s.shaji@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1782202576349 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.149 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Message-ID-Hash: JMYT6RXQ6B3VZW7BD5CDAHCDXV3TNIYE X-Message-ID-Hash: JMYT6RXQ6B3VZW7BD5CDAHCDXV3TNIYE 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: 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. >