rename some variables for clarity

This commit is contained in:
Girish Ramakrishnan
2025-11-23 15:35:18 +01:00
parent 4c5d67606f
commit ae2f74777b
2 changed files with 10 additions and 9 deletions

View File

@@ -443,7 +443,7 @@ async function syncGroups(config, progressCallback) {
if (error) debug('syncGroups: Failed to create group', groupName, error);
} else {
// convert local group to ldap group. 2 reasons:
// 1. we reset source flag when externalldap is disabled. if we renable, it automatically coverts
// 1. we reset source flag when externalldap is disabled. if we renable, it automatically converts
// 2. externalldap connector usually implies user wants to user external users/groups.
groups.update(result.id, { source: 'ldap' });
debug(`syncGroups: [up-to-date group] groupname=${groupName}`);