Retrieve Access Control Lists and Identify the Security Type

The following configuration settings are sufficient to configure most connectors for mapped security. However, some connectors require additional or different configuration, so OpenText recommends that you refer to the documentation for your connectors.

  • To retrieve an ACL for each item in the repository and add the ACL to a document field, set the configuration parameter MappedSecurity to true. For example:

    [FetchTasks]
    MappedSecurity=True
  • To add a field to each document that specifies the security type, create an ingest action or run a Lua script. For example:

    [Ingestion]
    IngestActions=META:SecurityType=LDAP

    NOTE: The field name and value that you specify must match the field name (specified by PropertyFieldCSVs) and field value (specified by PropertyMatch) that you used to identify the security type in your IDOL Content component configuration file.