this is SQL request (from management TRACE log):
~~~
mysql> SELECT domain_details.id, domain_details.domain_id, domain_details.name,
domain_details.value FROM domain_details WHERE domain_details.domain_id = 7
AND domain_details.name = _binary'ldap.basedn' ORDER BY RAND() LIMIT 1;
+----+-----------+-------------+----------------------------------------------------------+
| id | domain_id | name | value
|
+----+-----------+-------------+----------------------------------------------------------+
| 44 | 7 | ldap.basedn |
TMJ1lT6Lqa/35kG9EV00OQOd8H0Tl0UDFQsldkfjsdIjgpZqpgCsdfsdHxrwjmIpEQQ== |
+----+-----------+-------------+----------------------------------------------------------+
1 row in set (0.00 sec)
mysql> select * from domain where id=7;
+----+--------+---------+--------------------------------------+-------+------------------------+-------+-------------+----------------+---------------------+----------+----------------+--------+
| id | parent | name | uuid | owner | path
| level | child_count | next_child_seq | removed |
state | network_domain | type |
+----+--------+---------+--------------------------------------+-------+------------------------+-------+-------------+----------------+---------------------+----------+----------------+--------+
| 7 | 5 | demosso | 0fb4bbcc-a30a-4f5c-ab0a-e118ed4bbbc0 | 15 |
/dev/projects/demosso/ | 3 | 0 | 1 | 2018-09-13
11:03:11 | Inactive | NULL | Normal |
+----+--------+---------+--------------------------------------+-------+------------------------+-------+-------------+----------------+---------------------+----------+----------------+--------+
1 row in set (0.00 sec)
~~~
[ Full content available at: https://github.com/apache/cloudstack/issues/2843 ]
This message was relayed via gitbox.apache.org for [email protected]