Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2006 13:40:38 GMT
From:      Michael Bushkov <bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109847 for review
Message-ID:  <200611131340.kADDecfr099378@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109847

Change 109847 by bushman@bushman_nss_ldap_cached on 2006/11/13 13:39:38

	ifndef that allows to build test ports easily

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/nss_ldap.c#19 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/nss_ldap.c#19 (text+ko) ====

@@ -55,7 +55,9 @@
 #include "ldap_group.h"
 #include "ldap_serv.h"
 
+#ifndef NSS_LDAP_CONF_PATH
 #define NSS_LDAP_CONF_PATH "/etc/nss_ldap.conf"
+#endif
 
 /*
  * Defining NSDB_SERVICES and NSDB_SERVICES_COMPAT to be syntaxically



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611131340.kADDecfr099378>