summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-12-08 16:14:52 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-12-12 07:46:09 -0500
commit440d7fb430f83b3547f98f79c67a232ab2220296 (patch)
treefeff673f8b84c41776cae7800b3f2f7dbabf4d5b /src/providers/ldap/ldap_common.c
parent57170bd05e64559a604c1907c59728e8d9e83cd4 (diff)
downloadsssd_unused-440d7fb430f83b3547f98f79c67a232ab2220296.tar.gz
sssd_unused-440d7fb430f83b3547f98f79c67a232ab2220296.tar.xz
sssd_unused-440d7fb430f83b3547f98f79c67a232ab2220296.zip
Add sdap_connection_expire_timeout option
https://fedorahosted.org/sssd/ticket/1036
Diffstat (limited to 'src/providers/ldap/ldap_common.c')
-rw-r--r--src/providers/ldap/ldap_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_common.c b/src/providers/ldap/ldap_common.c
index 170720c3..f9627ac1 100644
--- a/src/providers/ldap/ldap_common.c
+++ b/src/providers/ldap/ldap_common.c
@@ -91,7 +91,8 @@ struct dp_option default_basic_opts[] = {
{ "ldap_auth_disable_tls_never_use_in_production", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
{ "ldap_page_size", DP_OPT_NUMBER, { .number = 1000 }, NULL_NUMBER },
{ "ldap_deref_threshold", DP_OPT_NUMBER, { .number = 10 }, NULL_NUMBER },
- { "ldap_sasl_canonicalize", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }
+ { "ldap_sasl_canonicalize", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
+ { "ldap_connection_expire_timeout", DP_OPT_NUMBER, { .number = 900 }, NULL_NUMBER }
};
struct sdap_attr_map generic_attr_map[] = {