izenk commented on issue #2843: link Domain to LDAP exception
URL: https://github.com/apache/cloudstack/issues/2843#issuecomment-421011834
 
 
   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/35kG9EV00OQOd8H0Tl0UDFQIjgpZqpgCHxrwjmIpEQQ== |
   
+----+-----------+-------------+----------------------------------------------------------+
   1 row in set (0.00 sec)
   ~~~

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to