Directory Server Documentation Index
Configuration Reference Home

Delegated Admin Attribute Category

Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.

Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.

A Delegated Admin Attribute Category defines a collection of attributes which belong together. Attributes in the same Delegated Admin Attribute Category are grouped together when displayed to the end user.

Relations to This Component
Properties
dsconfig Usage

Relations to This Component

The following components have a direct aggregation relation to Delegated Admin Attribute Categories:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None
↓ display-name
↓ display-order-index

Basic Properties

description

Description
A description for this Delegated Admin Attribute Category
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

display-name (Read-Only)

Description
A human readable display name for this Delegated Admin Attribute Category.
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

display-order-index

Description
Delegated Admin Attribute Categories are ordered for display based on this index from least to greatest. Values of this property are not required to be contiguous. Multiple Delegated Admin Attribute Categories with the same index are displayed in an arbitrary order.
Default Value
None
Allowed Values
An integer value. Lower limit is 0. Upper limit is 2147483647 .
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Delegated Admin Attribute Categories:

dsconfig list-delegated-admin-attribute-categories
     [--property {propertyName}] ...

To view the configuration for an existing Delegated Admin Attribute Category:

dsconfig get-delegated-admin-attribute-category-prop
     --display-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Delegated Admin Attribute Category:

dsconfig set-delegated-admin-attribute-category-prop
     --display-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Delegated Admin Attribute Category:

dsconfig create-delegated-admin-attribute-category
     --display-name {name}
     --set display-order-index:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Delegated Admin Attribute Category:

dsconfig delete-delegated-admin-attribute-category
     --display-name {name}