summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-10-15 16:21:53 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-21 10:17:54 +0200
commit43f8de0c7661c4cc6102bed905535a6143e77995 (patch)
treec1a1038b2169c381e018a6560679cd6e91c9e4db /daemons
parent0ee8fe11aea9811c724182def3f50960d5dd87b3 (diff)
downloadfreeipa-43f8de0c7661c4cc6102bed905535a6143e77995.tar.gz
freeipa-43f8de0c7661c4cc6102bed905535a6143e77995.tar.xz
freeipa-43f8de0c7661c4cc6102bed905535a6143e77995.zip
extdom: remove unused dependency to libsss_idmap
https://fedorahosted.org/freeipa/ticket/3979 Reviewed-By: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am3
-rw-r--r--daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
index 7099a9888..000847679 100644
--- a/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile.am
@@ -15,7 +15,6 @@ AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
$(LDAP_CFLAGS) \
$(WARN_CFLAGS) \
- $(SSSIDMAP_CFLAGS) \
$(SSSNSSIDMAP_CFLAGS) \
$(NULL)
@@ -33,7 +32,6 @@ libipa_extdom_extop_la_LDFLAGS = -avoid-version
libipa_extdom_extop_la_LIBADD = \
$(LDAP_LIBS) \
- $(SSSIDMAP_LIBS) \
$(SSSNSSIDMAP_LIBS) \
$(NULL)
@@ -54,7 +52,6 @@ extdom_tests_LDADD = \
$(CHECK_LIBS) \
$(LDAP_LIBS) \
$(DIRSRV_LIBS) \
- $(SSSIDMAP_LIBS) \
$(SSSNSSIDMAP_LIBS) \
$(NULL)
diff --git a/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h b/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h
index 90f8390d8..56ca5009b 100644
--- a/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h
+++ b/daemons/ipa-slapi-plugins/ipa-extdom-extop/ipa_extdom.h
@@ -60,7 +60,6 @@
#include <lber.h>
#include <time.h>
-#include <sss_idmap.h>
#include <sss_nss_idmap.h>
#define EXOP_EXTDOM_OID "2.16.840.1.113730.3.8.10.4"
@@ -157,7 +156,6 @@ struct domain_info {
char *flat_name;
char *sid;
char *guid;
- struct sss_idmap_ctx *idmap_ctx;
};
struct pwd_grp {