It's all about the answers!

Ask a question

List which users have repository permissions as JazzAdmins


Leonardo Benevides (266628) | asked Oct 08 '18, 9:26 a.m.

Hi folks,


How can I check which users have repository permissions as JazzAdmins?

Is there anyway?

Accepted answer


permanent link
Leonardo Benevides (266628) | answered Oct 23 '18, 7:35 a.m.

Thanks Ralph.

I did in a diferent way.

I performed a repotools command on JTS server.

./repotools-jts.sh -exportUsers repositoryURL=https://<URL>/jts adminUserId=<ADMINUSER> adminPassword=<ADMINPASSWD>

The command has generated a .txt with all users, and than I did a grep for the jazzadmins ones.

Ralph Schoon selected this answer as the correct answer

Comments
Ralph Schoon commented Oct 23 '18, 8:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Thanks, how did I miss that? 

One other answer



permanent link
Ralph Schoon (63.6k33646) | answered Oct 10 '18, 10:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 If you use LDAP you can use the information in LDAP. If you use file based authentication with Liberty, you can look in that file and list the users with JazzAdmin role as it is pretty clearly exposed in the file.

Your answer


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