Identity Broker Documentation Index
Configuration Reference Home

DSEE Compat Access Control Handler

Note: this component has a complexity level of "expert", which means that objects of this type are not expected to be created or altered. Please contact UnboundID support for assistance if you believe that you have a need to create or modify this type of object.

The DSEE Compat Access Control Handler provides an implementation that uses syntax compatible with the Sun Java System Directory Server Enterprise Edition access control handler.

Parent Component
Properties
dsconfig Usage

Parent Component

The DSEE Compat Access Control Handler component inherits from the Access Control Handler

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ enabled  None
↓ global-aci

Basic Properties

enabled

Description
Indicates whether this Access Control Handler is enabled. If set to FALSE, then no access control is enforced, and any client (including unauthenticated or anonymous clients) could be allowed to perform any operation if not subject to other restrictions, such as those enforced by the privilege subsystem.
Default Value
None
Allowed Values
true
false
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

global-aci

Description
Defines global access control rules. Global access control rules apply to all entries anywhere in the data managed by the Identity Data Store. The global access control rules may be overridden by more specific access control rules placed in the data.
Default Value
No global access control rules are defined, which means that no access is allowed for any data in the server unless specifically granted by access control rules in the data.
Allowed Values
A valid access control rule
Multi-Valued
Yes
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To view the Access Control Handler configuration:

dsconfig get-access-control-handler-prop
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the Access Control Handler configuration:

dsconfig set-access-control-handler-prop
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...