URL: https://github.com/freeipa/freeipa/pull/716
Author: realsobek
 Title: #716: Fix minor typos
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/716/head:pr716
git checkout pr716
From 703691c605b39e08ce3aff4623c90edafa0bca53 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 13:52:44 +0200
Subject: [PATCH 01/18] fix minor typo in ipa-adtrust-install.1

---
 install/tools/man/ipa-adtrust-install.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1
index ef3c23b..464bbfa 100644
--- a/install/tools/man/ipa-adtrust-install.1
+++ b/install/tools/man/ipa-adtrust-install.1
@@ -26,7 +26,7 @@ Adds all necessary objects and configuration to allow an IPA server to create a
 trust to an Active Directory domain. This requires that the IPA server is
 already installed and configured.
 
-Please note you will not be able to estabilish an trust to an Active Directory
+Please note you will not be able to establish an trust to an Active Directory
 domain unless the realm name of the IPA server matches its domain name.
 
 ipa\-adtrust\-install can be run multiple times to reinstall deleted objects or

From 9226f80f8c397eecc76654f6f74faf53bc0076a2 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 15:09:32 +0200
Subject: [PATCH 02/18] fix output of `ipa-managed-entries --help`

New string for '-l, --list' option taken from `man 1 ipa-managed-entries`.

Branches 4-4 and 4-5 are affected too. Shall I create separate pull requests for them?
---
 install/tools/ipa-managed-entries | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tools/ipa-managed-entries b/install/tools/ipa-managed-entries
index 731dcc3..e1ca9da 100755
--- a/install/tools/ipa-managed-entries
+++ b/install/tools/ipa-managed-entries
@@ -43,7 +43,7 @@ def parse_options():
                       help="DN for the Managed Entry Definition")
     parser.add_option("-l", "--list", dest="list_managed_entries",
                       action="store_true",
-                      help="DN for the Managed Entry Definition")
+                      help="List available Managed Entries")
     parser.add_option("-p", "--password", dest="dirman_password",
                       help="Directory Manager password")
 

From 926206023dde0cb7b49fb8060f651682bec26731 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 15:14:19 +0200
Subject: [PATCH 03/18] fix minor typo in install/html/browserconfig.html

---
 install/html/browserconfig.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html
index 9c5cf68..d3c8d1c 100644
--- a/install/html/browserconfig.html
+++ b/install/html/browserconfig.html
@@ -91,7 +91,7 @@
                 <p id="config-success" style="display:none">Browser successfully configured</p>
                 <p id="config-aborted" style="display:none">Configuration aborted</p>
                 <p id="config-noext" style="display:none">Configuration was not successful, extension isn't installed or is disabled. Please proceed to step 2.</p>
-                <p id="config-error" style="display:none">Configuration was not successful, unknown error uccured.</p>
+                <p id="config-error" style="display:none">Configuration was not successful, unknown error occurred.</p>
             </div>
 
             <div id="step2b" class="step">

From c944abf98952c9a44f598131f4e3e91c2d859d76 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 15:19:39 +0200
Subject: [PATCH 04/18] rewording of firefox browser configuration

on CentOS 7 with firefox-52.0-4 authentication with 'example.com.' did not work; with 'example.com' it did
---
 install/html/browserconfig.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html
index d3c8d1c..f1ab764 100644
--- a/install/html/browserconfig.html
+++ b/install/html/browserconfig.html
@@ -98,16 +98,16 @@
                 <h2>Step 2</h2>
                 <ol>
                     <li>
-                        In the address bar of Firefox, type <code>about:config</code> to display the list of current configuration options.
+                        In the address bar of Firefox, type <code>about:config</code> and press enter to display the list of current configuration options.
                     </li>
                     <li>
-                        In the Filter field, type <code>negotiate</code> to restrict the list of options.
+                        In the Filter field, type <code>network.negotiate-auth.trusted-uris</code> to restrict the list of options.
                     </li>
                     <li>
-                        Double-click the <code>network.negotiate-auth.trusted-uris</code> entry to display the Enter string value dialog box.
+                        Double-click the entry to display the "Enter string value" dialog box.
                     </li>
                     <li>
-                        Enter the name of the domain against which you want to authenticate, for example, <code class="example-domain">.example.com.</code>
+                        Enter the name of the domain against which you want to authenticate, <code class="example-domain">.example.com</code> as an example.
                     </li>
                 </ol>
             </div>

From 6d1e6e48400a6db9c1cf58bcfa863da2e36545d9 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 17:57:57 +0200
Subject: [PATCH 05/18] Update ipa-adtrust-install.1

---
 install/tools/man/ipa-adtrust-install.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1
index 464bbfa..ed02ae5 100644
--- a/install/tools/man/ipa-adtrust-install.1
+++ b/install/tools/man/ipa-adtrust-install.1
@@ -102,13 +102,13 @@ version 1.13 on IPA master is required to be able to perform as a trust agent.
 An unattended installation that will never prompt for user input.
 .TP
 \fB\-\-rid-base\fR=\fIRID_BASE\fR
-First RID value of the local domain. The first Posix ID of the local domain will
+First RID value of the local domain. The first POSIX ID of the local domain will
 be assigned to this RID, the second to RID+1 etc. See the online help of the
 idrange CLI for details.
 .TP
 \fB\-\-secondary-rid-base\fR=\fISECONDARY_RID_BASE\fR
 Start value of the secondary RID range, which is only used in the case a user
-and a group share numerically the same Posix ID. See the online help of the
+and a group share numerically the same POSIX ID. See the online help of the
 idrange CLI for details.
 .TP
 \fB\-A\fR, \fB\-\-admin\-name\fR=\fIADMIN_NAME\fR

From 69e72cb6584d5dfc65c60e2bcdb3186b1cc37d99 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 20:08:11 +0200
Subject: [PATCH 06/18] remove surplus 'this' in ipa-server-install.1

---
 install/tools/man/ipa-server-install.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1
index d5d28df..04b5542 100644
--- a/install/tools/man/ipa-server-install.1
+++ b/install/tools/man/ipa-server-install.1
@@ -40,7 +40,7 @@ The fully\-qualified DNS name of this server.
 .TP
 \fB\-\-ip\-address\fR=\fIIP_ADDRESS\fR
 The IP address of this server. If this address does not match the address the host resolves to and \-\-setup\-dns is not selected the installation will fail. If the server hostname is not resolvable, a record for the hostname and IP_ADDRESS is added to /etc/hosts.
-This this option can be used multiple times to specify more IP addresses of the server (e.g. multihomed and/or dualstacked server).
+This option can be used multiple times to specify more IP addresses of the server (e.g. multihomed and/or dualstacked server).
 .TP
 \fB\-N\fR, \fB\-\-no\-ntp\fR
 Do not configure NTP

From f99056c039452c27021373cc5984ca4508beb113 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 20:19:17 +0200
Subject: [PATCH 07/18] add full stops

---
 install/tools/man/ipa-server-install.1 | 36 +++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1
index 04b5542..730797b 100644
--- a/install/tools/man/ipa-server-install.1
+++ b/install/tools/man/ipa-server-install.1
@@ -27,13 +27,13 @@ It is strongly recommended to \fBuse a lower-cased name of the IPA Kerberos real
 The primary DNS domain name cannot be changed after the installation.
 .TP
 \fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-ds\-password\fR=\fIDM_PASSWORD\fR
-The password to be used by the Directory Server for the Directory Manager user
+The password to be used by the Directory Server for the Directory Manager user.
 .TP
 \fB\-a\fR \fIADMIN_PASSWORD\fR, \fB\-\-admin\-password\fR=\fIADMIN_PASSWORD\fR
-The password for the IPA admin user
+The password for the IPA admin user.
 .TP
 \fB\-\-mkhomedir\fR
-Create home directories for users on their first login
+Create home directories for users on their first login.
 .TP
 \fB\-\-hostname\fR=\fIHOST_NAME\fR
 The fully\-qualified DNS name of this server.
@@ -43,10 +43,10 @@ The IP address of this server. If this address does not match the address the ho
 This option can be used multiple times to specify more IP addresses of the server (e.g. multihomed and/or dualstacked server).
 .TP
 \fB\-N\fR, \fB\-\-no\-ntp\fR
-Do not configure NTP
+Do not configure NTP.
 .TP
 \fB\-\-idstart\fR=\fIIDSTART\fR
-The starting user and group id number (default random)
+The starting user and group id number (default random).
 .TP
 \fB\-\-idmax\fR=\fIIDMAX\fR
 The maximum user and group id number (default: idstart+199999). If set to zero, the default value will be used.
@@ -73,13 +73,13 @@ Do not configure OpenSSH client.
 Do not configure OpenSSH server.
 .TP
 \fB\-d\fR, \fB\-\-debug\fR
-Enable debug logging when more verbose output is needed
+Enable debug logging when more verbose output is needed.
 .TP
 \fB\-U\fR, \fB\-\-unattended\fR
-An unattended installation that will never prompt for user input
+An unattended installation that will never prompt for user input.
 .TP
 \fB\-\-dirsrv\-config\-file\fR
-The path to LDIF file that will be used to modify configuration of dse.ldif during installation of the directory server instance
+The path to LDIF file that will be used to modify configuration of dse.ldif during installation of the directory server instance.
 
 .SS "CERTIFICATE SYSTEM OPTIONS"
 .TP
@@ -105,22 +105,22 @@ File containing the Apache Server SSL certificate and private key. The files are
 File containing the Kerberos KDC SSL certificate and private key. The files are accepted in PEM and DER certificate, PKCS#7 certificate chain, PKCS#8 and raw private key and PKCS#12 formats. This option may be used multiple times.
 .TP
 \fB\-\-dirsrv\-pin\fR=\fIPIN\fR
-The password to unlock the Directory Server private key
+The password to unlock the Directory Server private key.
 .TP
 \fB\-\-http\-pin\fR=\fIPIN\fR
-The password to unlock the Apache Server private key
+The password to unlock the Apache Server private key.
 .TP
 \fB\-\-pkinit\-pin\fR=\fIPIN\fR
-The password to unlock the Kerberos KDC private key
+The password to unlock the Kerberos KDC private key.
 .TP
 \fB\-\-dirsrv\-cert\-name\fR=\fINAME\fR
-Name of the Directory Server SSL certificate to install
+Name of the Directory Server SSL certificate to install.
 .TP
 \fB\-\-http\-cert\-name\fR=\fINAME\fR
-Name of the Apache Server SSL certificate to install
+Name of the Apache Server SSL certificate to install.
 .TP
 \fB\-\-pkinit\-cert\-name\fR=\fINAME\fR
-Name of the Kerberos KDC SSL certificate to install
+Name of the Kerberos KDC SSL certificate to install.
 .TP
 \fB\-\-ca\-cert\-file\fR=\fIFILE\fR
 File containing the CA certificate of the CA which issued the Directory Server, Apache Server and Kerberos KDC certificates. The file is accepted in PEM and DER certificate and PKCS#7 certificate chain formats. This option may be used multiple times. Use this option if the CA certificate is not present in the certificate files.
@@ -180,7 +180,7 @@ IP address is detected.
 The reverse DNS zone to use. This option can be used multiple times to specify multiple reverse zones.
 .TP
 \fB\-\-no\-reverse\fR
-Do not create reverse DNS zone
+Do not create reverse DNS zone.
 .TP
 \fB\-\-auto\-reverse\fR
 Try to resolve reverse records and reverse zones for server IP addresses and if neither is resolvable creates these reverse zones.
@@ -189,7 +189,7 @@ Try to resolve reverse records and reverse zones for server IP addresses and if
 The e\-mail address of the DNS zone manager. Defaults to hostmaster@DOMAIN
 .TP
 \fB\-\-no\-host\-dns\fR
-Do not use DNS for hostname lookup during installation
+Do not use DNS for hostname lookup during installation.
 .TP
 \fB\-\-no\-dns\-sshfp\fR
 Do not automatically create DNS SSHFP records.
@@ -249,10 +249,10 @@ path.
 .SS "UNINSTALL OPTIONS"
 .TP
 \fB\-\-uninstall\fR
-Uninstall an existing IPA installation
+Uninstall an existing IPA installation.
 .TP
 \fB\-U\fR, \fB\-\-unattended\fR
-An unattended uninstallation that will never prompt for user input
+An unattended uninstallation that will never prompt for user input.
 
 .SH "DEPRECATED OPTIONS"
 .TP

From 993158f7cd4f526b6764f43def803388b92d2eaf Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 20:45:55 +0200
Subject: [PATCH 08/18] minor typo fixes

---
 install/tools/man/ipa-server-install.1 | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1
index 730797b..3f46eba 100644
--- a/install/tools/man/ipa-server-install.1
+++ b/install/tools/man/ipa-server-install.1
@@ -15,7 +15,7 @@ Configures the services needed by an IPA server. This includes setting up a Kerb
 \fB\-r\fR \fIREALM_NAME\fR, \fB\-\-realm\fR=\fIREALM_NAME\fR
 The Kerberos realm name for the new IPA deployment.
 
-It is strongly recommended to \fBuse an upper-cased name of the primary DNS domain name\fR of your IPA deployment. You will not be able to estabilish trust with Active Directory unless the realm name is the upper-cased domain name.
+It is strongly recommended to \fBuse an upper-cased name of the primary DNS domain name\fR of your IPA deployment. You will not be able to establish trust with Active Directory unless the realm name is the upper-cased domain name.
 
 The realm name cannot be changed after the installation.
 .TP
@@ -39,7 +39,7 @@ Create home directories for users on their first login.
 The fully\-qualified DNS name of this server.
 .TP
 \fB\-\-ip\-address\fR=\fIIP_ADDRESS\fR
-The IP address of this server. If this address does not match the address the host resolves to and \-\-setup\-dns is not selected the installation will fail. If the server hostname is not resolvable, a record for the hostname and IP_ADDRESS is added to /etc/hosts.
+The IP address of this server. If this address does not match the address the host resolves to and \-\-setup\-dns is not selected, the installation will fail. If the server hostname is not resolvable, a record for the hostname and IP_ADDRESS is added to /etc/hosts.
 This option can be used multiple times to specify more IP addresses of the server (e.g. multihomed and/or dualstacked server).
 .TP
 \fB\-N\fR, \fB\-\-no\-ntp\fR
@@ -183,7 +183,7 @@ The reverse DNS zone to use. This option can be used multiple times to specify m
 Do not create reverse DNS zone.
 .TP
 \fB\-\-auto\-reverse\fR
-Try to resolve reverse records and reverse zones for server IP addresses and if neither is resolvable creates these reverse zones.
+Try to resolve reverse records and reverse zones for server IP addresses. If neither is resolvable, creates the reverse zones.
 .TP
 \fB\-\-zonemgr\fR
 The e\-mail address of the DNS zone manager. Defaults to hostmaster@DOMAIN
@@ -198,29 +198,29 @@ Do not automatically create DNS SSHFP records.
 Disable DNSSEC validation on this server.
 .TP
 \fB\-\-allow\-zone\-overlap\fR
-Allow creatin of (reverse) zone even if the zone is already resolvable. Using this option is discouraged as it result in later problems with domain name resolution.
+Allow creation of (reverse) zone even if the zone is already resolvable. Using this option is discouraged as it result in later problems with domain name resolution.
 
-.SS "AD TRUST OPRIONS"
+.SS "AD TRUST OPTIONS"
 
 .TP
 \fB\-\-setup\-adtrust\fR
 Configure AD Trust capability.
 .TP
 \fB\-\-netbios\-name\fR=\fINETBIOS_NAME\fR
-The NetBIOS name for the IPA domain. If not provided then this is determined
+The NetBIOS name for the IPA domain. If not provided, this is determined
 based on the leading component of the DNS domain name. Running
 ipa\-adtrust\-install for a second time with a different NetBIOS name will
 change the name. Please note that changing the NetBIOS name might break
 existing trust relationships to other domains.
 .TP
 \fB\-\-rid-base\fR=\fIRID_BASE\fR
-First RID value of the local domain. The first Posix ID of the local domain will
+First RID value of the local domain. The first POSIX ID of the local domain will
 be assigned to this RID, the second to RID+1 etc. See the online help of the
 idrange CLI for details.
 .TP
 \fB\-\-secondary-rid-base\fR=\fISECONDARY_RID_BASE\fR
 Start value of the secondary RID range, which is only used in the case a user
-and a group share numerically the same Posix ID. See the online help of the
+and a group share numerically the same POSIX ID. See the online help of the
 idrange CLI for details.
 .TP
 \fB\-\-enable\-compat\fR

From 612afbf1a8eef6e186a66a64189d7fba08cc3005 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 22:47:47 +0200
Subject: [PATCH 09/18] fix option name

---
 po/fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 1388bed..02b3a37 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10510,7 +10510,7 @@ msgstr ""
 
 msgid ""
 "\n"
-" Semantics of the --forwarder-policy option:\n"
+" Semantics of the --forward-policy option:\n"
 "   * none - disable forwarding for the given zone.\n"
 "   * first - forward all queries to configured forwarders. If they fail,\n"
 "   do resolution using DNS root servers.\n"
@@ -10518,7 +10518,7 @@ msgid ""
 "   return failure.\n"
 msgstr ""
 "\n"
-" Sémantique de l'option --forwarder-policy :\n"
+" Sémantique de l'option --forward-policy :\n"
 "   * none - désactive la redirection pour la zone donnée.\n"
 "   * first - redirige toutes les requêtes vers les  redirecteurs "
 "configurés.\n"

From 87e552172d92c9b6e805887896cc359463c353e6 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 22:53:42 +0200
Subject: [PATCH 10/18] use correct option name

---
 ipaserver/plugins/dns.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/plugins/dns.py b/ipaserver/plugins/dns.py
index 47ac963..05b4c00 100644
--- a/ipaserver/plugins/dns.py
+++ b/ipaserver/plugins/dns.py
@@ -259,7 +259,7 @@
    queries, which cannot be answered from its local cache, to configured
    forwarders.
 """) + _("""
- Semantics of the --forwarder-policy option:
+ Semantics of the --forward-policy option:
    * none - disable forwarding for the given zone.
    * first - forward all queries to configured forwarders. If they fail,
    do resolution using DNS root servers.

From abc88a43748a55c944aa22d02beec0368c530e7f Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 22:54:54 +0200
Subject: [PATCH 11/18] use correct option name

---
 ipaclient/remote_plugins/2_114/dns.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaclient/remote_plugins/2_114/dns.py b/ipaclient/remote_plugins/2_114/dns.py
index acb8a65..6260420 100644
--- a/ipaclient/remote_plugins/2_114/dns.py
+++ b/ipaclient/remote_plugins/2_114/dns.py
@@ -187,7 +187,7 @@
    queries, which cannot be answered from its local cache, to configured
    forwarders.
 
- Semantics of the --forwarder-policy option:
+ Semantics of the --forward-policy option:
    * none - disable forwarding for the given zone.
    * first - forward all queries to configured forwarders. If they fail,
    do resolution using DNS root servers.

From 8bba863368f9f25c736ca1e76f3f23369aabcc2f Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 22:55:42 +0200
Subject: [PATCH 12/18] use correct option name

---
 ipaclient/remote_plugins/2_156/dns.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaclient/remote_plugins/2_156/dns.py b/ipaclient/remote_plugins/2_156/dns.py
index bbfaa9f..4ebad93 100644
--- a/ipaclient/remote_plugins/2_156/dns.py
+++ b/ipaclient/remote_plugins/2_156/dns.py
@@ -187,7 +187,7 @@
    queries, which cannot be answered from its local cache, to configured
    forwarders.
 
- Semantics of the --forwarder-policy option:
+ Semantics of the --forward-policy option:
    * none - disable forwarding for the given zone.
    * first - forward all queries to configured forwarders. If they fail,
    do resolution using DNS root servers.

From 6732eea42fc607fe9ab6db960b960877d8c01117 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sat, 15 Apr 2017 22:56:23 +0200
Subject: [PATCH 13/18] user correct option name

---
 ipaclient/remote_plugins/2_164/dns.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaclient/remote_plugins/2_164/dns.py b/ipaclient/remote_plugins/2_164/dns.py
index 244be87..f5adb4d 100644
--- a/ipaclient/remote_plugins/2_164/dns.py
+++ b/ipaclient/remote_plugins/2_164/dns.py
@@ -187,7 +187,7 @@
    queries, which cannot be answered from its local cache, to configured
    forwarders.
 
- Semantics of the --forwarder-policy option:
+ Semantics of the --forward-policy option:
    * none - disable forwarding for the given zone.
    * first - forward all queries to configured forwarders. If they fail,
    do resolution using DNS root servers.

From 1a3c59a250ee799af90087e8def8144455006171 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sun, 16 Apr 2017 15:54:05 +0200
Subject: [PATCH 14/18] Update ipa.1

---
 client/man/ipa.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/man/ipa.1 b/client/man/ipa.1
index b843e7b..d190677 100644
--- a/client/man/ipa.1
+++ b/client/man/ipa.1
@@ -199,7 +199,7 @@ IPA default configuration file.
 
 1 if an error occurred
 
-2 If an entry is not found
+2 if an entry is not found
 .SH "SEE ALSO"
 ipa\-client\-install(1), ipa\-compat\-manage(1), ipactl(1), ipa\-dns\-install(1),
 ipa\-getcert(1), ipa\-getkeytab(1), ipa\-join(1), ipa\-ldap\-updater(1),

From c53b8824f51343d9a17bc48c8bd1e345e9246bcf Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sun, 16 Apr 2017 17:44:10 +0200
Subject: [PATCH 15/18] enter empty lines to be consistent

---
 ipaclient/remote_plugins/2_114/idviews.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ipaclient/remote_plugins/2_114/idviews.py b/ipaclient/remote_plugins/2_114/idviews.py
index 6bd422c..7de24dc 100644
--- a/ipaclient/remote_plugins/2_114/idviews.py
+++ b/ipaclient/remote_plugins/2_114/idviews.py
@@ -18,7 +18,9 @@
 
 __doc__ = _("""
 ID Views
+
 Manage ID Views
+
 IPA allows to override certain properties of users and groups per each host.
 This functionality is primarily used to allow migration from older systems or
 other Identity Management solutions.

From f6ee14454a94182293a98f1e10e2ece9881dcac7 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sun, 16 Apr 2017 17:45:51 +0200
Subject: [PATCH 16/18] enter empty lines to be consistent

---
 ipaclient/remote_plugins/2_156/idviews.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ipaclient/remote_plugins/2_156/idviews.py b/ipaclient/remote_plugins/2_156/idviews.py
index 2b34cba..cf07ceb 100644
--- a/ipaclient/remote_plugins/2_156/idviews.py
+++ b/ipaclient/remote_plugins/2_156/idviews.py
@@ -18,7 +18,9 @@
 
 __doc__ = _("""
 ID Views
+
 Manage ID Views
+
 IPA allows to override certain properties of users and groups per each host.
 This functionality is primarily used to allow migration from older systems or
 other Identity Management solutions.

From bdece6779f83dbebba27cd0f3af86ca9c13e9b97 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sun, 16 Apr 2017 17:46:33 +0200
Subject: [PATCH 17/18] enter empty lines to be consistent

---
 ipaclient/remote_plugins/2_164/idviews.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ipaclient/remote_plugins/2_164/idviews.py b/ipaclient/remote_plugins/2_164/idviews.py
index 2b34cba..cf07ceb 100644
--- a/ipaclient/remote_plugins/2_164/idviews.py
+++ b/ipaclient/remote_plugins/2_164/idviews.py
@@ -18,7 +18,9 @@
 
 __doc__ = _("""
 ID Views
+
 Manage ID Views
+
 IPA allows to override certain properties of users and groups per each host.
 This functionality is primarily used to allow migration from older systems or
 other Identity Management solutions.

From 020417517f7dc03403714bd63b613ef2b5afaca9 Mon Sep 17 00:00:00 2001
From: realsobek <liebundar...@freenet.de>
Date: Sun, 16 Apr 2017 17:47:21 +0200
Subject: [PATCH 18/18] enter empty lines to be consistent

---
 ipaserver/plugins/idviews.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ipaserver/plugins/idviews.py b/ipaserver/plugins/idviews.py
index b5ee32c..622c0ae 100644
--- a/ipaserver/plugins/idviews.py
+++ b/ipaserver/plugins/idviews.py
@@ -54,7 +54,9 @@
 
 __doc__ = _("""
 ID Views
+
 Manage ID Views
+
 IPA allows to override certain properties of users and groups per each host.
 This functionality is primarily used to allow migration from older systems or
 other Identity Management solutions.
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to