diff options
author | Simo Sorce <ssorce@redhat.com> | 2008-05-28 17:33:27 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-05-29 09:43:28 -0400 |
commit | 8fb4809465c2dd6f23fb8c66c4fa96909f532a61 (patch) | |
tree | 902694fced3ce659fb57f11fe5aa1e17209e0059 /ipa-server/ipa-server.spec.in | |
parent | dc7d62d543575ad1dc02869b820cdce996b45eff (diff) | |
download | freeipa-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.in | 2 |
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 |