diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-04-30 15:35:54 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-29 11:37:17 -0400 |
commit | 9f714651c7d21908c94b70fc755697a3b220a22f (patch) | |
tree | 69c6f075b504d8276c8221191133624a8f20c3d4 /src/providers/ldap/ldap_opts.h | |
parent | 2c5f1e5faf50b8a5118b99ad1dc19736d4f146b8 (diff) | |
download | sssd-9f714651c7d21908c94b70fc755697a3b220a22f.tar.gz sssd-9f714651c7d21908c94b70fc755697a3b220a22f.tar.bz2 sssd-9f714651c7d21908c94b70fc755697a3b220a22f.zip |
sudo provider: add ldap_sudo_full_refresh_interval
Diffstat (limited to 'src/providers/ldap/ldap_opts.h')
-rw-r--r-- | src/providers/ldap/ldap_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_opts.h b/src/providers/ldap/ldap_opts.h index 2d08f7a6..27f3ce43 100644 --- a/src/providers/ldap/ldap_opts.h +++ b/src/providers/ldap/ldap_opts.h @@ -49,6 +49,7 @@ struct dp_option default_basic_opts[] = { { "ldap_sudo_search_base", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ldap_sudo_refresh_enabled", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, { "ldap_sudo_refresh_timeout", DP_OPT_NUMBER, { .number = 300 }, NULL_NUMBER }, + { "ldap_sudo_full_refresh_interval", DP_OPT_NUMBER, { .number = 21600 }, NULL_NUMBER }, /* 360 mins */ { "ldap_autofs_search_base", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ldap_schema", DP_OPT_STRING, { "rfc2307" }, NULL_STRING }, { "ldap_offline_timeout", DP_OPT_NUMBER, { .number = 60 }, NULL_NUMBER }, |