[Bug 1381768] Re: AttributeError: 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

OpenStack Infra 1381768 at bugs.launchpad.net
Mon Oct 27 10:39:22 UTC 2014


Reviewed:  https://review.openstack.org/129770
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=db291b340e63b74d8d240abfc37d03fb163f33f1
Submitter: Jenkins
Branch:    stable/juno

commit db291b340e63b74d8d240abfc37d03fb163f33f1
Author: Nathan Kinder <nkinder at redhat.com>
Date:   Wed Oct 15 15:39:55 2014 -0700

    Use newer python-ldap paging control API
    
    The API for using the LDAP simple paged results control changed
    between python-ldap version 2.3 and 2.4. Our current implementation
    fails with an AttributeError when trying to use paging with version
    2.4 of python-ldap.
    
    This patch detects the capabilities of the underlying python-ldap
    version and uses the newer API in versions of python-ldap that have
    removed the older API.
    
    Change-Id: I2986e12daea3edf50f299af5927d2a05278e82f7
    Closes-bug: #1381768
    (cherry picked from commit 1be4a15454e6917571bc937e3bb3589e8f79bc55)


** Changed in: keystone/juno
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1381768

Title:
  AttributeError: 'module' object has no attribute
  'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1381768/+subscriptions



More information about the Ubuntu-server-bugs mailing list