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 parameter GroupServerLibrary.
  • Combine - OmniGroupServer merges the group information contained in the repositories specified by the configuration parameter GroupServerSections.
  • Connector - OmniGroupServer sends a SynchronizeGroups 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 the ConnectorHost, ConnectorPort, and ConnectorTask configuration parameters.
Type: String
Default: Library
Required: No
Configuration Section: Default or MyRepository
Example: GroupServerJobType=Connector
See Also:

GroupServerLibrary

GroupServerSections

ConnectorHost

ConnectorPort

ConnectorTask