diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-01-14 13:41:05 +0100 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-01-14 17:33:11 -0500 |
commit | bd965c92d829f9d88f4e29f37890c9beffbd716d (patch) | |
tree | a90c0ae3ac8079de2fd8eb1bf2d077e3d0aadadb /ipa-client | |
parent | 84ff4ca0f1272bff2f3046db53d1ce4007f46e15 (diff) | |
download | freeipa-bd965c92d829f9d88f4e29f37890c9beffbd716d.tar.gz freeipa-bd965c92d829f9d88f4e29f37890c9beffbd716d.tar.xz freeipa-bd965c92d829f9d88f4e29f37890c9beffbd716d.zip |
Mozldap-specific code removed
Mozldap code removed from all sources and configure source script.
Now, IPA will compile even when package mozldap-devel is not
installed on the system.
https://fedorahosted.org/freeipa/ticket/756
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/Makefile.am | 2 | ||||
-rw-r--r-- | ipa-client/ipa-getkeytab.c | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am index 7d152fbfd..d0a3f8463 100644 --- a/ipa-client/Makefile.am +++ b/ipa-client/Makefile.am @@ -28,7 +28,6 @@ INCLUDES = \ $(AM_CFLAGS) \ $(KRB5_CFLAGS) \ $(OPENLDAP_CFLAGS) \ - $(MOZLDAP_CFLAGS) \ $(SASL_CFLAGS) \ $(POPT_CFLAGS) \ $(WARN_CFLAGS) \ @@ -49,7 +48,6 @@ ipa_getkeytab_SOURCES = \ ipa_getkeytab_LDADD = \ $(KRB5_LIBS) \ $(OPENLDAP_LIBS) \ - $(MOZLDAP_LIBS) \ $(SASL_LIBS) \ $(POPT_LIBS) \ $(NULL) diff --git a/ipa-client/ipa-getkeytab.c b/ipa-client/ipa-getkeytab.c index ec923096d..fa6b49d62 100644 --- a/ipa-client/ipa-getkeytab.c +++ b/ipa-client/ipa-getkeytab.c @@ -32,11 +32,7 @@ #include <errno.h> #include <time.h> #include <krb5.h> -#ifdef WITH_MOZLDAP -#include <mozldap/ldap.h> -#else #include <ldap.h> -#endif #include <sasl/sasl.h> #include <popt.h> |