Skip to content

Commit

Permalink
Update Configuration.md
Browse files Browse the repository at this point in the history
Document `installAclsIncrementally` because sometimes useful in the context of external syncing

Relates to #155
  • Loading branch information
kwin authored Jun 10, 2024
1 parent b3db93f commit 5654dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ Certain configuration aspects are global and can be configured on top level:

Property | Description
--- | ---
minRequiredVersion | This configuration requires at least the given version of ACL tool. If an older version is found the configuration file is not processed.
`minRequiredVersion` | This configuration requires at least the given version of ACL tool. If an older version is found the configuration file is not processed.
`installAclsIncrementally` | Set this to `false` to disable the default [incremental installation](https://github.com/Netcentric/accesscontroltool/issues/155). Only supposed to be used for edge cases (e.g. like forcing external sync for groups already existing in AEM).
... | See [Advanced Features](AdvancedFeatures.md) for more global options.

## Validation
Expand Down

0 comments on commit 5654dd4

Please sign in to comment.