summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-10-09 21:05:34 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-14 18:29:11 +0200
commit0d01e4f6cc21d8ca0e4fafe59c7cbfa1459fa47e (patch)
treefb81c6e36a8565cf5d9d311036e6395c6a0f84d1 /Makefile.am
parent229c292143dcd4120acb022682b5b7d0aca622dd (diff)
downloadsssd-0d01e4f6cc21d8ca0e4fafe59c7cbfa1459fa47e.tar.gz
sssd-0d01e4f6cc21d8ca0e4fafe59c7cbfa1459fa47e.tar.xz
sssd-0d01e4f6cc21d8ca0e4fafe59c7cbfa1459fa47e.zip
sss_nss_idmap: add sss_nss_getorigbyname()
This patch adds an interface to the new SSS_NSS_GETORIGBYNAME request of the nss responder to libsss_nss_idmap. The main use case for this new call is to replace sss_nss_getsidbyname() in the extdom plugin on the FreeIPA server to get more information about the given object than just the SID which is not available with the default POSIX interfaces. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ee6e39ba7..4ee7eb9b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -791,7 +791,7 @@ libsss_nss_idmap_la_LIBADD = \
$(CLIENT_LIBS)
libsss_nss_idmap_la_LDFLAGS = \
-Wl,--version-script,$(srcdir)/src/sss_client/idmap/sss_nss_idmap.exports \
- -version-info 0:1:0
+ -version-info 1:0:1
dist_noinst_DATA += src/sss_client/idmap/sss_nss_idmap.exports