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

Defining destination defaults inheritance

Use this command in wsadmin to specify whether or not a local destination inherits default permissions.

Why and when to perform this task

By default, the inheritance of default permissions by destinations is allowed for all local destinations. This task allows you to override inheritance for an individual destination, or to restore default inheritance in cases where you have previously overridden it.

Note: When a user or group tries to access a destination for which you have overridden default inheritance, the default permissions are not checked. Only the permissions that you specify for the destination itself are checked.

To override or restore the inheritance of default permissions for a destination, use the following command in wsadmin:

$AdminTask setInheritDefaultsForDestination
         {-type destinationType
         -bus busName
         -destination destinationName
         -inherit <true|false>}

The destinationType must be a local destination type: foreignDestination is not allowed.

Set -inherit to false to override defaults inheritance, or to true to restore defaults inheritance.

After using these commands, save your changes to the master configuration; for example, by using the following command in wsadmin:
 $AdminConfig save

Task topic

Terms of Use | Feedback

Last updated: 2 Aug 2005
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.pmc.express.doc\tasks\tjr0310_.html

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