From bd965c92d829f9d88f4e29f37890c9beffbd716d Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 14 Jan 2011 13:41:05 +0100 Subject: 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 --- daemons/ipa-kpasswd/ipa_kpasswd.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'daemons/ipa-kpasswd') diff --git a/daemons/ipa-kpasswd/ipa_kpasswd.c b/daemons/ipa-kpasswd/ipa_kpasswd.c index a8bd80023..acec3db12 100644 --- a/daemons/ipa-kpasswd/ipa_kpasswd.c +++ b/daemons/ipa-kpasswd/ipa_kpasswd.c @@ -39,11 +39,7 @@ #include #include #include -#ifdef WITH_MOZLDAP -#include -#else #include -#endif #include #include @@ -51,12 +47,6 @@ #define TMP_TEMPLATE "/var/cache/ipa/kpasswd/krb5_cc.XXXXXX" #define KPASSWD_PORT 464 -#ifdef WITH_MOZLDAP -/* From OpenLDAP's ldap.h */ -#define LDAP_TAG_EXOP_MODIFY_PASSWD_ID ((ber_tag_t) 0x80U) -#define LDAP_TAG_EXOP_MODIFY_PASSWD_NEW ((ber_tag_t) 0x82U) -#endif - /* blacklist entries are released only BLCAKLIST_TIMEOUT seconds * after the children performing the noperation has finished. * this is to avoid races */ -- cgit