Jump to: navigation, search

Difference between revisions of "Translations:ReleaseNotes/Juno/67/en"

(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
=== Known Issues ===
 
=== Known Issues ===
 +
==== LDAP paged search results don't work with python-ldap 2.4 ====
 +
When using an LDAP backend with paged search results enabled, AttributeErrors will be encountered if python-ldap 2.4 is being used.  This is due to a backwards incompatible API change in python-ldap.  The issue can be worked around in a few ways:
 +
* Disabling paging of search results by setting ''page_size'' to ''0'' in the ''[ldap]'' section of keystone.conf.
 +
* Downgrade python-ldap to version 2.3.x.

Latest revision as of 00:15, 13 August 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (ReleaseNotes/Juno)
=== Known Issues ===
Translation=== Known Issues ===
==== LDAP paged search results don't work with python-ldap 2.4 ====
When using an LDAP backend with paged search results enabled, AttributeErrors will be encountered if python-ldap 2.4 is being used.  This is due to a backwards incompatible API change in python-ldap.  The issue can be worked around in a few ways:
* Disabling paging of search results by setting ''page_size'' to ''0'' in the ''[ldap]'' section of keystone.conf.
* Downgrade python-ldap to version 2.3.x.

Known Issues

LDAP paged search results don't work with python-ldap 2.4

When using an LDAP backend with paged search results enabled, AttributeErrors will be encountered if python-ldap 2.4 is being used. This is due to a backwards incompatible API change in python-ldap. The issue can be worked around in a few ways:

  • Disabling paging of search results by setting page_size to 0 in the [ldap] section of keystone.conf.
  • Downgrade python-ldap to version 2.3.x.