From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3Krf-0004Zf-D8 for guix-patches@gnu.org; Wed, 26 Apr 2017 07:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3Krb-0002Lo-CV for guix-patches@gnu.org; Wed, 26 Apr 2017 07:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42421) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d3Krb-0002Lc-2M for guix-patches@gnu.org; Wed, 26 Apr 2017 07:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d3Kra-00079w-Pe for guix-patches@gnu.org; Wed, 26 Apr 2017 07:12:02 -0400 Subject: bug#26651: [PATCH] gnu: nss-pam-ldap: Look for nslcd.conf in global /etc/ directory. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20170425122531.2522-1-ricardo.wurmus@mdc-berlin.de> <87fugwnvl1.fsf@openmailbox.org> From: Ricardo Wurmus In-Reply-To: <87fugwnvl1.fsf@openmailbox.org> Date: Wed, 26 Apr 2017 13:11:35 +0200 Message-ID: <87o9vjqv88.fsf@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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: Kei Kebreau Cc: 26651-done@debbugs.gnu.org Kei Kebreau writes: > Ricardo Wurmus writes: > >> * gnu/packages/openldap.scm (nss-pam-ldapd)[arguments]: Set >> "--with-ldap-conf-file" to look for global configuration file; add build phase >> to install example configuration file in the package output directory. […] > LGTM. Thanks. Pushed with a minor change in the summary. (Commit 289a89801afaeee0522777078258ce103d0452e8) -- Ricardo Wurmus