Comment 3 for bug 1155234

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/24555
Committed: http://github.com/openstack/keystone/commit/3353996454b34bf84bcaa6b7a88797f56b913873
Submitter: Jenkins
Branch: master

commit 3353996454b34bf84bcaa6b7a88797f56b913873
Author: Allan Feid <email address hidden>
Date: Fri Mar 15 15:58:26 2013 -0400

    Properly handle emulated ldap enablement

    Prior to this patch, a member attribute will attempt to be added to the enabled
    project even if it already exists. This fails to pass since in LDAP you cannot
    have two of the same member attributes in an object.

    Change-Id: Ic2373b01eb9921fbf5e9ad828628119288821dba
    Fixes: bug #1155234