WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Adding users and groups to default roles

Use these commands in wsadmin to add users and groups to default roles.

To grant a user or group default access to all local destinations, add them to the appropriate default role or roles. Adding a user or group to any of the default roles grants them the relevant type of permission for that role for all the local destinations that are allowed to inherit defaults.

Tip: Adding a user or group to a default role does not allow them to access any local destinations that have inheritance of defaults disallowed. To give a user or group permission to access a local destination where inheritance is disallowed, you must add this user or group to the role that gives them the required permission for the specific local destination as described in Adding users and groups to destination roles.
Adding a user
To add a user to a default role, use the following command in wsadmin:
$AdminTask addUserToDefaultRole {-bus busName -role roleName -user userName}
Adding a group
To add a group to a default role, use the following command in wsadmin:
$AdminTask addGroupToDefaultRole {-bus busName -role roleName -group groupName}
After using these commands, save your changes to the master configuration; for example, by using the following command in wsadmin:
 $AdminConfig save
Related tasks
Adding users and groups to destination roles

Task topic

Terms of Use | Feedback

Last updated: 5 Oct 2005
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\tasks\tjr0320_.html

© Copyright IBM Corporation 2004, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)