summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-server.spec.in
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 /ipa-server/ipa-server.spec.in
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 'ipa-server/ipa-server.spec.in')
-rw-r--r--ipa-server/ipa-server.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-server.spec.in b/ipa-server/ipa-server.spec.in
index 63ea84267..f8b07dd8c 100644
--- a/ipa-server/ipa-server.spec.in
+++ b/ipa-server/ipa-server.spec.in
@@ -54,7 +54,7 @@ IPA is a server for identity, policy, and audit.
%prep
%setup -q
-./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc --localstatedir=%{buildroot}/var
+./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc --localstatedir=%{buildroot}/var --with-openldap=yes
%build