Comment 5 for bug 1801873

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

Reviewed: https://review.openstack.org/647498
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1b16725d066f71a833ca74656c0c3dfe5f815e98
Submitter: Zuul
Branch: master

commit 1b16725d066f71a833ca74656c0c3dfe5f815e98
Author: Colleen Murphy <email address hidden>
Date: Mon Mar 25 15:50:26 2019 +0100

    Delete shadow users when domain is deleted

    Without this change, when an admin tries to delete an LDAP-backed
    domain, it fails due to the foreign key relationship in the users table.
    Previously, we were assuming that LDAP users existed solely in the LDAP
    directory, but this is not true with shadow users. This patch fixes the
    logic to delete the shadow users upon domain deletion.

    Change-Id: I12a08001e3aa08e4db9438cae425ad1a0a8070f7
    Closes-bug: #1801873