You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/12 11:26:09 UTC

[GitHub] [cloudstack] davidjumani edited a comment on issue #3686: Domain level ldap server configuration is not displayed

davidjumani edited a comment on issue #3686:
URL: https://github.com/apache/cloudstack/issues/3686#issuecomment-672813889


   This has been added in primate
   ![Screenshot from 2020-08-12 16-53-33](https://user-images.githubusercontent.com/8244774/90009811-62eec900-dcbc-11ea-8a4e-f0b9eea3110a.png)
   
   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:
users@infra.apache.org