To configure the Exchange Web Service Connector to retrieve and index Access Control Lists (ACLs), follow these steps.
To retrieve and index Access Control Lists
Set the MappedSecurity
parameter to true
.
[FetchTasks]
section.TaskName
section for the task.For example:
[FetchTasks] MappedSecurity=True
Add a field to each document to specify the security type. To do this, create an ingest action or run a Lua script. For example:
[Ingestion] IngestActions=META:SecurityType=NT
The field name and value that you specify must match the name and value you used to identify NT security in your IDOL Server configuration file.
|