mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-18 18:18:16 -05:00
Fixes the renew certificate job to properly update permissions for the correct user
This commit is contained in:
parent
5237159987
commit
b57665d0c4
2 changed files with 3 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
* [#851](https://github.com/Icinga/icinga-powershell-framework/pull/851) Fixes an issue with user updates on domain controllers, which included the domain besides the user name, causing the user updates to fail
|
* [#851](https://github.com/Icinga/icinga-powershell-framework/pull/851) Fixes an issue with user updates on domain controllers, which included the domain besides the user name, causing the user updates to fail
|
||||||
|
* [#854](https://github.com/Icinga/icinga-powershell-framework/pull/854) Fixes an issue with the renew certificate job, which updated file permissions with the wrong user `NT Authority\NetworkService` instead of the correct assigned user
|
||||||
|
|
||||||
## 1.13.4 (2026-01-29)
|
## 1.13.4 (2026-01-29)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Use-Icinga -Minimal;
|
Use-Icinga;
|
||||||
|
|
||||||
# This script will simply install the Icinga for Windows certificate everyime the
|
# This script will simply install the Icinga for Windows certificate every time the
|
||||||
# scheduled task is running. This does not impact our system at all, because we
|
# scheduled task is running. This does not impact our system at all, because we
|
||||||
# can update the certificate at any time without having to worry about the state
|
# can update the certificate at any time without having to worry about the state
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue