From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 7D9551FF16B for <inbox@lore.proxmox.com>; Thu, 17 Apr 2025 08:29:36 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3EF4EC1C9; Thu, 17 Apr 2025 08:29:31 +0200 (CEST) To: pve-devel@lists.proxmox.com Date: Wed, 16 Apr 2025 22:55:30 +0200 X-Mailman-Approved-At: Thu, 17 Apr 2025 08:29:30 +0200 MIME-Version: 1.0 Message-ID: <mailman.1103.1744871370.359.pve-devel@lists.proxmox.com> List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Post: <mailto:pve-devel@lists.proxmox.com> From: Till Riedel via pve-devel <pve-devel@lists.proxmox.com> Precedence: list Cc: Till Riedel <riedel@teco.edu> X-Mailman-Version: 2.1.29 X-BeenThere: pve-devel@lists.proxmox.com List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> Subject: [pve-devel] Support for LDAP PosixGroup->memberUid Content-Type: multipart/mixed; boundary="===============8608993234106014094==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> --===============8608993234106014094== Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <riedel@teco.edu> X-Original-To: pve-devel@lists.proxmox.com Delivered-To: pve-devel@lists.proxmox.com Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 134D8D5F53 for <pve-devel@lists.proxmox.com>; Wed, 16 Apr 2025 22:57:11 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E725864B5 for <pve-devel@lists.proxmox.com>; Wed, 16 Apr 2025 22:57:10 +0200 (CEST) Received: from scc-mailout-kit-02.scc.kit.edu (scc-mailout-kit-02.scc.kit.edu [IPv6:2a00:1398:9:f712::810d:e752]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for <pve-devel@lists.proxmox.com>; Wed, 16 Apr 2025 22:57:09 +0200 (CEST) Received: by scc-mailout-kit-02.scc.kit.edu with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (envelope-from <riedel@teco.edu>) id 1u59oc-00A80Z-0T for pve-devel@lists.proxmox.com; Wed, 16 Apr 2025 22:57:03 +0200 Received: from [129.13.170.146] (helo=teco.edu) by mailhost.teco.edu with smtp (Exim 4.96) (envelope-from <riedel@teco.edu>) id 1u59ob-005i0c-1A for pve-devel@lists.proxmox.com; Wed, 16 Apr 2025 20:57:02 +0000 Received: (nullmailer pid 153483 invoked by uid 7534); Wed, 16 Apr 2025 20:57:02 -0000 From: Till Riedel <riedel@teco.edu> To: pve-devel@lists.proxmox.com Subject: Support for LDAP PosixGroup->memberUid Date: Wed, 16 Apr 2025 22:55:30 +0200 Message-ID: <20250416205656.153451-1-riedel@teco.edu> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_PASS -0.1 DMARC pass policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record X-Mailman-Approved-At: Thu, 17 Apr 2025 08:29:30 +0200 A very naive simple patch that allows us to use our memberUid based LDAP groups in PVE --===============8608993234106014094== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel --===============8608993234106014094==--