From eb54e05c9658a7274e3238813c54dd0c6577d3ec Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 19 Dec 2011 15:46:17 +0100 Subject: 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) --- src/providers/ldap/ldap_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ldap/ldap_common.h') diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index e6bb8b6a..0ab0a5e1 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -88,6 +88,7 @@ void sdap_pam_access_handler(struct be_req *breq); #ifdef BUILD_SUDO /* sudo */ void sdap_sudo_handler(struct be_req *breq); +int sdap_sudo_setup_tasks(struct sdap_id_ctx *ctx); #endif -- cgit