| Summary: | PassSync installer overwrites "Notification Packages" value in registry instead of appending it | |||
|---|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | Viktor Ashirov <vashirov> | |
| Component: | winsync | Assignee: | Noriko Hosoi <nhosoi> | |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 10.0 | CC: | pbokoc | |
| Target Milestone: | DS10.0 | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | RedHat-PassSync-1.1.7-x86_64.msi | Doc Type: | Bug Fix | |
| Doc Text: |
The PassSync installer was previously overwriting the "Notification Packages" value in the registry instead of appending to it. As a consequence, any previous values existing in this registry entry were lost when the installation finished. This update fixes the installer and installing PassSync no longer eliminates existing "Notification Packages" registry entries.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1322593 (view as bug list) | Environment: | ||
| Last Closed: | 2016-04-18 21:36:05 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1322593 | |||
|
Description
Viktor Ashirov
2016-03-29 21:29:31 UTC
Thank you, Viktor! Is it okay to associate this bug to these errata and respin passsync? https://errata.devel.redhat.com/advisory/22997 https://errata.devel.redhat.com/advisory/22998 Sure, Noriko! I was about to propose it :) I have a patch for this issue, will post it to the upstream ticket in a minute. (In reply to Viktor Ashirov from comment #2) > Sure, Noriko! I was about to propose it :) > I have a patch for this issue, will post it to the upstream ticket in a > minute. Fantastic!! Thank you so much, Viktor! Build tested:
RedHat-PassSync-1.1.7-x86_64.msi
Before the installation:
C:\Users\Administrator>reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa /v "Notification Packages"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
Notification Packages REG_MULTI_SZ rassfm\0scecli
After the installation:
C:\Users\Administrator>reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa /v "Notification Packages"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
Notification Packages REG_MULTI_SZ rassfm\0scecli\0passhook
After the uninstallation:
C:\Users\Administrator>reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa /v "Notification Packages"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
Notification Packages REG_MULTI_SZ rassfm\0scecli
Marking as VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0645.html |