davidjumani edited a comment on issue #3686: URL: https://github.com/apache/cloudstack/issues/3686#issuecomment-672813889
This has been added in primate  Needs a list all to view for all domains as well. Just run sync before trying it ``` (qa) 🐱 > list ldapconfigurations listall=true { "LdapConfiguration": [ { "hostname": "primate-qa.cloudstack.cloud", "port": 389 }, { "domainid": "78ec0573-03fb-4c02-872a-b0f3a86471dc", "hostname": "primate-qa.cloudstack.cloud", "port": 389 }, { "domainid": "ffcb9353-a699-4234-a758-956bc1a5f752", "hostname": "primate-qa.cloudstack.cloud", "port": 389 }, { "domainid": "99becf06-7f0f-4eb4-bdc3-44fecb8cb829", "hostname": "primate-qa.cloudstack.cloud", "port": 389 } ], "count": 4 } (qa) 🐱 > list ldapconfigurations { "LdapConfiguration": [ { "hostname": "primate-qa.cloudstack.cloud", "port": 389 } ], "count": 1 } ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
