-
Bug
-
Resolution: Done-Errata
-
Normal
-
rhel-9.5
-
ipa-4.12.0-6.el9
-
None
-
Moderate
-
4
-
rhel-sst-idm-ipa
-
ssg_idm
-
22
-
24
-
3
-
QE ack, Dev ack
-
False
-
-
No
-
2024-Q2-Bravo-S6, 2024-Q3-Bravo-S1, 2024-Q3-Bravo-S2, 2024-Q3-Bravo-S3
-
Pass
-
Automated
-
Unspecified Release Note Type - Unknown
-
None
Cloned from upstream issue https://pagure.io/freeipa/issue/9603
ipa-server-install: token_password_file read in kra.install_check after calling hsm_validator in ca.install_check
https://github.com/freeipa/freeipa/blob/master/ipaserver/install/ca.py#L366
hsm_validator(
options.token_name, options.token_library_path,
options.token_password)
https://github.com/freeipa/freeipa/blob/master/ipaserver/install/ca.py#L416 (only if replica_config is not None)
if options.token_password_file:
with open(options.token_password_file, "r") as fd:
options.token_password = fd.readline().strip()
https://github.com/freeipa/freeipa/blob/master/ipaserver/install/kra.py#L61
if options.token_password_file:
with open(options.token_password_file, "r") as fd:
options.token_password = fd.readline().strip()
https:/https://github.com/freeipa/freeipa/blob/master/ipaserver/install/server/install.py#L733
if setup_ca:
ca.install_check(False, None, options)
if options.setup_kra:
kra.install_check(api, None, options)
- links to
-
RHSA-2024:131668 ipa bug fix and enhancement update