diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2015-03-10 12:48:16 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-03-23 08:33:46 +0100 |
commit | b123a618dd8837f8a2db385542f0d7f3d7679d9b (patch) | |
tree | 36effde27949cd40f19e94fcbbed304fe812f2e3 /src/man/sssd-ldap.5.xml | |
parent | ef9ca5848ea08aafa0827f5d2922d49130ba324d (diff) | |
download | sssd-b123a618dd8837f8a2db385542f0d7f3d7679d9b.tar.gz sssd-b123a618dd8837f8a2db385542f0d7f3d7679d9b.tar.xz sssd-b123a618dd8837f8a2db385542f0d7f3d7679d9b.zip |
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 <preichl@redhat.com>
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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. </para> <para> Default: 6 |