Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to create new user in JTS, when using Jazz Authorization Server?

Hi,

Environment:

  • Jazz Platform 6.0.5 iFix001
  • Jazz Authorization Server 6.0.5
    • Configured with file-based user registry
I would like to add a new user in JTS (with username, password, email, licenses declared).
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"/>
...other member declarations....
</group>
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

0 votes


Accepted answer

Permanent link

You have to use either the "repotools-jts -addUser" or "repotools-jts -importUsers" command.
https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/r_repotools_createuser.html
https://jazz.net/help-dev/clm/topic/com.ibm.jazz.install.doc/topics/r_repotools_importusers.html

JTS can only synchronize with an LDAP backend, and nothing else.

Benjamin Röhl selected this answer as the correct answer

0 votes

Comments

Ok, then I have to setup a LDAP backend connection for JAS.
Thanks for the clarification.

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,020
× 7,497
× 54
× 29
× 10

Question asked: Feb 19 '18, 10:56 a.m.

Question was seen: 2,841 times

Last updated: Mar 22 '18, 6:40 a.m.

Confirmation Cancel Confirm