Actions
Defect #3100
closedExecution of update script is driven by create checkbox
Start date:
04/07/2022
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
When you have selected checkboxes in configuration
Config___Create via WinRM connector (Powershell)
Config___Update via AD connector
for create operation is used WinRM, but for update opeation is again used WinRM. Because both create and update methods calls: executeAdThenWinrm(), executeWinrmThenAd(), executeOnlyAd() and executeOnlyWinrm() which checks configuration only for create operation.
Delete operation looks into configuration directly.
Change of behavior is in commit: https://github.com/bcvsolutions/winrm-ad-connector/commit/9f85eb18973f4bf8f14bd3f0eb507533c23ed5a3
Actions