mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
extdom: remove unused dependency to libsss_idmap
https://fedorahosted.org/freeipa/ticket/3979 Reviewed-By: Jakub Hrozek <jhrozek@redhat.com>
This commit is contained in:
parent
0ee8fe11ae
commit
43f8de0c76
@ -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)
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user