diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-06-26 13:00:10 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-29 11:37:18 -0400 |
commit | 5f73b623fc72e3b9b3590420825f30e618b4d4dd (patch) | |
tree | 50ee93c69f4420691806750eabb1887eba1ab331 /Makefile.am | |
parent | 9af677f3bae3a7c1386867e4d42970555b3d6b9a (diff) | |
download | sssd-5f73b623fc72e3b9b3590420825f30e618b4d4dd.tar.gz sssd-5f73b623fc72e3b9b3590420825f30e618b4d4dd.tar.bz2 sssd-5f73b623fc72e3b9b3590420825f30e618b4d4dd.zip |
sudo ldap provider: load host filter configuration on init
We need to load host information during provider initialization.
Currently it loads only values from configuration files, but it is
implemented as an asynchrounous request as it will later try to
autodetect these settings (which will need to contact DNS).
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 395a0079..1848d73e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1186,6 +1186,7 @@ libsss_ldap_common_la_SOURCES += \ src/providers/ldap/sdap_sudo_cache.c \ src/providers/ldap/sdap_async_sudo.c \ src/providers/ldap/sdap_async_sudo_timer.c \ + src/providers/ldap/sdap_async_sudo_hostinfo.c \ src/providers/ldap/sdap_sudo.c endif |