summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-04-16 10:48:17 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-02 19:33:56 +0200
commitf427b36b0cecc426856ab3f77a9c684ac355659d (patch)
treeaffce4dbe27b9dfc3d66639b35f4a42da04db058 /Makefile.am
parentf0944fdd627bd684ff36c9670dc857ffdedc343f (diff)
downloadsssd-f427b36b0cecc426856ab3f77a9c684ac355659d.tar.gz
sssd-f427b36b0cecc426856ab3f77a9c684ac355659d.tar.xz
sssd-f427b36b0cecc426856ab3f77a9c684ac355659d.zip
Add idmap context to nss context
This allows the nss responder to use libsss_idmap to convert between different SID representations.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 83ea19a75..958a56a19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -617,6 +617,7 @@ sssd_nss_SOURCES = \
sssd_nss_LDADD = \
$(TDB_LIBS) \
$(SSSD_LIBS) \
+ libsss_idmap.la \
libsss_util.la
sssd_pam_SOURCES = \