From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 34B517347D for ; Thu, 27 May 2021 23:57:17 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 293D02293C for ; Thu, 27 May 2021 23:57:17 +0200 (CEST) Received: from smtp.smtpout.orange.fr (smtp04.smtpout.orange.fr [80.12.242.126]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 95AE72292A for ; Thu, 27 May 2021 23:57:16 +0200 (CEST) Received: from dovecot.localdomain ([90.118.15.232]) by mwinf5d51 with ME id 9xx92500E50Qfqq03xxAuT; Thu, 27 May 2021 23:57:10 +0200 X-ME-Helo: dovecot.localdomain X-ME-Auth: anVsaWVuLmJsYWlzNUBvcmFuZ2UuZnI= X-ME-Date: Thu, 27 May 2021 23:57:10 +0200 X-ME-IP: 90.118.15.232 From: Julien BLAIS To: pve-devel@lists.proxmox.com Cc: Julien BLAIS Date: Thu, 27 May 2021 23:55:12 +0200 Message-Id: <20210527215511.28243-2-webmaster@jbsky.fr> In-Reply-To: <20210527215511.28243-1-webmaster@jbsky.fr> References: <20210527215511.28243-1-webmaster@jbsky.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 1 AWL 0.006 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust RCVD_IN_MSPIKE_H2 -0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: [pve-devel] [PATCH] [PATCH pve-cluster] SSO feature: login with SAMLv2 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2021 21:57:17 -0000 Adding the file /etc/pve/tmp/saml managed by the Auth::SAML plugin Signed-off-by: Julien BLAIS --- data/PVE/Cluster.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index 4d09c60..9a45b4f 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -75,6 +75,7 @@ my $observed = { 'sdn/dns.cfg' => 1, 'sdn/.running-config' => 1, 'virtual-guest/cpu-models.conf' => 1, + 'tmp/saml' => 1, }; sub prepare_observed_file_basedirs { -- 2.20.1