From 92af6f25864b5c389b57d0f659686801b45ca58c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 10 May 2013 09:55:31 +0200 Subject: Enhance PAC responder for AD users This patch modifies the PAC responder so that it can be used with the AD provider as well. The main difference is that the POSIX UIDs and GIDs are now lookup up with the help of the SID instead of being calculated algorithmically. This was necessary because the AD provider allows either algorithmic mapping or reading the value from attributes stored in AD. Fixes https://fedorahosted.org/sssd/ticket/1558 --- Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 71ddf05d1..b5cc58971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,10 +134,6 @@ if HAVE_CHECK sss_idmap-tests \ responder_socket_access-tests -if BUILD_PAC_RESPONDER - non_interactive_check_based_tests += pac_responder-tests -endif - if BUILD_SSH non_interactive_check_based_tests += sysdb_ssh-tests endif @@ -1152,23 +1148,6 @@ sss_idmap_tests_LDADD = \ libsss_test_common.la \ libsss_idmap.la -pac_responder_tests_SOURCES = \ - src/tests/pac_responder-tests.c \ - src/responder/pac/pacsrv_utils.c -pac_responder_tests_CFLAGS = \ - $(AM_CFLAGS) \ - $(NDR_KRB5PAC_CFLAGS) \ - $(CHECK_CFLAGS) -pac_responder_tests_LDADD = \ - $(CHECK_LIBS) \ - $(TALLOC_LIBS) \ - $(NDR_KRB5PAC_LIBS) \ - $(SSSD_LIBS) \ - -lm \ - libsss_idmap.la \ - $(SSSD_INTERNAL_LTLIBS) \ - libsss_test_common.la - responder_socket_access_tests_SOURCES = \ src/tests/responder_socket_access-tests.c \ src/responder/common/responder_common.c \ -- cgit