URL: https://github.com/freeipa/freeipa/pull/714 Author: realsobek Title: #714: fix minor typo in ipa-adtrust-install.1 Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/714/head:pr714 git checkout pr714
From 3ab52cf1d04eb8e0e4a52bfe12ee6d1adaf90e06 Mon Sep 17 00:00:00 2001 From: realsobek <liebundar...@freenet.de> Date: Sat, 15 Apr 2017 13:52:44 +0200 Subject: [PATCH] fix minor typos 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..5924d16 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 a 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
-- 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