Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
List branches for a given user...
sara_team
Hi,
I would like to know the list of branches for a given user.
/iw-home/bin/iwgroup list-groups -u gives the group names of the branch, but i wud like to take a list of branches hold by the user through the command.
TS 6.7.1
Please help
Regards,
SARA
Find more posts tagged with
Comments
Antharix
you may write a script that identifies all the groups a user is associated with, and then list out all the branches that these groups are associated with.
There could be other way of extracting the branch list. If you are on solaris/linux you may leverage the "ls command" options as well
sara_team
Thanx anthrix...
I have found the CLT command to get branches for a given user....
iwaccess all-permission-entries-of-user
will list all the branch which the user posses along with the roles for each branch in 6.7.1
SARA