Srikanteswararao Talluri created CLOUDSTACK-5791:
----------------------------------------------------
Summary: [Automation] unable to delete ldap configuration by
hostname
Key: CLOUDSTACK-5791
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5791
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
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)