mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
7995518921
The latest version of caIPAserviceCert profile includes a feature that is not available before Dogtag 10.4, and this version of the profile is intended for new installs only (otherwise, problems will arise in topologies containing CA replicas at an earlier version). But IPA versions before v4.2 did not use LDAP-based profiles, so the new version of the profile gets imported when upgrading from pre-v4.2 to v4.5 or later. We do not yet have a proper version- and topology-aware profile update mechanism, so to resolve this issue, ship the older version of the profile alongside the newer version, and make sure we use the older version when importing the profile in an upgrade context. https://pagure.io/freeipa/issue/7097 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
15 lines
229 B
Makefile
15 lines
229 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/profiles
|
|
app_DATA = \
|
|
README \
|
|
caIPAserviceCert.cfg \
|
|
caIPAserviceCert.UPGRADE.cfg \
|
|
IECUserRoles.cfg \
|
|
KDCs_PKINIT_Certs.cfg \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|