Configuring the LDAP Connector
Prerequisites
The administrator that starts the LDAP Connector requires authorization S_RZL_ADM with value 01.
Procedure
Results
The LDAP Connector is available and can be selected in the Connector field in the Directory Service Maintenance screen.
Additional Configuration Options
You can create additional command-line parameters for the LDAP Connector using a configuration file, such as:
-m <number of connections>
With this parameter, you can specify the maximum number of connections that the LDAP Connector can create.
Name and Storage Location of the Configuration File
When starting, the LDAP Connector checks whether the file ldap_rfc.cfg is in its working directory.
You can specify another file name (and if necessary, also another storage location) with the command-line parameter -cfg <filename>. If you’ve specified the configuration file explicitly in this way and can’t find the LDAP Connector, the LDAP Connector is terminated with an error message.
Format of the Configuration File
The configuration file contains the parameter names (without the initial hyphen) and optionally an initial value specified with an equal sign (=).
The LDAP Connector ignores empty lines and lines beginning with a number sign (#).
If the value contains spaces (for example, in the case of path specifications), enclose the entire value in double quotation marks (").
End the last line of the configuration file with a line feed.
Configuration Example
The following example shows a configuration file that sets the option -o to the value 10 and configures the RFC option -L (path to the SNC library) with the specification of a filename:
# File: ldap_rfc.cfg # Configuration file for the LDAP Connector (ldap_rfc[.exe]) # Connection outdate time (equivalent to command line option "-o") o = 10 # Path to SNC library (option "-L") L = "C:\Program Files\mysnclibrary.dll" # Last line must end with a carriage return
Verification
To check the activation of the LDAP Connector, view the logs in the trace files dev_ <name of the RFC destination>.trc using transaction ST11.


