Skip to content

Commit 404eb61

Browse files
Update es-connectors-sharepoint-online.md (#130013)
1 parent 945e807 commit 404eb61

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/search-connectors/es-connectors-sharepoint-online.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,19 @@ make ftest NAME=sharepoint_online DATA_SIZE=small
592592

593593
**Workaround**: Disable `Enumerate All Sites?`, and configure full site paths for all desired sites.
594594

595+
* **ACL is not properly inherited for Site Pages and List Items inside of a folder with Unique Permissions when DLS is enabled with Fetch unique list item permissions, Fetch unique page permissions or Fetch drive item permissions**
596+
597+
There is a known issue with ACL propagation when List Items, Site Pages or Drive Items are located inside of a folder that has Unique permissions enabled. Consider the following example:
598+
599+
```
600+
[0] Root Site (Access: All)
601+
[1] Subsite Travel (Access: inherit)
602+
[2] Folder "/es" (Access: Spanish Employees)
603+
[3] Page "destinations.html" (Access: inherit)
604+
```
605+
606+
Expected permissions for `destinations.html` should be `Access: Spanish Employees`, but will be `Access: All`, because permissions will be assumed from Subsite Travel, rather than folder "/es".
607+
595608

596609
Refer to [Known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.
597610

0 commit comments

Comments
 (0)