From patchwork Fri Feb 17 15:55:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6554 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PJGc91ngGz3x1t for ; Fri, 17 Feb 2023 15:55:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PJGc62tJZz9NG; Fri, 17 Feb 2023 15:55:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJGc60Ddxz2yty; Fri, 17 Feb 2023 15:55:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PJGc44DJ3z2xVx for ; Fri, 17 Feb 2023 15:55:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PJGc41nfjzqw; Fri, 17 Feb 2023 15:55:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676649316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V2KndQt5/S0ofSkrh8crH9skdYkikCA9wNA9AzBZMqU=; b=Q9pE7gqcTTmxfGRL/l7DvNXvEdmPGeXxiBoEk3ZGyQBY7DJYHCjdyLn5QdpmlTwviSEhmu qGWY7Z37YMhXZ3Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676649316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V2KndQt5/S0ofSkrh8crH9skdYkikCA9wNA9AzBZMqU=; b=mf0+1MVrb3iw0i+1x+9OCa72HnDN0nhrwiBzAMW1WSzu4FYAc+O02DkAIR1RIT+QqWUlO4 vUBjD6Y7UhVvlBNq3XpwBdNRg3xgFHshYUkv3SQf8G3xyDfy81rwAsWqQnr2aYJA0Nj+J0 DLZ87r5y8XLfFDmbQlKLafwo++/DCTKXaTQMbfOUiT/CyOcmtsZfZQ+Jc2bTBVHYTtK0nD bkpFtKGEP0+G+iWrrpxqB8l9ruwH5OBBC8Pr37qzrDRsgaGUlgK7I3eRBpocIBJ9GBc8f9 BcaiXfmHTvYbI+btfO9Vv4+5yrK3/Y+onjh8hI2HYIpy29zX7OZzznmduuuHGQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/3] sssd: Do not longer depend on authconfig Date: Fri, 17 Feb 2023 16:55:08 +0100 Message-Id: <20230217155509.3172-2-stefan.schantl@ipfire.org> In-Reply-To: <20230217155509.3172-1-stefan.schantl@ipfire.org> References: <20230217155509.3172-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- sssd/sssd.nm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sssd/sssd.nm b/sssd/sssd.nm index d76a0402c..140f5c5d3 100644 --- a/sssd/sssd.nm +++ b/sssd/sssd.nm @@ -143,17 +143,6 @@ packages %{mandir}/man8/pam_sss.8* %{mandir}/man8/sssd_krb5*.8* end - - prerequires += \ - authconfig >= 6.2.5 - - script postin - authconfig --update --enableldap --enablesssd --enablesssdauth - end - - script postun - authconfig --update --disableldap --disablesssd --disablesssdauth - end end package %{name}-tools