From 6eadbf9dab2ad9a9463dc23e91c9e2fc804c1e9b Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 15 Apr 2013 10:58:22 +0200 Subject: Add SID related calls to the NSS responder The patch adds 4 new calls to the NSS responder: - SSS_NSS_GETSIDBYNAME - SSS_NSS_GETSIDBYID - SSS_NSS_GETNAMEBYSID - SSS_NSS_GETIDBYSID to either return the SIDs of the requested object or map the SID to the name or the POSIX ID of the related object. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 36e74cf23..bb34a962a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1227,6 +1227,7 @@ nss_srv_tests_LDFLAGS = \ -Wl,-wrap,sss_cmd_done nss_srv_tests_LDADD = \ $(CMOCKA_LIBS) \ + libsss_idmap.la \ libsss_util.la test_find_uid_DEPENDENCIES = \ -- cgit