1a7895e56c
- Fixes #1448049 Subpackage freeipa-server-common has unmet dependencies on Rawhide - Fixes #1430247 FreeIPA server deployment runs ipa-custodia on Python 3, should use Python 2 - Fixes #1446744 python2-ipaclient subpackage does not own %{python_sitelib}/ipaclient/plugins - Fixes #1440525 surplus 'the' in output of `ipa-adtrust-install` - Fixes #1411810 ipa-replica-install fails with 406 Client Error - Fixes #1405814 ipa plugins: ERROR an internal error occured
31 lines
1.3 KiB
Diff
31 lines
1.3 KiB
Diff
From 9d5a719a2436d5afca74ce78ae1b14ccdcfbbf0e Mon Sep 17 00:00:00 2001
|
|
From: Tomas Krizek <tkrizek@redhat.com>
|
|
Date: Wed, 17 May 2017 09:33:42 +0200
|
|
Subject: [PATCH] Remove surplus 'the' in output of ipa-adtrust-install
|
|
|
|
Fixing the typo
|
|
|
|
https://pagure.io/freeipa/issue/6864
|
|
|
|
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
|
|
---
|
|
install/tools/ipa-adtrust-install | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
|
|
index d738cc6..0f61075 100755
|
|
--- a/install/tools/ipa-adtrust-install
|
|
+++ b/install/tools/ipa-adtrust-install
|
|
@@ -370,7 +370,7 @@ def main():
|
|
print("WARNING: %d existing users or groups do not have a SID identifier assigned." \
|
|
% len(entries))
|
|
print("Installer can run a task to have ipa-sidgen Directory Server plugin generate")
|
|
- print("the SID identifier for all these users. Please note, the in case of a high")
|
|
+ print("the SID identifier for all these users. Please note, in case of a high")
|
|
print("number of users and groups, the operation might lead to high replication")
|
|
print("traffic and performance degradation. Refer to ipa-adtrust-install(1) man page")
|
|
print("for details.")
|
|
--
|
|
2.9.3
|
|
|