User Source in UI #12392
-
|
We have configured different user sources (nativ, ldap, saml2). In cmk I can see the usersource: Unfortunately the usersource is not visible in the UI. Is there a configuration to activate that all user parameters are shown in the ui? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hello, @summer-abacus The PR #10115 extended the Apache CloudStack UI to display the
Apache CloudStack currently does not have this type of configuration. To display new attributes of resources, it is required to extend the UI source code. |
Beta Was this translation helpful? Give feedback.




Hello, @summer-abacus
The PR #10115 extended the Apache CloudStack UI to display the
usersourceattribute in the users' list view. Additionally, it added support to list users by their authentication source, both via the API and the UI. The patch is included from version4.21onward.Apache CloudStack currently does not have this type of configuration. To display new attributes of resources, it is required to extend the UI source code.