summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-12-19 15:46:17 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-01-17 11:38:16 -0500
commiteb54e05c9658a7274e3238813c54dd0c6577d3ec (patch)
tree2f3d81c0f3e53c067bbeb9ab32cd2b8c18a96d89 /src/providers/ldap/sdap.h
parent1a542b3698d8c42cf075b722f8838f106eb09fcc (diff)
downloadsssd-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 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index da328d27c..5d6bfb827 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -165,6 +165,8 @@ enum sdap_basic_opt {
SDAP_GROUP_SEARCH_SCOPE,
SDAP_GROUP_SEARCH_FILTER,
SDAP_SUDO_SEARCH_BASE,
+ SDAP_SUDO_REFRESH_ENABLED,
+ SDAP_SUDO_REFRESH_TIMEOUT,
SDAP_SCHEMA,
SDAP_OFFLINE_TIMEOUT,
SDAP_FORCE_UPPER_CASE_REALM,