bernardodemarco commented on issue #10030:
URL: https://github.com/apache/cloudstack/issues/10030#issuecomment-2515652824

   > ad: 1; I just was referring to the details tab under account in the GUI. 
This could be returned in the API as well. Currently there isn't a way to even 
return what accounts have LDAP enabled via API.
   
   @scottsignal, currently it is possible to retrieve the `usersource` (`SAML`, 
`LDAP`, or `native`) via the `listAccounts` ( see 
[docs](https://cloudstack.apache.org/api/apidocs-4.19/apis/listAccounts.html)) 
and `listUsers` (see 
[docs](https://cloudstack.apache.org/api/apidocs-4.19/apis/listUsers.html)) 
APIs. However, the UI only displays it in the user details tab.
   
   The #9932 ticket addresses adding a search filter to search users based on 
their source and displaying the source in the list view. I'll likely start 
working on it by the end of the week. I can also try to add the `usersource` 
search filter for accounts and display the source in both the list view and the 
details tab. What do you think about that?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to