diff options
author | Pavel Březina <pbrezina@redhat.com> | 2011-12-19 15:46:17 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-17 11:38:16 -0500 |
commit | eb54e05c9658a7274e3238813c54dd0c6577d3ec (patch) | |
tree | 2f3d81c0f3e53c067bbeb9ab32cd2b8c18a96d89 /Makefile.am | |
parent | 1a542b3698d8c42cf075b722f8838f106eb09fcc (diff) | |
download | sssd-eb54e05c9658a7274e3238813c54dd0c6577d3ec.tar.gz sssd-eb54e05c9658a7274e3238813c54dd0c6577d3ec.tar.xz sssd-eb54e05c9658a7274e3238813c54dd0c6577d3ec.zip |
SUDO Integration - periodical update of rules in data provider
https://fedorahosted.org/sssd/ticket/1110
Adds new configuration options:
- ldap_sudo_refresh_enabled - enable/disable periodical updates
- ldap_sudo_refresh_timeout - rules timeout (refresh period)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0855ae05..f8082ed32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -340,6 +340,7 @@ dist_noinst_HEADERS = \ src/providers/ldap/sdap_async.h \ src/providers/ldap/sdap_async_private.h \ src/providers/ldap/sdap_sudo_cache.h \ + src/providers/ldap/sdap_sudo_timer.h \ src/providers/ldap/sdap_sudo.h \ src/providers/ldap/sdap_id_op.h \ src/providers/ipa/ipa_common.h \ @@ -913,6 +914,7 @@ libsss_ldap_la_LDFLAGS = \ -module if BUILD_SUDO libsss_ldap_la_SOURCES += src/providers/ldap/sdap_sudo_cache.c \ + src/providers/ldap/sdap_sudo_timer.c \ src/providers/ldap/sdap_sudo.c endif |