GroupServerNestedGroups
A Boolean value that specifies whether to resolve nested group relationships. For example, if Group A is a member of Group B which is a member of Group C, OmniGroupServer can infer that Group A is a member of Group C.
- To resolve nested group relationships, set this parameter to
TRUE
. OmniGroupServer expands nested groups on completion of the job, unless you set GroupServerNestedGroupsByQuery toTRUE
in which case OmniGroupServer resolves the relationships at query time instead. - To never resolve nested group relationships, set this parameter to
FALSE
.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | Default or MyRepository |
Example: | GroupServerNestedGroups=false
|
See Also: | GroupServerNestedGroupsByQuery |