Bug 514741
Summary: | Stash file architecture dependent, when creating slave KDC according to the bug #442879 | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Zbysek MRAZ <zmraz> | ||||
Component: | krb5 | Assignee: | Nalin Dahyabhai <nalin> | ||||
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE <qe-baseos-auto> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.4 | CC: | borgan, dpal, ebenes, jplans, rlerch | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | krb5-1.6.1-42.el5 | Doc Type: | Bug Fix | ||||
Doc Text: |
The format of a stash file, while not architecture-specific, is
endian-specific. Consequently, a stash file is not directly portable between
big-endian and little-endian systems. When setting up a secondary KDC where the
endianness differs from that of the master KDC, the stash file should be
recreated by running 'kdb5_util create -s' on the secondary and supplying the
original master password.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-01-13 23:33:10 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: | 442879, 513501 | ||||||
Attachments: |
|
Description
Zbysek MRAZ
2009-07-30 15:22:24 UTC
Created attachment 355855 [details]
candidate patch
Release note added. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: The format of the stash file, while not architecture-specific, is endian-specific, in that a stash file is not directly portable between big-endian and little-endian systems. When setting up a secondary KDC whose endianness differs from that of the master KDC, the stash file should be recreated by running 'kdb5_util create -s' on the secondary and supplying the original master password. In future releases, the format of this file will be that of a keytab file, and this will not be an issue. Release note updated. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,7 +1,6 @@ -The format of the stash file, while not architecture-specific, is -endian-specific, in that a stash file is not directly portable between -big-endian and little-endian systems. When setting up a secondary KDC whose +The format of a stash file, while not architecture-specific, is +endian-specific. Consequently, a stash file is not directly portable between +big-endian and little-endian systems. When setting up a secondary KDC where the endianness differs from that of the master KDC, the stash file should be recreated by running 'kdb5_util create -s' on the secondary and supplying the -original master password. In future releases, the format of this file will be +original master password.-that of a keytab file, and this will not be an issue. This request was evaluated by Red Hat Product Management for inclusion, but this component is not scheduled to be updated in the current Red Hat Enterprise Linux release. If you would like this request to be reviewed for the next minor release, ask your support representative to set the next rhel-x.y flag to "?". An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0098.html |