diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-10-12 09:30:53 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-23 14:19:53 -0500 |
commit | 8b1f2574ce7a964965a18ab047ab09c4694380c4 (patch) | |
tree | b9fe7bd67c27833a259ba42fcf8de55f08fedabf /Makefile.am | |
parent | e526b608657f229f7486b3aa8c53b0f2c53b42b1 (diff) | |
download | sssd-8b1f2574ce7a964965a18ab047ab09c4694380c4.tar.gz sssd-8b1f2574ce7a964965a18ab047ab09c4694380c4.tar.xz sssd-8b1f2574ce7a964965a18ab047ab09c4694380c4.zip |
Added IPA account info handler
Currently it is only handling netgroups by itself, other requests are
forwarded to LDAP provider.
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 608953624..1c9db6fcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -915,6 +915,7 @@ libsss_ipa_la_SOURCES = \ src/providers/ipa/ipa_init.c \ src/providers/ipa/ipa_common.c \ src/providers/ipa/ipa_utils.c \ + src/providers/ipa/ipa_id.c \ src/providers/ipa/ipa_netgroups.c \ src/providers/ipa/ipa_auth.c \ src/providers/ipa/ipa_access.c \ |