A comma-separated list of repository sections from the configuration file that are used to configure a single job. Use this parameter when you need to combine user and group data from multiple jobs.
You can use this parameter in the following ways:
GroupServerLibrary
, this parameter merges the results from multiple repositories of the same type. The sections specified by GroupServerSections
run as part of this job.GroupServerLibrary=ogs_combine
, this parameter merges the results from multiple repositories of different types. The sections specified by GroupServerSections
run as part of this job.GroupServerJobType=Combine
(or when GroupServerLibrary
is not set) this parameter merges the datastore files for repositories that were previously populated by other jobs. The repositories specified by GroupServerSections
are expected to be populated before this job runs.Type: | String |
Default: | |
Required: | No |
Configuration Section: | Default or MyRepository |
Example: |
In this example, users and groups from two LDAP servers ( [LDAP] GroupServerLibrary=ogs_ldap.dll GroupServerSections=LDAP_Domain1,LDAP_Domain2 [LDAP_Domain1] LDAPServer=185.124.87.24 LDAPPort=390 LDAPUsername=johnsmith LDAPPassword=myPa55w0rd LDAPBase=dc=myDomain1 [LDAP_Domain2] LDAPServer=185.124.88.2 LDAPPort=389 LDAPUsername=johnsmith LDAPPassword=myPa55w0rd LDAPBase=dc=myDomain2 |
See Also: |
|