summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-01-02 17:23:08 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 13:35:00 +0200
commit2db8a1061b77c3ab811334f68a7cf87f9fda5673 (patch)
tree10e8e3198ee03ca2f7ade47c9c3c5852546ff5e0 /Makefile.am
parent6ad198aad0406bf6649540ff99c699cdc3f5f3b7 (diff)
downloadsssd-2db8a1061b77c3ab811334f68a7cf87f9fda5673.tar.gz
sssd-2db8a1061b77c3ab811334f68a7cf87f9fda5673.tar.xz
sssd-2db8a1061b77c3ab811334f68a7cf87f9fda5673.zip
IFP: Per-attribute ACL for users
Introduces a new option called user_attributes that allows to specify which user attributes are allowed to be queried from the IFP responder. By default only the default POSIX set is allowed, this option allows to either add other attributes (+attrname) or remove them from the default set (-attrname). Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit 770dc892f867639f36f84455d65be6287935a529)
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 a60c97e0f..ff95518a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1638,7 +1638,7 @@ ifp_tests_LDADD = \
$(SSSD_LIBS) \
$(SSSD_INTERNAL_LTLIBS) \
libsss_test_common.la
-endif
+endif # BUILD_IFP
endif # HAVE_CMOCKA