mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
Change FreeIPA references to IPA and Identity Management
In order to simplify the build process between upstream FreeIPA and downstream builds (such as CentOS Stream) we are changing some file references from FreeIPA to IPA (and Identity Management). https://pagure.io/freeipa/issue/8669 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
74b4d7e4df
commit
6518a600b4
@@ -94,7 +94,7 @@ class config_redhat_sssd_before_1_9(config_base_legacy_client):
|
||||
Legacy client configuration for Red Hat based systems, using SSSD.
|
||||
"""
|
||||
description = ('Instructions for configuring a system with an old version '
|
||||
'of SSSD (1.5-1.8) as a FreeIPA client. This set of '
|
||||
'of SSSD (1.5-1.8) as a IPA client. This set of '
|
||||
'instructions is targeted for platforms that include '
|
||||
'the authconfig utility, which are all Red Hat based '
|
||||
'platforms.')
|
||||
@@ -129,7 +129,7 @@ class config_generic_linux_sssd_before_1_9(config_base_legacy_client):
|
||||
using SSSD.
|
||||
"""
|
||||
description = ('Instructions for configuring a system with an old version '
|
||||
'of SSSD (1.5-1.8) as a FreeIPA client. This set of '
|
||||
'of SSSD (1.5-1.8) as a IPA client. This set of '
|
||||
'instructions is targeted for linux systems that do not '
|
||||
'include the authconfig utility.')
|
||||
|
||||
@@ -184,7 +184,7 @@ class config_redhat_nss_pam_ldapd(config_base_legacy_client):
|
||||
using nss-pam-ldapd.
|
||||
"""
|
||||
description = ('Instructions for configuring a system with nss-pam-ldapd '
|
||||
'as a FreeIPA client. This set of instructions is targeted '
|
||||
'as a IPA client. This set of instructions is targeted '
|
||||
'for platforms that include the authconfig utility, which '
|
||||
'are all Red Hat based platforms.')
|
||||
|
||||
@@ -352,7 +352,7 @@ class config_redhat_nss_ldap(config_base_legacy_client):
|
||||
using nss-ldap.
|
||||
"""
|
||||
description = ('Instructions for configuring a system with nss-ldap '
|
||||
'as a FreeIPA client. This set of instructions is targeted '
|
||||
'as a IPA client. This set of instructions is targeted '
|
||||
'for platforms that include the authconfig utility, which '
|
||||
'are all Red Hat based platforms.')
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@ class config_server_for_smart_card_auth(common_smart_card_auth_config):
|
||||
"""
|
||||
|
||||
description = ("Instructions for enabling Smart Card authentication on "
|
||||
" a single FreeIPA server. Includes Apache configuration, "
|
||||
" a single IPA server. Includes Apache configuration, "
|
||||
"enabling PKINIT on KDC and configuring WebUI to accept "
|
||||
"Smart Card auth requests. To enable the feature in the "
|
||||
"whole topology you have to run the script on each master")
|
||||
@@ -244,11 +244,11 @@ class config_server_for_smart_card_auth(common_smart_card_auth_config):
|
||||
@register()
|
||||
class config_client_for_smart_card_auth(common_smart_card_auth_config):
|
||||
"""
|
||||
Configures smart card authentication on FreeIPA client
|
||||
Configures smart card authentication on IPA client
|
||||
"""
|
||||
|
||||
description = ("Instructions for enabling Smart Card authentication on "
|
||||
" a single FreeIPA client. Configures Smart Card daemon, "
|
||||
" a single IPA client. Configures Smart Card daemon, "
|
||||
"set the system-wide trust store and configures SSSD to "
|
||||
"allow smart card logins to desktop")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user