summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-05-28 17:33:27 -0400
committerSimo Sorce <ssorce@redhat.com>2008-05-29 09:50:41 -0400
commit55dd292ec091300211cfa913e86c32a8b394cd3e (patch)
tree1ca23edc20c2c53b6f29e6305ae4d0f7b9228369 /Makefile
parente2f44c9908c734cd6de6c3e479bf5cb2b894da5c (diff)
downloadfreeipa-55dd292ec091300211cfa913e86c32a8b394cd3e.tar.gz
freeipa-55dd292ec091300211cfa913e86c32a8b394cd3e.tar.xz
freeipa-55dd292ec091300211cfa913e86c32a8b394cd3e.zip
Use openldap libraries by default as mozldap libs seem to break
ldap_extended_operation() somehow and ipa_kpasswd stops working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da9905976..0a3d313e3 100644
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,8 @@ autogen:
cd ipa-client; ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR)
configure:
- cd ipa-server; ./configure --prefix=/usr --sysconfdir=/etc
- cd ipa-client; ./configure --prefix=/usr --sysconfdir=/etc
+ cd ipa-server; ./configure --prefix=/usr --sysconfdir=/etc --with-openldap=yes
+ cd ipa-client; ./configure --prefix=/usr --sysconfdir=/etc --with-openldap=yes
install: all
@for subdir in $(SUBDIRS); do \