docs: replace removed updateAttributesInterval with current LDAP sync behavior#14941
Open
skjnldsv wants to merge 1 commit into
Open
docs: replace removed updateAttributesInterval with current LDAP sync behavior#14941skjnldsv wants to merge 1 commit into
skjnldsv wants to merge 1 commit into
Conversation
…vior The updateAttributesInterval occ config key was removed in NC20 via the RemoveRefreshTime migration (nextcloud/server#22583). The background sync interval is now auto-calculated in Jobs/Sync.php based on the number of mapped users and the minimum paging size, clamped to 30 min–12 h, targeting one full sync per day. Replace the stale "Attribute update interval" section (which still referenced the removed occ command) with an accurate description of the current auto-calculated behavior. Fixes #11088 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Member
Author
|
/backport to stable33 |
Member
Author
|
/backport to stable32 |
Member
Author
|
/backport to stable34 |
Contributor
📖 Documentation Preview📄 1 changed documentation pageLast updated: Wed, 20 May 2026 05:59:10 GMT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
updateAttributesIntervalparameter #11088What changed and why
The
updateAttributesIntervalocc config key was removed in Nextcloud 20 viaRemoveRefreshTimemigration (nextcloud/server#22583). The section in theLDAP docs was still documenting this removed parameter and its
occcommand.The background sync interval is now auto-calculated in
Jobs/Sync.php:24h / (mappedUsers / minPagingSize)The "Attribute update interval" section is replaced with a short "Background
sync interval" section describing the current behavior. The
occcommandreferencing the removed config key is removed.
🖼️ Screenshots
Text-only change, no screenshots needed.
✅ Checklist
codespellor similar and addressed any spelling issues