[ https://issues.apache.org/jira/browse/CLOUDSTACK-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866511#comment-13866511 ]
ASF subversion and git services commented on CLOUDSTACK-5790: ------------------------------------------------------------- Commit 12f3568e97f27784568bed9dd61260d444b9ef14 in branch refs/heads/4.3 from [~rajanik] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=12f3568 ] CLOUDSTACK-5790: decrypted ldap hostname and port during upgrade as they are not encrypted now. Signed-off-by: Abhinandan Prateek <aprat...@apache.org> > [Automation] unable to list ldap configuration by hostname > ----------------------------------------------------------- > > Key: CLOUDSTACK-5790 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5790 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Management Server > Affects Versions: 4.3.0 > Reporter: Srikanteswararao Talluri > Assignee: Rajani Karuturi > Priority: Blocker > Fix For: 4.3.0 > > > Unable to list ldap configuration by hostname > listldap configuration results in all the ldap configurations but when issued > with hostname, it results in empty response: > request: > http://10.147.38.149:8080/client/api?command=listLdapConfigurations&response=json&sessionkey=JNPDlcRLSnacMnAJnwr9wUxkCvU%3D&listAll=true&page=1&pagesize=20&_=1388999520356 > response: > { "ldapconfigurationresponse" : { "count":4 ,"LdapConfiguration" : [ > {"hostname":"10.147.59.134","port":"10389"}, > {"hostname":"10.147.59.109","port":"10389"}, > {"hostname":"10.147.59.109","port":"10389"}, > {"hostname":"10.147.59.109","port":"10389"} ] } } > > Following api results in empty response: > http://10.147.38.149:8080/client/api?command=listLdapConfigurations&hostname=10.147.59.134&response=json&sessionkey=JNPDlcRLSnacMnAJnwr9wUxkCvU%3D&_=1388999138596 -- This message was sent by Atlassian JIRA (v6.1.5#6160)