weizhouapache commented on PR #7915: URL: https://github.com/apache/cloudstack/pull/7915#issuecomment-1695802401
verified OK before domain removal (some mock data) ``` MariaDB [cloud]> select * from ldap_trust_map; +----+-----------+------+----------------------+--------------+------------+ | id | domain_id | type | name | account_type | account_id | +----+-----------+------+----------------------+--------------+------------+ | 1 | 3 | OU | DC=CloudStack,DC=com | 2 | 0 | | 2 | 4 | OU | DC=CloudStack,DC=com | 2 | 0 | | 3 | 5 | OU | DC=CloudStack,DC=com | 2 | 0 | +----+-----------+------+----------------------+--------------+------------+ 3 rows in set (0.00 sec) ``` after domain removal ``` MariaDB [cloud]> select * from ldap_trust_map; +----+-----------+------+----------------------+--------------+------------+ | id | domain_id | type | name | account_type | account_id | +----+-----------+------+----------------------+--------------+------------+ | 1 | 3 | OU | DC=CloudStack,DC=com | 2 | 0 | | 2 | 4 | OU | DC=CloudStack,DC=com | 2 | 0 | +----+-----------+------+----------------------+--------------+------------+ 2 rows in set (0.01 sec) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
