Bug 590608
| Summary: | re registering clients breaks OSAD auth | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Christoph Maser <christoph.maser> |
| Component: | Server | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-26 09:10:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 674675 | ||
|
Description
Christoph Maser
2010-05-10 10:09:52 UTC
Mass-moving to space13. spacewalk.git master:
commit 5d7cbc0e2ac44b69c6dd8ed652bd85f572e95ef9
Author: Milan Zazrivec <mzazrivec>
Date: Thu Feb 3 18:13:36 2011 +0100
590608 - nullify jabber_ids from previous registrations
This fix is to ensure push functionality will be functional after
system's re-registration.
Couple of things adding to the problem:
* after system re-registration, systemid changes, jabber_id stays
* rhnPushClient table with multiple rows with identical jabber_id
and different server_id
* osa-dispatcher tries to find shared key for given jabber_id, backend
simply returns the first row fetched (now with an invalid shared key)
* signatures computed by osad and osa-dispatcher do not match -> osad
won't do anything
* deleting the older servers in webui won't help
The fix for the described problem landed in spacewalk-backend (server
side component) and won't require any changes on client side (osad
should work automatically).
Thank you for your bug report, sorry for the delayed fix.
spacewalk.git SPACEWALK-1.3: 62e63a633b29d169c6c4524be248bfdf01b2e2b1 Mass moving to ON_QA before release of Spacewalk 1.4 Spacewalk 1.4 has been released |