Comment 9 for bug 1419187

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

Reviewed: https://review.openstack.org/153846
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=4f0107e43491ec5ed829b83eae7be32fea5ba659
Submitter: Jenkins
Branch: master

commit 4f0107e43491ec5ed829b83eae7be32fea5ba659
Author: Henry Nash <email address hidden>
Date: Sun Feb 8 09:44:12 2015 +0000

    Make identity id mapping handle unicode

    Idenitity id mapping is used to create public ids for local entities,
    typically stored in LDAP backends. Part of the mapping involves
    creating a hash of the local identifiers - but this hashing did
    not correctly handle unicode. This patch fixes this.

    Change-Id: Icc2a6bc4a7e88004bbe6f86d3a96cff07be4c6f9
    Closes-Bug: 1419187