GroupServerJobType
The type of task that you want to run. OmniGroupServer can determine when to use the Library
or Combine
modes by checking the values of the GroupServerLibrary
and GroupServerSections
configuration parameters. However, to instruct a connector to retrieve security group information, you must set this parameter to Connector
.
Library
- OmniGroupServer retrieves security information from a repository, using the library specified by the configuration parameterGroupServerLibrary
.Combine
- OmniGroupServer merges the group information contained in the repositories specified by the configuration parameterGroupServerSections
.Connector
- OmniGroupServer sends aSynchronizeGroups
fetch action to a connector. The OmniGroupServer repository is populated with the security group information retrieved by the connector. To use this job type, you must specify theConnectorHost
,ConnectorPort
, andConnectorTask
configuration parameters.
Type: | String |
Default: | Library
|
Required: | No |
Configuration Section: | Default or MyRepository |
Example: | GroupServerJobType=Connector
|
See Also: |