diff options
author | Sumit Bose <sbose@redhat.com> | 2013-04-16 10:48:17 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-02 19:33:56 +0200 |
commit | f427b36b0cecc426856ab3f77a9c684ac355659d (patch) | |
tree | affce4dbe27b9dfc3d66639b35f4a42da04db058 /Makefile.am | |
parent | f0944fdd627bd684ff36c9670dc857ffdedc343f (diff) | |
download | sssd-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.am | 1 |
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 = \ |