Comment 3 for bug 1231772

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

Reviewed: https://review.openstack.org/48553
Committed: http://github.com/openstack/keystone/commit/5db7c43f4f14aaf0899a365d8c5683301a0479c3
Submitter: Jenkins
Branch: master

commit 5db7c43f4f14aaf0899a365d8c5683301a0479c3
Author: Brant Knudson <email address hidden>
Date: Thu Sep 26 21:24:00 2013 -0500

    Fix error when create user with LDAP backend

    Creating users would fail when using the LDAP backend. The error
    from the server was '400 Bad Request' with the message
    'must be string, not None'.

    The fix is to filter out 'None' attr names when creating a user.

    Closes-Bug: #1231772

    Change-Id: I747f39039b9c840a3e5861b66996dee328510cd6