From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkTsm-0006R2-OS for guix-patches@gnu.org; Tue, 31 Jul 2018 08:36:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkTsh-0006Rd-0W for guix-patches@gnu.org; Tue, 31 Jul 2018 08:36:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59066) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkTsg-0006RV-S4 for guix-patches@gnu.org; Tue, 31 Jul 2018 08:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fkTsg-0006lB-LP for guix-patches@gnu.org; Tue, 31 Jul 2018 08:36:02 -0400 Subject: [bug#32333] Add LDAP server (389-ds-base) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkTsC-0006DY-5q for guix-patches@gnu.org; Tue, 31 Jul 2018 08:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkTs8-0006M2-QR for guix-patches@gnu.org; Tue, 31 Jul 2018 08:35:32 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21063) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fkTs8-0006J6-EK for guix-patches@gnu.org; Tue, 31 Jul 2018 08:35:28 -0400 From: Ricardo Wurmus Date: Tue, 31 Jul 2018 14:35:04 +0200 Message-ID: <87effjshvr.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32333@debbugs.gnu.org Hi Guix, this patch series adds the 389-ds-base directory server. This is the foundation for an upcoming system test involving authentication via LDAP. -- Ricardo