dsconfig set-group-implementation-prop — Modifies Group Implementation properties
dsconfig set-group-implementation-prop
{options}
The dsconfig set-group-implementation-prop command takes the following options:
--implementation-name {name}
The name of the Group Implementation.
Group Implementation properties depend on the Group Implementation type, which depends on the {name} you provide.
By default, OpenDJ directory server supports the following Group Implementation types:
Default {name}: Dynamic Group Implementation
Enabled by default: true
See the section called “Dynamic Group Implementation” for the properties of this Group Implementation type.
Default {name}: Static Group Implementation
Enabled by default: true
See the section called “Static Group Implementation” for the properties of this Group Implementation type.
Default {name}: Virtual Static Group Implementation
Enabled by default: true
See the section called “Virtual Static Group Implementation” for the properties of this Group Implementation type.
--set {PROP:VALUE}
Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it.
Group Implementation properties depend on the Group Implementation type, which depends on the --implementation-name {name}
option.
--reset {property}
Resets a property back to its default values where PROP is the name of the property to be reset.
Group Implementation properties depend on the Group Implementation type, which depends on the --implementation-name {name}
option.
--add {PROP:VALUE}
Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added.
Group Implementation properties depend on the Group Implementation type, which depends on the --implementation-name {name}
option.
--remove {PROP:VALUE}
Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed.
Group Implementation properties depend on the Group Implementation type, which depends on the --implementation-name {name}
option.
Group Implementations of type dynamic-group-implementation have the following properties:
Indicates whether the Group Implementation is enabled.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Dynamic Group Implementation implementation.
org.opends.server.extensions.DynamicGroup
A Java class that implements or extends the class(es): org.opends.server.api.Group
No
Yes
The Group Implementation must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Group Implementations of type static-group-implementation have the following properties:
Indicates whether the Group Implementation is enabled.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
org.opends.server.extensions.StaticGroup
A Java class that implements or extends the class(es): org.opends.server.api.Group
No
Yes
The Group Implementation must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Group Implementations of type virtual-static-group-implementation have the following properties:
Indicates whether the Group Implementation is enabled.
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Virtual Static Group Implementation implementation.
org.opends.server.extensions.VirtualStaticGroup
A Java class that implements or extends the class(es): org.opends.server.api.Group
No
Yes
The Group Implementation must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No