keystone/keystone/identity/shadow_backends
Colleen Murphy b86df692d0 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
(cherry picked from commit 1b16725d06)
2019-03-30 14:27:57 +00:00
..
__init__.py Shadow users - Shadow federated users 2016-02-29 21:05:54 -05:00
base.py Invalidate the shadow user cache when deleting a user 2018-04-25 11:39:29 +08:00
sql.py Delete shadow users when domain is deleted 2019-03-30 14:27:57 +00:00