fix: refs #6432 account sync fixes
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
1937560118
commit
ea5a881d1f
|
@ -139,7 +139,7 @@ module.exports = Self => {
|
|||
}
|
||||
}));
|
||||
}
|
||||
if (changes.length)
|
||||
if (changes.length && shouldSync)
|
||||
await this.adClient.modify(sambaUser.dn, changes);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue