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:43:28 -0400
commit8fb4809465c2dd6f23fb8c66c4fa96909f532a61 (patch)
tree902694fced3ce659fb57f11fe5aa1e17209e0059 /Makefile
parentdc7d62d543575ad1dc02869b820cdce996b45eff (diff)
downloadfreeipa-8fb4809465c2dd6f23fb8c66c4fa96909f532a61.tar.gz
freeipa-8fb4809465c2dd6f23fb8c66c4fa96909f532a61.tar.xz
freeipa-8fb4809465c2dd6f23fb8c66c4fa96909f532a61.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 \