From patchwork Sun Sep 20 12:51:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10244 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 (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hnmSw4nVXz3wjb for ; Sun, 20 Sep 2026 12:51:28 +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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hnmSs7168z8Xg for ; Sun, 20 Sep 2026 12:51:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hnmSq5W92z34LY for ; Sun, 20 Sep 2026 12:51:23 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hnmSn0fTQz2y5m for ; Sun, 20 Sep 2026 12:51:21 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hnmSm4FpFz2V5; Sun, 20 Sep 2026 12:51:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789908680; 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=MDBzJnZD3b/PQyaDB4epBDBJ34V62/oci+Cs94YQKPY=; b=Jkz4e68dYu0qqM0qHZ+RjFvfOD/LPaqn9ZQR4yA0lfbNwgWxagKlEcLHjIDkvSbs+xdpqT 05x/nIez1AaMMaQ+mbDfPolZsFrfPuZ4TLH4LoXvjbKmtKTTXAQjAYhcCd5rKsrlmp9rpY VKkpiE8X0r+Oi2pwReSxJgGadm/iI5kNDa81K6hFmUKRzmnfS04h43c745wMpmV8t0Cyi8 TY5HrXY9sn+1D6Tac925vTp5dAOWKwQ7IFwRYkB4BuPpkige4sg5Mlqc2S44H2ItoW+07r 6OTN9nSlVUAnPjvV5pjFiiChHM0zrJ1b2ygzIG7NcFUJKanCgqfHA3IYoLVbAw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789908680; 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=MDBzJnZD3b/PQyaDB4epBDBJ34V62/oci+Cs94YQKPY=; b=8W/QoId0LGX1SJQvOJT0y+S4T77pPNrjeQR+B6t7bQPba/1wXMGNrOCc6BeMSvLVjX5wKL esWPVYdWZWS8o+Cg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship openldap Date: Sun, 20 Sep 2026 14:51:12 +0200 Message-ID: <20260920125116.3492275-2-adolf.belka@ipfire.org> In-Reply-To: <20260920125116.3492275-1-adolf.belka@ipfire.org> References: <20260920125116.3492275-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/openldap | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/openldap diff --git a/config/rootfiles/core/205/filelists/openldap b/config/rootfiles/core/205/filelists/openldap new file mode 120000 index 000000000..80c324f76 --- /dev/null +++ b/config/rootfiles/core/205/filelists/openldap @@ -0,0 +1 @@ +../../../common/openldap \ No newline at end of file