ShareInfoPlugin
This plug-in is required for solving Samba shares (smb.conf) under the Linux operating system. The plug-in solves UNC paths to local paths. This plug-in does not required any parameters.
NOTE: Install the plug-in if the One Identity Manager Service runs copy actions between servers with Linux operating system.
Configuring the RemoteConnectPlugin
For more information about configuring a remote connection, see the One Identity Manager Target System Synchronization Reference Guide.
To configure synchronization with a target system, One Identity Manager must load the data from the target system. One Identity Manager communicates directly with the target system to do this. Sometimes direct access from the workstation, on which the Synchronization Editor is installed, is not possible. For example, because of the firewall configuration or the workstation does not fulfill the necessary hardware and software requirements. If direct access is not possible from the workstation, you can set up a remote connection. Prerequisite for this is that the RemoteConnectPlugin is installed on the Job server. You configure the plug-in in the Plugins module.
RemoteConnectPlugin parameters
-
Bind address (HttpBindAddress): IP address of the network card to use.
Value: + - Uses all network cards.
-
Port (Port): Server port used to reach the RemoteConnectPlugin.
Value: The RemoteConnectionPlugin uses the 2880 port by default.
NOTE: The firewall must allow incoming TCP connections on this port.
-
Use HTTPS: Defines whether a secure connection (HTTPS) should be used.
Value: Enabled - A secure connection should always be used in a productive environment.
The option must only be disabled if you are using a HTTPS proxy. The One Identity Manager tools (like the Synchronization Editor) always establish a secure connection via HTTPS.
DatabaseAgentPlugin
This One Identity Manager Service plug-in deploys the Database Agent Service. The Database Agent Service controls processing of DBQueue Processor tasks. The plug-in should be configured on the Job server that performs the Update server server function. An administrative user must be used for the database connection in the Job provider.
Enter the following parameter:
-
Job provider IDs (ProviderIDs)
IDs of the Job providers to be used. Enter a list of job provider names separated by the pipe symbol (|). If this is empty the first Job provider is used. If * is specified, all Job providers are used.
Alternatively, the Database Agent Service can be run from the DatabaseAgentServiceCmd.exe command line program. For more information, see the One Identity Manager Operational Guide.
Related topics
File module with private key
In this module, you provide the data for files with a private key. Use this parameter if you work with several private keys, for example, if One Identity Manager Service data must be exchanged between two encrypted One Identity Manager databases.
If no key is entered here, the private key file from the File with private key (PrivateKey) parameter of the JobServiceDestination is used.
To enter a file with a private key
-
Click New and enter the following information:
-
Property: Enter the ID of the private key. The ID is expected in the JobServiceDestination in the Private key identifier parameter (PrivateKeyId). The default key has the ID Default.
-
Value: Enter the path of the private key file. You can enter the absolute or relative path to the One Identity Manager Service.
Example: Configuration in the file jobservice.cfg.
configuration>
<category name="privatekeys">
<value name="Default">private.key</value>
<value name="Key2">key2.key</value>
<value name="OtherKey">C:\Path\To\Other.key</value>
</category>
</configuration>
Related topics