Bug 1224769
Summary: | copy-schema-to-ca.py does not overwrites schema files | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Kaleem <ksiddiqu> | ||||
Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> | ||||
Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.1 | CC: | jcholast, rcritten, spoore | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ipa-4.2.0-2.el7 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-11-19 12:03:59 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: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Kaleem
2015-05-25 15:33:33 UTC
Upstream ticket: https://fedorahosted.org/freeipa/ticket/5034 Fixed upstream master: https://fedorahosted.org/freeipa/changeset/8bc0e9693b4b8356859b00afecd150b5c75fed99 ipa-4-2: https://fedorahosted.org/freeipa/changeset/cbdeba7a73c20b60b748558e63cf8672387febda Verified. Version :: ipa-server-4.2.0-12.el7.x86_64 Results :: [root@vm-idm-004 ~]# vim /etc/dirsrv/slapd-PKI-IPA//schema/05rfc2247.ldif # added a comment to test this [root@vm-idm-004 ~]# python /root/copy-schema-to-ca.py ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/60kerberos.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/60samba.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/60ipaconfig.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/60basev2.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/60basev3.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/60ipadns.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/61kerberos-ipav3.ldif ipa : INFO Target exists, not overwriting: /etc/dirsrv/slapd-PKI-IPA//schema/65ipasudo.ldif ipa : INFO Target file /etc/dirsrv/slapd-PKI-IPA//schema/05rfc2247.ldif exists but the content is different ipa : INFO Target file: sha1: 8918c442c9d12916a0f4f92dd06517efa823b6e7, size: 3552 B ipa : INFO Source file: sha1: cf41111c02d7a994709a1d36634adbcaefcf6c33, size: 3518 B Do you want replace /etc/dirsrv/slapd-PKI-IPA//schema/05rfc2247.ldif file? [yes]: yes ipa : INFO Installed /etc/dirsrv/slapd-PKI-IPA//schema/05rfc2247.ldif ipa : INFO Restarting CA DS ipa : INFO Schema updated successfully 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-2015-2362.html |