keystone/releasenotes/notes/bug-1636950-8fa1a47fce440977.yaml
jolie 6168e3afc1 Fix some typo in releasenotes
Change-Id: Ief47447ff7213d6813fd8a09a5d630972df23fef
2017-02-27 10:14:14 +08:00

11 lines
516 B
YAML

---
fixes:
- >
[`bug 1636950 <https://bugs.launchpad.net/keystone/+bug/1636950>`_]
New option ``[ldap] connection_timeout`` allows a deployer to set a
``OPT_NETWORK_TIMEOUT`` value to use with the LDAP server.
This allows the LDAP server to return a ``SERVER_DOWN`` exception,
if the LDAP URL is incorrect or if there is a connection failure. By default,
the value for ``[ldap] connection_timeout`` is -1, meaning it is disabled.
Set a positive value (in seconds) to enable the option.