fix: refs #6432 account sync fixes
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2023-11-16 23:10:30 +01:00
parent 1937560118
commit ea5a881d1f
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ module.exports = Self => {
}
}));
}
if (changes.length)
if (changes.length && shouldSync)
await this.adClient.modify(sambaUser.dn, changes);
}
},