Skip to content

Commit b190eed

Browse files
Manually backport known issue for SPO connector about DLS permission inheritance (#130230) (#130318)
1 parent ef695b0 commit b190eed

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
@@ -1024,7 +1024,19 @@ If the configuration `Enumerate All Sites?` is enabled, incremental syncs may no
10241024
Drive Item documents that were deleted between incremental syncs may not be detected as deleted.
10251025
+
10261026
*Workaround*: Disable `Enumerate All Sites?`, and configure full site paths for all desired sites.
1027-
1027+
+
1028+
** *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*
1029+
+
1030+
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:
1031+
+
1032+
```
1033+
[0] Root Site (Access: All)
1034+
[1] Subsite Travel (Access: inherit)
1035+
[2] Folder "/es" (Access: Spanish Employees)
1036+
[3] Page "destinations.html" (Access: inherit)
1037+
```
1038+
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".
1039+
+
10281040
Refer to <<es-connectors-known-issues>> for a list of known issues for all connectors.
10291041
10301042
[discrete#es-connectors-sharepoint-online-client-troubleshooting]

0 commit comments

Comments
 (0)