From 5f73b623fc72e3b9b3590420825f30e618b4d4dd Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 26 Jun 2012 13:00:10 +0200 Subject: 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). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 395a00799..1848d73e9 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 -- cgit