To configure OmniGroupServer to retrieve user and group information, follow these steps.
To retrieve user and group information
In the [Repositories]
section, create a repository to store the information. For example:
[Repositories] Number=1 0=OfficePlanner
In the new section, configure a task to obtain the user and group information through the Microsoft Planner Connector. You can use the following configuration parameters (for a complete list of configuration parameters, refer to the OmniGroupServer Reference).
GroupServerJobType
|
The type of task to run. To retrieve group information through a connector, set this parameter to Connector . OmniGroupServer will send the SynchronizeGroups action to your Microsoft Planner Connector. |
ConnectorHost
|
The host name or IP address of the machine that hosts the Microsoft Planner Connector. |
ConnectorPort
|
The ACI port of the Microsoft Planner Connector. |
ConnectorTask
|
The name of the fetch task in the connector's configuration file that contains the information and credentials required to obtain the information from the Microsoft Planner repository. |
For example:
[OfficePlanner] GroupServerJobType=Connector ConnectorHost=10.0.0.1 ConnectorPort=7124 ConnectorTask=MyTask
(Optional) You can set further parameters to define the schedule for the task. You can set these parameters in the task section (to schedule only the current task), or in the [Default]
section (to provide a default schedule for all OmniGroupServer tasks).
|
The time when a task starts. |
GroupServerRepeatSecs
|
The number of seconds that elapse before OmniGroupServer repeats a task. |
For example:
[OfficePlanner] GroupServerJobType=Connector ConnectorHost=10.0.0.1 ConnectorPort=7124 ConnectorTask=MyTask GroupServerStartTime=02:00 GroupServerRepeatSecs=86400
Save and close the OmniGroupServer configuration file.
|