From 29ddbc610ccc14eb70dcb7ffde7c1f5cc2b95203 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Thu, 1 May 2008 09:57:32 -0400 Subject: This patch begins the process of replacing OpenLDAP with mozldap. FreeIPA relies on RedHat's Directory Server, which uses mozldap. A FreeIPA build using mozldap would reduce the project's dependencies and redundant code. In addition, mozldap uses NSS instead of OpenSSL. This is beneficial for the reasons listed in [1]. [1] http://fedoraproject.org/wiki/FedoraCryptoConsolidation --- ipa-server/ipa-slapi-plugins/dna/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'ipa-server/ipa-slapi-plugins/dna') diff --git a/ipa-server/ipa-slapi-plugins/dna/Makefile.am b/ipa-server/ipa-slapi-plugins/dna/Makefile.am index 57a99764b..4a54b8d5d 100644 --- a/ipa-server/ipa-slapi-plugins/dna/Makefile.am +++ b/ipa-server/ipa-slapi-plugins/dna/Makefile.am @@ -9,7 +9,6 @@ INCLUDES = \ -DLIBEXECDIR=\""$(libexecdir)"\" \ -DDATADIR=\""$(datadir)"\" \ $(MOZLDAP_CFLAGS) \ - $(LDAP_CFLAGS) \ $(KRB5_CFLAGS) \ $(WARN_CFLAGS) \ $(NULL) -- cgit