From b123a618dd8837f8a2db385542f0d7f3d7679d9b Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 10 Mar 2015 12:48:16 +0100 Subject: SDAP: Make simple bind timeout configurable Resolves: https://fedorahosted.org/sssd/ticket/1501 Reuse the value of sdap_opt_timeout to set a longer bind timeout for user authentication, ID connection authentication and authentication during IPA migration mode. Reviewed-by: Pavel Reichl --- src/man/sssd-ldap.5.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 613b63f69..e598d70c5 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1235,7 +1235,8 @@ Specifies a timeout (in seconds) after which calls to synchronous LDAP APIs will abort if no response is received. Also controls the timeout - when communicating with the KDC in case of SASL bind. + when communicating with the KDC in case of SASL + bind and the timeout of an LDAP bind operation. Default: 6 -- cgit