How to create new user in JTS, when using Jazz Authorization Server?
Hi,
The JTS page states that the creation was successful, thus I navigated to the user-registry file (localUserRegistry.xml) of the JAS. According to the other already created users, I have added the new user, with username and password, and assigned the JazzUsers role to it. Example snippet: <user name="testuser" passwords="{aes}AN9NeTBKwkUOOmXQotsZDjBuIwKo98BvQPBlVvl2i9ps"/> <group name="JazzUsers"> <member name="testuser"/>When navigating back to the JTS users page, the new user "testuser" is not shown in the list. It seems the users, defined in the user-registry file of the Jazz Authorization Server, are not "synchronized" with JTS. What else I have to consider for adding a new user with the setup of Jazz Authorization Server? References: Configuring the Jazz Authorization Server to use a file-based user registry |
Accepted answer
You have to use either the "repotools-jts -addUser" or "repotools-jts -importUsers" command.
Benjamin Röhl selected this answer as the correct answer
Comments
Benjamin Röhl
commented Mar 22 '18, 6:40 a.m.
Ok, then I have to setup a LDAP backend connection for JAS.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.