Jump to: navigation, search

Difference between revisions of "Translations:ReleaseNotes/Juno/136/ko"

(Created page with "python-ldap 2.4을 사용하는 환경에서 LDAP 인증 백엔드에서 검색 결과 페이지 단위 표시를 활성화하면 AttributeError가 나타날 것입니다. 이...")
 
(No difference)

Latest revision as of 01:52, 23 October 2014

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)
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.
Translationpython-ldap 2.4을 사용하는 환경에서 LDAP 인증 백엔드에서 검색 결과 페이지 단위 표시를 활성화하면 AttributeError가 나타날 것입니다. 이는 python-ldap의 API가 하위 호환성을 제공하지 않기 때문입니다. 이 문제를 해결하기 위해서는 다음과 같은 방법이 있습니다.
* keystone.conf의 "[ldap]"섹션의 "page_size"를 0으로하여 페이지 단위 결과 표시 기능을 비활성화
* python-ldap를 2.3.x로 다운 그레이드

python-ldap 2.4을 사용하는 환경에서 LDAP 인증 백엔드에서 검색 결과 페이지 단위 표시를 활성화하면 AttributeError가 나타날 것입니다. 이는 python-ldap의 API가 하위 호환성을 제공하지 않기 때문입니다. 이 문제를 해결하기 위해서는 다음과 같은 방법이 있습니다.

  • keystone.conf의 "[ldap]"섹션의 "page_size"를 0으로하여 페이지 단위 결과 표시 기능을 비활성화
  • python-ldap를 2.3.x로 다운 그레이드