From 6518a600b46bf6db57ec1adc1282999293e1dfb8 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 19 Jan 2021 15:35:41 -0500 Subject: [PATCH] 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 Reviewed-By: Alexander Bokovoy --- client/man/default.conf.5 | 2 +- client/man/epn.conf.5 | 2 +- client/man/ipa-certupdate.1 | 2 +- client/man/ipa-client-automount.1 | 2 +- client/man/ipa-client-install.1 | 2 +- client/man/ipa-client-samba.1 | 4 +- client/man/ipa-epn.1 | 2 +- client/man/ipa-getkeytab.1 | 4 +- client/man/ipa-join.1 | 2 +- client/man/ipa-rmkeytab.1 | 2 +- client/man/ipa.1 | 2 +- install/html/ssbrowser.html | 4 +- install/html/unauthorized.html | 4 +- install/migration/index.html | 2 +- install/share/ipaca_default.ini | 2 +- install/share/schema.d/README | 4 +- install/tools/ipa-adtrust-install.in | 4 +- install/tools/ipa-replica-conncheck.in | 2 +- install/tools/man/ipa-acme-manage.1 | 10 ++--- install/tools/man/ipa-adtrust-install.1 | 4 +- install/tools/man/ipa-advise.1 | 4 +- install/tools/man/ipa-backup.1 | 2 +- install/tools/man/ipa-ca-install.1 | 2 +- install/tools/man/ipa-cacert-manage.1 | 2 +- install/tools/man/ipa-cert-fix.1 | 6 +-- install/tools/man/ipa-compat-manage.1 | 2 +- install/tools/man/ipa-crlgen-manage.1 | 2 +- install/tools/man/ipa-csreplica-manage.1 | 2 +- install/tools/man/ipa-dns-install.1 | 4 +- install/tools/man/ipa-kra-install.1 | 2 +- install/tools/man/ipa-ldap-updater.1 | 2 +- install/tools/man/ipa-managed-entries.1 | 2 +- install/tools/man/ipa-nis-manage.1 | 2 +- install/tools/man/ipa-otptoken-import.1 | 2 +- install/tools/man/ipa-pkinit-manage.1 | 2 +- install/tools/man/ipa-replica-conncheck.1 | 2 +- install/tools/man/ipa-replica-install.1 | 6 +-- install/tools/man/ipa-replica-manage.1 | 2 +- install/tools/man/ipa-restore.1 | 2 +- install/tools/man/ipa-server-certinstall.1 | 2 +- install/tools/man/ipa-server-install.1 | 4 +- install/tools/man/ipa-server-upgrade.1 | 2 +- install/tools/man/ipa-winsync-migrate.1 | 2 +- install/tools/man/ipactl.8 | 2 +- install/ui/index.html | 2 +- install/ui/reset_password.html | 2 +- install/ui/src/freeipa/widgets/App.js | 2 +- install/ui/sync_otp.html | 2 +- install/ui/test/data/ipa_init_commands.json | 4 +- install/ui/test/data/ipa_init_objects.json | 2 +- ipaclient/install/client.py | 2 +- ipaclient/remote_plugins/2_114/otptoken.py | 6 +-- ipaclient/remote_plugins/2_114/sudorule.py | 4 +- ipaclient/remote_plugins/2_156/certprofile.py | 2 +- ipaclient/remote_plugins/2_156/otptoken.py | 6 +-- ipaclient/remote_plugins/2_156/sudorule.py | 4 +- ipaclient/remote_plugins/2_164/certprofile.py | 2 +- ipaclient/remote_plugins/2_164/otptoken.py | 6 +-- ipaclient/remote_plugins/2_164/sudorule.py | 4 +- ipaclient/remote_plugins/2_49/sudorule.py | 6 +-- ipalib/pkcs10.py | 2 +- ipalib/rpc.py | 2 +- ipalib/util.py | 2 +- ipalib/x509.py | 2 +- ipaserver/advise/plugins/legacy_clients.py | 8 ++-- ipaserver/advise/plugins/smart_card_auth.py | 6 +-- ipaserver/dcerpc.py | 2 +- ipaserver/install/dns.py | 2 +- ipaserver/install/ipa_cert_fix.py | 2 +- ipaserver/install/ipa_kra_install.py | 4 +- ipaserver/install/plugins/dns.py | 10 ++--- ipaserver/install/replication.py | 2 +- ipaserver/install/server/install.py | 2 +- ipaserver/install/server/replicainstall.py | 2 +- ipaserver/plugins/certmap.py | 2 +- ipaserver/plugins/certprofile.py | 2 +- ipaserver/plugins/config.py | 2 +- ipaserver/plugins/otptoken.py | 2 +- ipaserver/plugins/sudorule.py | 4 +- po/de.po | 2 +- po/es.po | 20 +++++----- po/fr.po | 16 ++++---- po/ru.po | 40 +++++++++---------- po/uk.po | 40 +++++++++---------- po/zh_CN.po | 8 ++-- 85 files changed, 183 insertions(+), 183 deletions(-) diff --git a/client/man/default.conf.5 b/client/man/default.conf.5 index 8336ed841..f85fd6704 100644 --- a/client/man/default.conf.5 +++ b/client/man/default.conf.5 @@ -16,7 +16,7 @@ .\" .\" Author: Rob Crittenden .\" -.TH "default.conf" "5" "Feb 21 2011" "FreeIPA" "FreeIPA Manual Pages" +.TH "default.conf" "5" "Feb 21 2011" "IPA" "IPA Manual Pages" .SH "NAME" default.conf \- IPA configuration file .SH "SYNOPSIS" diff --git a/client/man/epn.conf.5 b/client/man/epn.conf.5 index 60508d292..9f0ec59d0 100644 --- a/client/man/epn.conf.5 +++ b/client/man/epn.conf.5 @@ -16,7 +16,7 @@ .\" .\" Author: Rob Crittenden .\" -.TH "EPN.CONF" "5" "April 28, 2020" "FreeIPA" "FreeIPA Manual Pages" +.TH "EPN.CONF" "5" "April 28, 2020" "IPA" "IPA Manual Pages" .SH "NAME" epn.conf \- Expiring Password Notification configuration file .SH "SYNOPSIS" diff --git a/client/man/ipa-certupdate.1 b/client/man/ipa-certupdate.1 index d95790a36..431b395a9 100644 --- a/client/man/ipa-certupdate.1 +++ b/client/man/ipa-certupdate.1 @@ -16,7 +16,7 @@ .\" .\" Author: Jan Cholasta .\" -.TH "ipa-certupdate" "1" "Jul 2 2014" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-certupdate" "1" "Jul 2 2014" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-certupdate \- Update local IPA certificate databases with certificates from the server .SH "SYNOPSIS" diff --git a/client/man/ipa-client-automount.1 b/client/man/ipa-client-automount.1 index 4c3caee93..3f6edabd0 100644 --- a/client/man/ipa-client-automount.1 +++ b/client/man/ipa-client-automount.1 @@ -16,7 +16,7 @@ .\" .\" Author: Rob Crittenden .\" -.TH "ipa-client-automount" "1" "May 25 2012" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-client-automount" "1" "May 25 2012" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-client\-automount \- Configure automount and NFS for IPA .SH "SYNOPSIS" diff --git a/client/man/ipa-client-install.1 b/client/man/ipa-client-install.1 index 5d6ac8653..1db3445c0 100644 --- a/client/man/ipa-client-install.1 +++ b/client/man/ipa-client-install.1 @@ -1,7 +1,7 @@ .\" A man page for ipa-client-install .\" Copyright (C) 2008-2016 FreeIPA Contributors see COPYING for license .\" -.TH "ipa-client-install" "1" "Dec 19 2016" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-client-install" "1" "Dec 19 2016" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-client\-install \- Configure an IPA client .SH "SYNOPSIS" diff --git a/client/man/ipa-client-samba.1 b/client/man/ipa-client-samba.1 index ea83715ff..5ed6c7150 100644 --- a/client/man/ipa-client-samba.1 +++ b/client/man/ipa-client-samba.1 @@ -1,7 +1,7 @@ .\" A man page for ipa-client-samba .\" Copyright (C) 2008-2016 FreeIPA Contributors see COPYING for license .\" -.TH "ipa-client-samba" "1" "Jun 10 2019" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-client-samba" "1" "Jun 10 2019" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-client\-samba \- Configure Samba file server on an IPA client .SH "SYNOPSIS" @@ -39,7 +39,7 @@ The ipa\-client\-samba script assumes that the machine has alreaby been enrolled .SS "IPA Master Requirements" At least one IPA master must hold a \fBTrust Controller\fR role. This can be achieved by running ipa\-adtrust\-install on the IPA master. The utility will configure IPA master to be a domain controller for IPA domain. -IPA master holding a \fBTrust Controller\fR role has also to have support for a special service command to create SMB service, \fBipa service-add-smb\fR. This command is available with FreeIPA 4.8.0 or later release. +IPA master holding a \fBTrust Controller\fR role has also to have support for a special service command to create SMB service, \fBipa service-add-smb\fR. This command is available with IPA 4.8.0 or later release. .SH "OPTIONS" .SS "BASIC OPTIONS" diff --git a/client/man/ipa-epn.1 b/client/man/ipa-epn.1 index 124fd4536..5e8438b69 100644 --- a/client/man/ipa-epn.1 +++ b/client/man/ipa-epn.1 @@ -15,7 +15,7 @@ .\" along with this program. If not, see . .\" .\" -.TH "IPA-EPN" "1" "April 24, 2020" "FreeIPA" "FreeIPA Manual Pages" +.TH "IPA-EPN" "1" "April 24, 2020" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-epn \- Send expiring password nofications .SH "SYNOPSIS" diff --git a/client/man/ipa-getkeytab.1 b/client/man/ipa-getkeytab.1 index a4bcd8871..b57c5489c 100644 --- a/client/man/ipa-getkeytab.1 +++ b/client/man/ipa-getkeytab.1 @@ -17,7 +17,7 @@ .\" Author: Karl MacMillan .\" Author: Simo Sorce .\" -.TH "ipa-getkeytab" "1" "Oct 10 2007" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-getkeytab" "1" "Oct 10 2007" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-getkeytab \- Get a keytab for a Kerberos principal .SH "SYNOPSIS" @@ -118,7 +118,7 @@ GSSAPI or EXTERNAL. \fB\-r\fR Retrieve mode. Retrieve an existing key from the server instead of generating a new one. This is incompatible with the \-\-password option, and will work only -against a FreeIPA server more recent than version 3.3. The user requesting the +against a IPA server more recent than version 3.3. The user requesting the keytab must have access to the keys for this operation to succeed. .SH "EXAMPLES" Add and retrieve a keytab for the NFS service principal on diff --git a/client/man/ipa-join.1 b/client/man/ipa-join.1 index 6e512b875..5eaf68f9d 100644 --- a/client/man/ipa-join.1 +++ b/client/man/ipa-join.1 @@ -16,7 +16,7 @@ .\" .\" Author: Rob Crittenden .\" -.TH "ipa-join" "1" "Oct 8 2009" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-join" "1" "Oct 8 2009" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-join \- Join a machine to an IPA realm and get a keytab for the host service principal .SH "SYNOPSIS" diff --git a/client/man/ipa-rmkeytab.1 b/client/man/ipa-rmkeytab.1 index 583871ebd..f4e1c51fa 100644 --- a/client/man/ipa-rmkeytab.1 +++ b/client/man/ipa-rmkeytab.1 @@ -17,7 +17,7 @@ .\" Author: Rob Crittenden .\" .\" -.TH "ipa-rmkeytab" "1" "Oct 30 2009" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa-rmkeytab" "1" "Oct 30 2009" "IPA" "IPA Manual Pages" .SH "NAME" ipa\-rmkeytab \- Remove a kerberos principal from a keytab .SH "SYNOPSIS" diff --git a/client/man/ipa.1 b/client/man/ipa.1 index f9fae7c0d..2fb21b52d 100644 --- a/client/man/ipa.1 +++ b/client/man/ipa.1 @@ -16,7 +16,7 @@ .\" .\" Author: Pavel Zuna .\" -.TH "ipa" "1" "Apr 29 2016" "FreeIPA" "FreeIPA Manual Pages" +.TH "ipa" "1" "Apr 29 2016" "IPA" "IPA Manual Pages" .SH "NAME" ipa \- IPA command\-line interface .SH "SYNOPSIS" diff --git a/install/html/ssbrowser.html b/install/html/ssbrowser.html index a48a24511..f934dbb40 100644 --- a/install/html/ssbrowser.html +++ b/install/html/ssbrowser.html @@ -2,7 +2,7 @@ - IPA: Identity Policy Audit + Identity Management