Skip to content

Commit 54d5ceb

Browse files
Manually backport known issue for SPO connector about DLS permission inheritance (#130230)
1 parent 0c7b550 commit 54d5ceb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/reference/connector/docs/connectors-sharepoint-online.asciidoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,19 @@ If the configuration `Enumerate All Sites?` is enabled, incremental syncs may no
11291129
Drive Item documents that were deleted between incremental syncs may not be detected as deleted.
11301130
+
11311131
*Workaround*: Disable `Enumerate All Sites?`, and configure full site paths for all desired sites.
1132-
1132+
+
1133+
** *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*
1134+
+
1135+
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:
1136+
+
1137+
```
1138+
[0] Root Site (Access: All)
1139+
[1] Subsite Travel (Access: inherit)
1140+
[2] Folder "/es" (Access: Spanish Employees)
1141+
[3] Page "destinations.html" (Access: inherit)
1142+
```
1143+
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".
1144+
+
11331145
Refer to <<es-connectors-known-issues>> for a list of known issues for all connectors.
11341146
11351147
[discrete#es-connectors-sharepoint-online-client-troubleshooting]

0 commit comments

Comments
 (0)