borisstoyanov opened a new issue #3686: Domain level ldap server configuration 
is not displayed
URL: https://github.com/apache/cloudstack/issues/3686
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master 
branch.
   -->
   
   ~~~
   4.14
   ~~~
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   Configure LDAP at a domain level and you won't be able to see this 
configuration anywhere in the UI, at Global Setting -> LDAP it's being 
displayed only root domain level configurations
   
   Looks like list api is dependent on the domainid, and if no domain id is 
passed it ignores the results.
   
   ```
   (localcloud) SBCM5> > add ldapconfiguration hostname=10.1.2.5 port=389 
domainid=7cc39a93-a6a7-423c-b150-50f63b8765d6
   {
     "LdapAddConfiguration": {
       "domainid": "7cc39a93-a6a7-423c-b150-50f63b8765d6",
       "hostname": "10.1.2.5",
       "port": 389
     }
   }
   (localcloud) SBCM5> > list ldapconfigurations
   (localcloud) SBCM5> > list ldapconfigurations 
domainid=7cc39a93-a6a7-423c-b150-50f63b8765d6
   {
     "LdapConfiguration": [
       {
         "domainid": "7cc39a93-a6a7-423c-b150-50f63b8765d6",
         "hostname": "10.1.2.5",
         "port": 389
       }
     ],
     "count": 1
   }
   
   ```
   
   ![Uploading Screenshot 2019-11-14 at 12.52.50.png…]()
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   As an admin I would like to see all level of configurations
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   Not being listed
   ~~~
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to