freeipa/ipaserver/install
Florence Blanc-Renaud 1fc63e2b51 HSM: fix the module name
During the server installation, the installer checks if the
SElinux policy module for the specific hardware is detected. The
current code mixed up SElinux policy module name and RPM
package name and resulted in a false warning that the module
was missing.

The module name is ipa-nfast or ipa-luna, not ipa-selinux-nfast
or ipa-selinux-luna.
The name is defined in the spec file as %{module}-nfast
and module=ipa.

Fixes: https://pagure.io/freeipa/issue/9636

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2024-08-14 17:05:16 +02:00
..
plugins ipasam: make krbtgt TDO principal canonical 2024-01-23 13:19:37 +01:00
server Re-organize HSM validation to be more consistent/less duplication 2024-07-15 10:26:54 -04:00
__init__.py Remove __all__ specifications in ipaclient and ipaserver.install 2013-09-06 15:42:33 +02:00
adtrust.py adtrust install: define constants for rid bases 2021-11-02 10:11:28 +01:00
adtrustinstance.py Log errors reported by adtrustinstance.check_inst() using logger 2024-08-05 14:52:12 +02:00
bindinstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
ca.py HSM: fix the module name 2024-08-14 17:05:16 +02:00
cainstance.py Replica CA installation: ignore time skew during initial replication 2024-08-01 09:51:11 +02:00
certs.py Add token support to installer certificate handling 2024-05-16 08:46:32 -04:00
conncheck.py install: introduce installer class hierarchy 2016-11-11 12:17:25 +01:00
custodiainstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
dns.py pylint: Fix useless-suppression 2022-03-11 13:37:08 -05:00
dnskeysyncinstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
dogtag.py Verify pki ini override early 2019-04-10 13:43:23 +02:00
dogtaginstance.py Don't generate a cafile on HSM instalations 2024-05-16 08:46:32 -04:00
dsinstance.py Replica CA installation: ignore time skew during initial replication 2024-08-01 09:51:11 +02:00
httpinstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
installutils.py pylint: Fix used-before-assignment 2023-01-10 08:30:58 +01:00
ipa_acme_manage.py ACME: Don't treat pki-server ca-config-show failures as fatal 2024-01-10 13:35:51 -05:00
ipa_backup.py Use a unique task name for each backend in ipa-backup 2024-06-10 14:59:18 -04:00
ipa_cacert_manage.py Compatibility fix for PyCA cryptography 42.0.0 2024-01-24 14:54:24 +01:00
ipa_cert_fix.py Compatibility fix for PyCA cryptography 42.0.0 2024-01-24 14:54:24 +01:00
ipa_crlgen_manage.py CRL generation master: new utility to enable|disable 2019-03-14 09:39:55 +01:00
ipa_kra_install.py Add HSM configuration options to installer scripts 2024-05-16 08:46:32 -04:00
ipa_ldap_updater.py Remove -s option from ipa-ldap-updater usage 2021-05-20 14:45:27 -04:00
ipa_migrate_constants.py IPA-to-IPA migration tool (beta) 2024-04-04 15:49:42 -04:00
ipa_migrate.py ipa-migrate - properly handle invalid certificates 2024-07-31 16:14:49 -04:00
ipa_otptoken_import.py Get rid of unicode and long helpers in ipa-otptoken-import 2024-07-31 16:20:31 -04:00
ipa_pkinit_manage.py Allow PKINIT to be enabled when updating from a pre-PKINIT IPA CA server 2021-06-17 17:28:48 -04:00
ipa_replica_install.py pylint: Fix useless-suppression 2022-03-11 13:37:08 -05:00
ipa_restore.py ipa-restore: adapt for 389-ds switch to LMDB 2024-02-23 14:11:25 +01:00
ipa_server_certinstall.py Require an ipa-ca SAN on 3rd party certs if ACME is enabled 2020-11-02 14:01:05 -05:00
ipa_server_install.py pylint: Fix useless-suppression 2022-03-11 13:37:08 -05:00
ipa_server_upgrade.py ipa commands: print 'IPA is not configured' when ipa is not setup 2018-08-23 12:08:45 +02:00
ipa_subids.py pylint: Fix arguments-renamed 2022-03-11 13:37:08 -05:00
ipa_trust_enable_agent.py ipa-adtrust-install: run remote configuration for new agents 2020-03-05 14:40:58 +01:00
ipa_winsync_migrate.py ipa commands: print 'IPA is not configured' when ipa is not setup 2018-08-23 12:08:45 +02:00
ipactl.py pylint: Fix useless-suppression 2022-03-11 13:37:08 -05:00
kra.py Re-organize HSM validation to be more consistent/less duplication 2024-07-15 10:26:54 -04:00
krainstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
krbinstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
ldapupdate.py pylint: remove useless suppression 2023-01-10 08:30:58 +01:00
odsexporterinstance.py odsexporterinstance: use late binding for UID/GID resolution 2020-12-22 14:05:13 +02:00
opendnssecinstance.py Clean up more files and directories created by the installer(s) 2024-06-26 13:30:48 +02:00
otpdinstance.py Enable pylint missing-final-newline check 2015-12-23 07:59:22 +01:00
replication.py check_repl_update: in progress is a boolean 2022-08-16 08:39:06 +02:00
schemaupdate.py Unify access to FQDN 2020-10-26 17:11:19 +11:00
service.py Replica CA installation: ignore time skew during initial replication 2024-08-01 09:51:11 +02:00
sysupgrade.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
upgradeinstance.py Use get_replication_plugin_name in LDAP updater 2021-06-21 10:58:02 +02:00