GroupServerSections
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:
- When combined with
GroupServerLibrary, this parameter merges the results from multiple repositories of the same type. The sections specified byGroupServerSectionsrun as part of this job. - When used specifically with
GroupServerLibrary=ogs_combine, this parameter merges the results from multiple repositories of different types. The sections specified byGroupServerSectionsrun as part of this job. - When used with
GroupServerJobType=Combine(or whenGroupServerLibraryis not set) this parameter merges the datastore files for repositories that were previously populated by other jobs. The repositories specified byGroupServerSectionsare 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: |