diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-11-16 04:19:57 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-11-23 14:19:53 -0500 |
commit | e526b608657f229f7486b3aa8c53b0f2c53b42b1 (patch) | |
tree | 69f73419d2435f32ba043de6f5e3f16e0f8f7a80 /Makefile.am | |
parent | 46d41cf95d520a1aab48dad2d577c885e69ef9f8 (diff) | |
download | sssd-e526b608657f229f7486b3aa8c53b0f2c53b42b1.tar.gz sssd-e526b608657f229f7486b3aa8c53b0f2c53b42b1.tar.xz sssd-e526b608657f229f7486b3aa8c53b0f2c53b42b1.zip |
Added support for fetching netgroups in IPA 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 6f01cfbd0..608953624 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_netgroups.c \ src/providers/ipa/ipa_auth.c \ src/providers/ipa/ipa_access.c \ src/providers/ipa/ipa_dyndns.c \ |