Update es-connectors-sharepoint-online.md (#130013)

This commit is contained in:
Artem Shelkovnikov 2025-06-27 14:39:49 +02:00 committed by GitHub
parent 945e807c24
commit 404eb61dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -592,6 +592,19 @@ make ftest NAME=sharepoint_online DATA_SIZE=small
**Workaround**: Disable `Enumerate All Sites?`, and configure full site paths for all desired sites. **Workaround**: Disable `Enumerate All Sites?`, and configure full site paths for all desired sites.
* **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**
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:
```
[0] Root Site (Access: All)
[1] Subsite Travel (Access: inherit)
[2] Folder "/es" (Access: Spanish Employees)
[3] Page "destinations.html" (Access: inherit)
```
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".
Refer to [Known issues](/release-notes/known-issues.md) for a list of known issues for all connectors. Refer to [Known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.