repotools create user with jazz admin permissions
I need to create a new user using repotools command under jts and want to assign this new user jazz admin license.
I saw an example of creating a new user but how to assign a admin rights to that user was not mentioned.
My current CLM setup is configured to use LDAP as user registry, can i still go ahead with creating user using repotool command. We have enterprise topology implementation of CLM.
Accepted answer
There is nothing like a Jazz admin license. There are several concepts of "admin rights". It would be beneficial if you could be clearer on what you want to do in the first place.
One concept relevant for administration is the repository role JazzAdmin, which allows the user to see all data and also make themselves administrators for any project area.
To add to Bhagaths answer, if one wants to do any automation around creating users while using LDAP, you would
-
Use LDAP automation tools to create the user and assign it the Jazz repository roles including JazzAdmin
- Synchronize the user from LDAP using repotool syncUsers
I have not tried this with LDAP, but the repotools command createUser allows to assign a license to a user. It updates the user if it exists. An example below.
If that does not work, https://rsjazz.wordpress.com/2017/03/29/managing-contributor-licenses-using-the-plain-java-client-libraries/ might be able to.