pgreco / rpms / ipa

Forked from forks/areguera/rpms/ipa 4 years ago
Clone

Blame SOURCES/1004-Change-branding-to-IPA-and-Identity-Management.patch

e3ffab
From 7e7a531e1b503c6fe5e4ac0389591c546071411b Mon Sep 17 00:00:00 2001
99b6f7
From: Martin Kosek <mkosek@redhat.com>
e3ffab
Date: Fri, 5 Sep 2014 11:46:59 +0200
e3ffab
Subject: [PATCH] Change branding to IPA and Identity Management
99b6f7
99b6f7
---
e3ffab
 install/html/browserconfig.html            | 4 ++--
e3ffab
 install/html/ssbrowser.html                | 4 ++--
e3ffab
 install/html/unauthorized.html             | 4 ++--
e3ffab
 install/migration/error.html               | 4 ++--
99b6f7
 install/migration/index.html               | 2 +-
99b6f7
 install/migration/invalid.html             | 2 +-
99b6f7
 install/tools/ipa-adtrust-install          | 6 +++---
99b6f7
 install/tools/ipa-dns-install              | 2 +-
99b6f7
 install/tools/ipa-replica-conncheck        | 2 +-
99b6f7
 install/tools/ipa-server-install           | 2 +-
99b6f7
 install/tools/man/ipa-adtrust-install.1    | 2 +-
99b6f7
 install/tools/man/ipa-advise.1             | 4 ++--
99b6f7
 install/tools/man/ipa-backup.1             | 2 +-
99b6f7
 install/tools/man/ipa-ca-install.1         | 2 +-
99b6f7
 install/tools/man/ipa-compat-manage.1      | 2 +-
99b6f7
 install/tools/man/ipa-csreplica-manage.1   | 2 +-
99b6f7
 install/tools/man/ipa-dns-install.1        | 2 +-
99b6f7
 install/tools/man/ipa-ldap-updater.1       | 2 +-
99b6f7
 install/tools/man/ipa-managed-entries.1    | 2 +-
99b6f7
 install/tools/man/ipa-nis-manage.1         | 2 +-
e3ffab
 install/tools/man/ipa-otptoken-import.1    | 2 +-
99b6f7
 install/tools/man/ipa-replica-conncheck.1  | 2 +-
99b6f7
 install/tools/man/ipa-replica-install.1    | 2 +-
99b6f7
 install/tools/man/ipa-replica-manage.1     | 2 +-
99b6f7
 install/tools/man/ipa-replica-prepare.1    | 2 +-
99b6f7
 install/tools/man/ipa-restore.1            | 2 +-
99b6f7
 install/tools/man/ipa-server-certinstall.1 | 2 +-
99b6f7
 install/tools/man/ipa-server-install.1     | 2 +-
99b6f7
 install/tools/man/ipactl.8                 | 2 +-
99b6f7
 install/ui/index.html                      | 2 +-
99b6f7
 install/ui/reset_password.html             | 2 +-
e3ffab
 install/ui/src/freeipa/widgets/App.js      | 2 +-
e3ffab
 install/ui/sync_otp.html                   | 2 +-
99b6f7
 ipa-client/man/default.conf.5              | 2 +-
99b6f7
 ipa-client/man/ipa-client-automount.1      | 2 +-
99b6f7
 ipa-client/man/ipa-client-install.1        | 2 +-
e3ffab
 ipa-client/man/ipa-getkeytab.1             | 4 ++--
99b6f7
 ipa-client/man/ipa-join.1                  | 2 +-
99b6f7
 ipa-client/man/ipa-rmkeytab.1              | 2 +-
e3ffab
 ipa.1                                      | 2 +-
e3ffab
 ipaserver/advise/plugins/legacy_clients.py | 8 ++++----
e3ffab
 41 files changed, 52 insertions(+), 52 deletions(-)
99b6f7
99b6f7
diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html
e3ffab
index d721a4ad2a3b684a4bf45602584fee78f4613360..b0cd570403b1604449887302844c43b1e89b80e2 100644
99b6f7
--- a/install/html/browserconfig.html
99b6f7
+++ b/install/html/browserconfig.html
99b6f7
@@ -2,7 +2,7 @@
99b6f7
 <html>
99b6f7
 <head>
99b6f7
     <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
e3ffab
     <script type="text/javascript" src="../ui/js/libs/loader.js"></script>
e3ffab
     <script type="text/javascript">
e3ffab
         (function() {
e3ffab
@@ -26,7 +26,7 @@
e3ffab
 
e3ffab
     <nav class="navbar navbar-default navbar-pf" role="navigation">
e3ffab
     
e3ffab
-        FreeIPA
e3ffab
+        Identity Management
e3ffab
     
e3ffab
     </nav>
99b6f7
 
99b6f7
diff --git a/install/html/ssbrowser.html b/install/html/ssbrowser.html
e3ffab
index d90103228150a60bd49e91ea8c64891d53d75d7b..d066d9c26694d4f0637bccf5dd4e869db7f6da41 100644
99b6f7
--- a/install/html/ssbrowser.html
99b6f7
+++ b/install/html/ssbrowser.html
99b6f7
@@ -2,7 +2,7 @@
99b6f7
 <html>
99b6f7
 <head>
99b6f7
 <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
e3ffab
     <script type="text/javascript" src="../ui/js/libs/loader.js"></script>
e3ffab
     <script type="text/javascript">
e3ffab
         (function() {
e3ffab
@@ -45,7 +45,7 @@
e3ffab
 
e3ffab
     <nav class="navbar navbar-default navbar-pf" role="navigation">
e3ffab
     
e3ffab
-        FreeIPA
e3ffab
+        Identity Management
e3ffab
     
e3ffab
     </nav>
99b6f7
 
99b6f7
diff --git a/install/html/unauthorized.html b/install/html/unauthorized.html
e3ffab
index 0b4414f55e7e2ab242e782b6824c2af7ae9eae59..37f2548591f691c79c0ac29afb9f4213ec5dc31a 100644
99b6f7
--- a/install/html/unauthorized.html
99b6f7
+++ b/install/html/unauthorized.html
99b6f7
@@ -2,7 +2,7 @@
99b6f7
 <html>
99b6f7
 <head>
99b6f7
     <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
e3ffab
     <script type="text/javascript" src="../ui/js/libs/loader.js"></script>
e3ffab
     <script type="text/javascript">
e3ffab
         (function() {
e3ffab
@@ -19,7 +19,7 @@
99b6f7
 
e3ffab
     <nav class="navbar navbar-default navbar-pf" role="navigation">
e3ffab
     
e3ffab
-        FreeIPA
e3ffab
+        Identity Management
e3ffab
     
e3ffab
     </nav>
99b6f7
 
99b6f7
diff --git a/install/migration/error.html b/install/migration/error.html
e3ffab
index 896e56ec63c6eee62cb0b93f4e7fe97d668e703d..c7a4cb41961e181633ddd4f0d41064d8b696782f 100644
99b6f7
--- a/install/migration/error.html
99b6f7
+++ b/install/migration/error.html
99b6f7
@@ -2,7 +2,7 @@
99b6f7
 <html>
99b6f7
 <head>
99b6f7
 <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
99b6f7
 
e3ffab
     <link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
e3ffab
     <link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
e3ffab
@@ -11,7 +11,7 @@
e3ffab
 <body class="info-page">
e3ffab
     <nav class="navbar navbar-default navbar-pf" role="navigation">
e3ffab
     
e3ffab
-        FreeIPA
e3ffab
+        Identity Management
e3ffab
     
e3ffab
     </nav>
e3ffab
 
99b6f7
diff --git a/install/migration/index.html b/install/migration/index.html
e3ffab
index 302eca263fa62c92d39ad9ccc678cf251a0afc8c..189aa71943ae1a5acfae977c0f74400d7ac4d23b 100644
99b6f7
--- a/install/migration/index.html
99b6f7
+++ b/install/migration/index.html
99b6f7
@@ -2,7 +2,7 @@
e3ffab
 <html class="login-pf">
99b6f7
 <head>
99b6f7
 <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
99b6f7
 
e3ffab
     <link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
e3ffab
     <link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
99b6f7
diff --git a/install/migration/invalid.html b/install/migration/invalid.html
e3ffab
index f75b0bdc7d00d54d801ef66f373a09e89ead3251..16c455ca12e922ece1ea49813071fc2db0a22970 100644
99b6f7
--- a/install/migration/invalid.html
99b6f7
+++ b/install/migration/invalid.html
99b6f7
@@ -2,7 +2,7 @@
e3ffab
 <html class="login-pf">
99b6f7
 <head>
99b6f7
 <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
99b6f7
 
e3ffab
     <link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
e3ffab
     <link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
99b6f7
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
e3ffab
index 6e55bbe3e57f1c609398dc571e90cb8677d91a33..2e235262ee1ed3aa084459a243c41a49f79b68fd 100755
99b6f7
--- a/install/tools/ipa-adtrust-install
99b6f7
+++ b/install/tools/ipa-adtrust-install
e3ffab
@@ -227,11 +227,11 @@ def main():
99b6f7
 
99b6f7
     print "=============================================================================="
99b6f7
     print "This program will setup components needed to establish trust to AD domains for"
99b6f7
-    print "the FreeIPA Server."
99b6f7
+    print "the IPA Server."
99b6f7
     print ""
99b6f7
     print "This includes:"
99b6f7
     print "  * Configure Samba"
99b6f7
-    print "  * Add trust related objects to FreeIPA LDAP server"
99b6f7
+    print "  * Add trust related objects to IPA LDAP server"
99b6f7
     #TODO:
99b6f7
     #print "  * Add a SID to all users and Posix groups"
99b6f7
     print ""
e3ffab
@@ -429,7 +429,7 @@ You must make sure these network ports are open:
99b6f7
 \t  * 389: (C)LDAP
99b6f7
 \t  * 445: microsoft-ds
99b6f7
 
99b6f7
-Additionally you have to make sure the FreeIPA LDAP server is not reachable
99b6f7
+Additionally you have to make sure the IPA LDAP server is not reachable
99b6f7
 by any domain controller in the Active Directory domain by closing down
99b6f7
 the following ports for these servers:
99b6f7
 \tTCP Ports:
99b6f7
diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install
e3ffab
index 1d4db5f1fdff373bc0af725ee50f1210f3195b7d..cbf3faeef3644870b6978e02c95f67354cc7e61b 100755
99b6f7
--- a/install/tools/ipa-dns-install
99b6f7
+++ b/install/tools/ipa-dns-install
e3ffab
@@ -97,7 +97,7 @@ def main():
e3ffab
     fstore = sysrestore.FileStore(paths.SYSRESTORE)
99b6f7
 
99b6f7
     print "=============================================================================="
99b6f7
-    print "This program will setup DNS for the FreeIPA Server."
99b6f7
+    print "This program will setup DNS for the IPA Server."
99b6f7
     print ""
99b6f7
     print "This includes:"
99b6f7
     print "  * Configure DNS (bind)"
99b6f7
diff --git a/install/tools/ipa-replica-conncheck b/install/tools/ipa-replica-conncheck
e3ffab
index 22348fc2158e59afc2e1aa51e3d3f51e90b99e39..e26e878c5b82b4e1e8a172a217b3225dcea642c4 100755
99b6f7
--- a/install/tools/ipa-replica-conncheck
99b6f7
+++ b/install/tools/ipa-replica-conncheck
e3ffab
@@ -252,7 +252,7 @@ class PortResponder(threading.Thread):
99b6f7
                 ipautil.bind_port_responder(self.port,
99b6f7
                         self.port_type,
99b6f7
                         socket_timeout=self.socket_timeout,
99b6f7
-                        responder_data="FreeIPA")
99b6f7
+                        responder_data="IPA")
99b6f7
             except socket.timeout:
99b6f7
                 pass
99b6f7
             except socket.error, e:
99b6f7
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
e3ffab
index 8f4cf457af54d47dbeda48f24a1b607e61106497..4fd4d8171ab89b805449a6625e9c5ea2d0921fa5 100755
99b6f7
--- a/install/tools/ipa-server-install
99b6f7
+++ b/install/tools/ipa-server-install
e3ffab
@@ -830,7 +830,7 @@ def main():
99b6f7
         external = 0
99b6f7
 
99b6f7
     print "=============================================================================="
99b6f7
-    print "This program will set up the FreeIPA Server."
99b6f7
+    print "This program will set up the IPA Server."
99b6f7
     print ""
99b6f7
     print "This includes:"
99b6f7
     if setup_ca:
99b6f7
diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1
e3ffab
index b0aa8ceefc34698329b2a13d3adbcb204f08b3a9..fe22b69ad7730b9c07c0e4cc8f8326b80738fe62 100644
99b6f7
--- a/install/tools/man/ipa-adtrust-install.1
99b6f7
+++ b/install/tools/man/ipa-adtrust-install.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Sumit Bose <sbose@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-adtrust-install" "1" "Aug 23 2011" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-adtrust-install" "1" "Aug 23 2011" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-adtrust\-install \- Prepare an IPA server to be able to establish trust relationships with AD domains
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-advise.1 b/install/tools/man/ipa-advise.1
99b6f7
index 4c494aab90fe307bf0a2bf82677efda4b5e67e3e..515bbddbe4de8a38a2797d6aa5e95c1ae76fb718 100644
99b6f7
--- a/install/tools/man/ipa-advise.1
99b6f7
+++ b/install/tools/man/ipa-advise.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Tomas Babej <tbabej@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-advise" "1" "Jun 10 2013" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-advise" "1" "Jun 10 2013" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-advise \- Provide configurations advice for various use cases.
99b6f7
 .SH "SYNOPSIS"
99b6f7
@@ -41,4 +41,4 @@ Log to the given file
99b6f7
 .SH "EXIT STATUS"
99b6f7
 0 if the command was successful
99b6f7
 
99b6f7
-1 if an error occurred
99b6f7
\ No newline at end of file
99b6f7
+1 if an error occurred
99b6f7
diff --git a/install/tools/man/ipa-backup.1 b/install/tools/man/ipa-backup.1
99b6f7
index ff9759ec77d54f32532c4ececfa5081daab9ec15..476f9b534d514b03200369212807fc6d001c70b8 100644
99b6f7
--- a/install/tools/man/ipa-backup.1
99b6f7
+++ b/install/tools/man/ipa-backup.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-backup" "1" "Mar 22 2013" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-backup" "1" "Mar 22 2013" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-backup \- Back up an IPA master
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-ca-install.1 b/install/tools/man/ipa-ca-install.1
e3ffab
index aa186987a15b5203607ac76e63751f01811c4bd7..c110db03ff48fd80b4dc70cf9d1c32d53d58b57b 100644
99b6f7
--- a/install/tools/man/ipa-ca-install.1
99b6f7
+++ b/install/tools/man/ipa-ca-install.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-ca-install" "1" "Jun 17 2011" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-ca-install" "1" "Jun 17 2011" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
e3ffab
 ipa\-ca\-install \- Install a CA on a server
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-compat-manage.1 b/install/tools/man/ipa-compat-manage.1
99b6f7
index f22b1743e31c3b07132acfcfdd8600544f9ace6c..26470331a127af9445c4473525434c237e23dbcf 100644
99b6f7
--- a/install/tools/man/ipa-compat-manage.1
99b6f7
+++ b/install/tools/man/ipa-compat-manage.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Simo Sorce <ssorce@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-compat-manage" "1" "Dec 2 2008" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-compat-manage" "1" "Dec 2 2008" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-compat\-manage \- Enables or disables the schema compatibility plugin
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-csreplica-manage.1 b/install/tools/man/ipa-csreplica-manage.1
e3ffab
index 3164ea60d67db99445dac168fad967cb48be428e..bdf70302e1743d0d94c0acad7e83b5a16026c643 100644
99b6f7
--- a/install/tools/man/ipa-csreplica-manage.1
99b6f7
+++ b/install/tools/man/ipa-csreplica-manage.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-csreplica-manage" "1" "Jul 14 2011" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-csreplica-manage" "1" "Jul 14 2011" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-csreplica\-manage \- Manage an IPA CS replica
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1
e3ffab
index bde30cadba9b8b461f5373b734c3edf2faf9d0af..0e12918e5d906f0606e7fb6e19f2da25c91e2a3c 100644
99b6f7
--- a/install/tools/man/ipa-dns-install.1
99b6f7
+++ b/install/tools/man/ipa-dns-install.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-dns-install" "1" "Jun 28, 2012" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-dns-install" "1" "Jun 28, 2012" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-dns\-install \- Add DNS as a service to an IPA server
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-ldap-updater.1 b/install/tools/man/ipa-ldap-updater.1
e3ffab
index 79cc316501512879fa39ba4c15fd898b976eb25e..6d819cb531372e58c81eeb7e01ebfb9bb574169b 100644
99b6f7
--- a/install/tools/man/ipa-ldap-updater.1
99b6f7
+++ b/install/tools/man/ipa-ldap-updater.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-ldap-updater" "1" "Sep 12 2008" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-ldap-updater" "1" "Sep 12 2008" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-ldap\-updater \- Update the IPA LDAP configuration
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-managed-entries.1 b/install/tools/man/ipa-managed-entries.1
99b6f7
index 3d5ca22b87846d2b46122c7171016019aa07028e..edaa0a90d1a6b123d32cbbdceb30b68c736fe8cb 100644
99b6f7
--- a/install/tools/man/ipa-managed-entries.1
99b6f7
+++ b/install/tools/man/ipa-managed-entries.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Jr Aquino <jr.aquino@citrix.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-managed-entries" "1" "Feb 06 2012" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-managed-entries" "1" "Feb 06 2012" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-managed\-entries \- Enables or disables the schema Managed Entry plugins
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-nis-manage.1 b/install/tools/man/ipa-nis-manage.1
99b6f7
index fa02cfc76fa6bd076ebddde702036fa0b36f1413..e25f53eddca6cf1da1b631c1bf4ae275efb5a2b1 100644
99b6f7
--- a/install/tools/man/ipa-nis-manage.1
99b6f7
+++ b/install/tools/man/ipa-nis-manage.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-nis-manage" "1" "May 6 2009" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-nis-manage" "1" "May 6 2009" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-nis\-manage \- Enables or disables the NIS listener plugin
99b6f7
 .SH "SYNOPSIS"
e3ffab
diff --git a/install/tools/man/ipa-otptoken-import.1 b/install/tools/man/ipa-otptoken-import.1
e3ffab
index 920a08ca2c2f996d6281483f5c65bac6b412d6d5..fe91040fabd1cad7c395aafd6afc68ed816a1951 100644
e3ffab
--- a/install/tools/man/ipa-otptoken-import.1
e3ffab
+++ b/install/tools/man/ipa-otptoken-import.1
e3ffab
@@ -16,7 +16,7 @@
e3ffab
 .\"
e3ffab
 .\" Author: Nathaniel McCallum <npmccallum@redhat.com>
e3ffab
 .\"
e3ffab
-.TH "ipa-otptoken-import" "1" "Jun 12 2014" "FreeIPA" "FreeIPA Manual Pages"
e3ffab
+.TH "ipa-otptoken-import" "1" "Jun 12 2014" "IPA" "IPA Manual Pages"
e3ffab
 .SH "NAME"
e3ffab
 ipa\-otptoken\-import \- Imports OTP tokens from RFC 6030 XML file
e3ffab
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-replica-conncheck.1 b/install/tools/man/ipa-replica-conncheck.1
99b6f7
index 566322cf035bbb51d1ba8b14166a1b61375015da..7f220de96cc03a1f883f585740a82bff062f0ce9 100644
99b6f7
--- a/install/tools/man/ipa-replica-conncheck.1
99b6f7
+++ b/install/tools/man/ipa-replica-conncheck.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Martin Kosek <mkosek@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-replica-conncheck" "1" "Jun 2 2011" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-replica-conncheck" "1" "Jun 2 2011" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-replica\-conncheck \- Check a replica\-master network connection before installation
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1
99b6f7
index 993606d83c8117b47b73bb13ac1e7431ba03f369..4452c807d963a4a501eeb802f1d96e5761e0c0f3 100644
99b6f7
--- a/install/tools/man/ipa-replica-install.1
99b6f7
+++ b/install/tools/man/ipa-replica-install.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-replica-install" "1" "May 16 2012" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-replica-install" "1" "May 16 2012" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-replica\-install \- Create an IPA replica
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1
e3ffab
index 8a7c78f39eeb6c7902ed99e7bed37e32eb0e92dc..2c162928dc7fa1567703019e2722a1c63914876d 100644
99b6f7
--- a/install/tools/man/ipa-replica-manage.1
99b6f7
+++ b/install/tools/man/ipa-replica-manage.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-replica-manage" "1" "Mar 1 2013" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-replica-manage" "1" "Mar 1 2013" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-replica\-manage \- Manage an IPA replica
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-replica-prepare.1 b/install/tools/man/ipa-replica-prepare.1
e3ffab
index 7931b71ed6fceab059a51496d9289ce25eb86b4e..fd07aa55c3d107378733d0eb3c1a6f0467182d2a 100644
99b6f7
--- a/install/tools/man/ipa-replica-prepare.1
99b6f7
+++ b/install/tools/man/ipa-replica-prepare.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-replica-prepare" "1" "Mar 14 2008" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-replica-prepare" "1" "Mar 14 2008" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-replica\-prepare \- Create an IPA replica file
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-restore.1 b/install/tools/man/ipa-restore.1
99b6f7
index 31734b259524e4b07312a4009184e725aafc3728..689dc133fc4f526bffac0458b0c5c25ff5a8f674 100644
99b6f7
--- a/install/tools/man/ipa-restore.1
99b6f7
+++ b/install/tools/man/ipa-restore.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-restore" "1" "Mar 22 2013" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-restore" "1" "Mar 22 2013" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-restore \- Restore an IPA master
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-server-certinstall.1 b/install/tools/man/ipa-server-certinstall.1
e3ffab
index d23bbd490e2b0454b8fb908e22f33c7a611c8874..d87b6bc16cfbea8f260d2767bf20eaac3562b050 100644
99b6f7
--- a/install/tools/man/ipa-server-certinstall.1
99b6f7
+++ b/install/tools/man/ipa-server-certinstall.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\" 
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\" 
99b6f7
-.TH "ipa-server-certinstall" "1" "Mar 14 2008" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-server-certinstall" "1" "Mar 14 2008" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-server\-certinstall \- Install new SSL server certificates
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1
e3ffab
index 7343f323e5447c028bba36564172524690059342..1389f80f2e13f382b08b5b718b2d7eb46d3ff58e 100644
99b6f7
--- a/install/tools/man/ipa-server-install.1
99b6f7
+++ b/install/tools/man/ipa-server-install.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-server-install" "1" "Jun 28 2012" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-server-install" "1" "Jun 28 2012" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-server\-install \- Configure an IPA server
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/tools/man/ipactl.8 b/install/tools/man/ipactl.8
e3ffab
index 5a1fd27ad6cb88877589173709c6cf0afa357fe1..0e6e339cef0a97c27b9e992a5082b2e47f00e7bd 100644
99b6f7
--- a/install/tools/man/ipactl.8
99b6f7
+++ b/install/tools/man/ipactl.8
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\" 
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\" 
99b6f7
-.TH "ipactl" "8" "Mar 14 2008" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipactl" "8" "Mar 14 2008" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipactl \- IPA Server Control Interface
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/install/ui/index.html b/install/ui/index.html
e3ffab
index ce9859074d52dd67a13afe823f2b0860eb9db8af..1ed43b0ca940d0ed8369e59cecac57cd236d8e58 100644
99b6f7
--- a/install/ui/index.html
99b6f7
+++ b/install/ui/index.html
99b6f7
@@ -2,7 +2,7 @@
99b6f7
 <html>
99b6f7
 <head>
99b6f7
     <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
99b6f7
 
e3ffab
     
e3ffab
     <meta id="ie-detector">
e3ffab
diff --git a/install/ui/reset_password.html b/install/ui/reset_password.html
e3ffab
index ec09bbfafc1670df4bdb082c4f337be1ea81213f..998d796b7c1e6b8d3eb2e5273a897e99f1f56ca7 100644
e3ffab
--- a/install/ui/reset_password.html
e3ffab
+++ b/install/ui/reset_password.html
99b6f7
@@ -2,7 +2,7 @@
e3ffab
 <html class="login-pf">
99b6f7
 <head>
99b6f7
     <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
e3ffab
     <script type="text/javascript" src="js/libs/loader.js"></script>
e3ffab
     <script type="text/javascript">
e3ffab
         (function() {
e3ffab
diff --git a/install/ui/src/freeipa/widgets/App.js b/install/ui/src/freeipa/widgets/App.js
e3ffab
index b70b14a94eadc3788ed6c31132476e53986b3e77..164b499e7ef43508af7a1c423ed9ab9f30217c16 100644
e3ffab
--- a/install/ui/src/freeipa/widgets/App.js
e3ffab
+++ b/install/ui/src/freeipa/widgets/App.js
e3ffab
@@ -188,7 +188,7 @@ define(['dojo/_base/declare',
99b6f7
 
e3ffab
             construct.create('img', {
e3ffab
                 src: 'images/header-logo.png',
e3ffab
-                alt: 'FreeIPA' // TODO: replace with configuration value
e3ffab
+                alt: 'Identity Management' // TODO: replace with configuration value
e3ffab
             }, this.brand_node);
99b6f7
 
e3ffab
             return this.brand_node;
e3ffab
diff --git a/install/ui/sync_otp.html b/install/ui/sync_otp.html
e3ffab
index 5814b6c578c250d253c8eabeff7a787f1b24f10b..36a51ca62899790da3b8788fcd8a32ffc7407375 100644
e3ffab
--- a/install/ui/sync_otp.html
e3ffab
+++ b/install/ui/sync_otp.html
99b6f7
@@ -2,7 +2,7 @@
99b6f7
 <html>
99b6f7
 <head>
99b6f7
     <meta charset="utf-8">
99b6f7
-    <title>IPA: Identity Policy Audit</title>
99b6f7
+    <title>Identity Management</title>
99b6f7
 
e3ffab
     
e3ffab
     <meta id="ie-detector">
99b6f7
diff --git a/ipa-client/man/default.conf.5 b/ipa-client/man/default.conf.5
e3ffab
index dbc8a5b4647439de4de7c01152d098eb0561e236..65dd5b1c233b664a853ee44fcc3c3f89b143be65 100644
99b6f7
--- a/ipa-client/man/default.conf.5
99b6f7
+++ b/ipa-client/man/default.conf.5
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "default.conf" "5" "Feb 21 2011" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "default.conf" "5" "Feb 21 2011" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 default.conf \- IPA configuration file
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/ipa-client/man/ipa-client-automount.1 b/ipa-client/man/ipa-client-automount.1
99b6f7
index 5b60503f1304d0a0b03a8862708ba126c50c7eff..2e6f78aa659e90f879f66431c4e52e303a4c9b15 100644
99b6f7
--- a/ipa-client/man/ipa-client-automount.1
99b6f7
+++ b/ipa-client/man/ipa-client-automount.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-client-automount" "1" "May 25 2012" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-client-automount" "1" "May 25 2012" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-client\-automount \- Configure automount and NFS for IPA
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1
e3ffab
index 726a6c133132dd2e3ba2fde43d8a2ec0549bfcef..400be7a4baadd455a370e00bca05ac4f445efbe7 100644
99b6f7
--- a/ipa-client/man/ipa-client-install.1
99b6f7
+++ b/ipa-client/man/ipa-client-install.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-client-install" "1" "Jan 31 2013" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-client-install" "1" "Jan 31 2013" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-client\-install \- Configure an IPA client
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/ipa-client/man/ipa-getkeytab.1 b/ipa-client/man/ipa-getkeytab.1
e3ffab
index bb84ad8f2b29f0753d48f480fc571ed6122ba539..349da64c82cfc53549ef666074e89d83a24d74e0 100644
99b6f7
--- a/ipa-client/man/ipa-getkeytab.1
99b6f7
+++ b/ipa-client/man/ipa-getkeytab.1
99b6f7
@@ -17,7 +17,7 @@
99b6f7
 .\" Author: Karl MacMillan <kmacmill@redhat.com>
99b6f7
 .\" Author: Simo Sorce <ssorce@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-getkeytab" "1" "Oct 10 2007" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-getkeytab" "1" "Oct 10 2007" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-getkeytab \- Get a keytab for a Kerberos principal
99b6f7
 .SH "SYNOPSIS"
e3ffab
@@ -99,7 +99,7 @@ The LDAP password to use when not binding with Kerberos.
e3ffab
 \fB\-r\fR
e3ffab
 Retrieve mode. Retrieve an existing key from the server instead of generating a
e3ffab
 new one. This is incompatibile with the \-\-password option, and will work only
e3ffab
-against a FreeIPA server more recent than version 3.3. The user requesting the
e3ffab
+against a IPA server more recent than version 3.3. The user requesting the
e3ffab
 keytab must have access to the keys for this operation to succeed.
e3ffab
 .SH "EXAMPLES"
e3ffab
 Add and retrieve a keytab for the NFS service principal on
99b6f7
diff --git a/ipa-client/man/ipa-join.1 b/ipa-client/man/ipa-join.1
e3ffab
index d881607842bb0227c2da863bd1674db01530e910..30b667558ba3105cf320896ef40b0661a18066f5 100644
99b6f7
--- a/ipa-client/man/ipa-join.1
99b6f7
+++ b/ipa-client/man/ipa-join.1
99b6f7
@@ -16,7 +16,7 @@
99b6f7
 .\"
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
-.TH "ipa-join" "1" "Oct 8 2009" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-join" "1" "Oct 8 2009" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-join \- Join a machine to an IPA realm and get a keytab for the host service principal
99b6f7
 .SH "SYNOPSIS"
99b6f7
diff --git a/ipa-client/man/ipa-rmkeytab.1 b/ipa-client/man/ipa-rmkeytab.1
99b6f7
index 4f4fcee2665c105c5cdab5f964e3295bea4b7997..84d8abd548b873213d165fe5fb012ec018a8424a 100644
99b6f7
--- a/ipa-client/man/ipa-rmkeytab.1
99b6f7
+++ b/ipa-client/man/ipa-rmkeytab.1
99b6f7
@@ -17,7 +17,7 @@
99b6f7
 .\" Author: Rob Crittenden <rcritten@redhat.com>
99b6f7
 .\"
99b6f7
 .\"
99b6f7
-.TH "ipa-rmkeytab" "1" "Oct 30 2009" "FreeIPA" "FreeIPA Manual Pages"
99b6f7
+.TH "ipa-rmkeytab" "1" "Oct 30 2009" "IPA" "IPA Manual Pages"
99b6f7
 .SH "NAME"
99b6f7
 ipa\-rmkeytab \- Remove a kerberos principal from a keytab
99b6f7
 .SH "SYNOPSIS"
e3ffab
diff --git a/ipa.1 b/ipa.1
e3ffab
index ec7e5da7077a41095fdaa75babb1b680f3522f7f..f53e815d26e5a3f4843a220012240a775387195e 100644
e3ffab
--- a/ipa.1
e3ffab
+++ b/ipa.1
e3ffab
@@ -16,7 +16,7 @@
e3ffab
 .\"
e3ffab
 .\" Author: Pavel Zuna <pzuna@redhat.com>
e3ffab
 .\"
e3ffab
-.TH "ipa" "1" "Jan 24 2012" "FreeIPA" "FreeIPA Manual Pages"
e3ffab
+.TH "ipa" "1" "Jan 24 2012" "IPA" "IPA Manual Pages"
e3ffab
 .SH "NAME"
e3ffab
 ipa \- IPA command\-line interface
e3ffab
 .SH "SYNOPSIS"
e3ffab
diff --git a/ipaserver/advise/plugins/legacy_clients.py b/ipaserver/advise/plugins/legacy_clients.py
e3ffab
index 6d17f7ecaa5d022190a9f8983e3ea6ab9a66f694..7d5efe14ee70abd4e09eaddfacb23ca54d065c75 100644
e3ffab
--- a/ipaserver/advise/plugins/legacy_clients.py
e3ffab
+++ b/ipaserver/advise/plugins/legacy_clients.py
e3ffab
@@ -85,7 +85,7 @@ class config_redhat_sssd_before_1_9(config_base_legacy_client):
e3ffab
     Legacy client configuration for Red Hat based systems, using SSSD.
e3ffab
     """
e3ffab
     description = ('Instructions for configuring a system with an old version '
e3ffab
-                   'of SSSD (1.5-1.8) as a FreeIPA client. This set of '
e3ffab
+                   'of SSSD (1.5-1.8) as a IPA client. This set of '
e3ffab
                    'instructions is targeted for platforms that include '
e3ffab
                    'the authconfig utility, which are all Red Hat based '
e3ffab
                    'platforms.')
e3ffab
@@ -122,7 +122,7 @@ class config_generic_linux_sssd_before_1_9(config_base_legacy_client):
e3ffab
     using SSSD.
e3ffab
     """
e3ffab
     description = ('Instructions for configuring a system with an old version '
e3ffab
-                   'of SSSD (1.5-1.8) as a FreeIPA client. This set of '
e3ffab
+                   'of SSSD (1.5-1.8) as a IPA client. This set of '
e3ffab
                    'instructions is targeted for linux systems that do not '
e3ffab
                    'include the authconfig utility.')
e3ffab
 
e3ffab
@@ -179,7 +179,7 @@ class config_redhat_nss_pam_ldapd(config_base_legacy_client):
e3ffab
     using nss-pam-ldapd.
e3ffab
     """
e3ffab
     description = ('Instructions for configuring a system with nss-pam-ldapd '
e3ffab
-                   'as a FreeIPA client. This set of instructions is targeted '
e3ffab
+                   'as a IPA client. This set of instructions is targeted '
e3ffab
                    'for platforms that include the authconfig utility, which '
e3ffab
                    'are all Red Hat based platforms.')
e3ffab
 
e3ffab
@@ -352,7 +352,7 @@ class config_redhat_nss_ldap(config_base_legacy_client):
e3ffab
     using nss-ldap.
e3ffab
     """
e3ffab
     description = ('Instructions for configuring a system with nss-ldap '
e3ffab
-                   'as a FreeIPA client. This set of instructions is targeted '
e3ffab
+                   'as a IPA client. This set of instructions is targeted '
e3ffab
                    'for platforms that include the authconfig utility, which '
e3ffab
                    'are all Red Hat based platforms.')
e3ffab
 
99b6f7
-- 
e3ffab
2.1.0
99b6f7