|
|
403b09 |
From bce240ec6a80d5d401387d727ea891f7c961c879 Mon Sep 17 00:00:00 2001
|
|
|
403b09 |
From: Petr Spacek <pspacek@redhat.com>
|
|
|
403b09 |
Date: Mon, 22 Aug 2016 08:33:34 +0200
|
|
|
403b09 |
Subject: [PATCH] Fix man page ipa-replica-manage: remove duplicate -c option
|
|
|
403b09 |
from --no-lookup
|
|
|
403b09 |
|
|
|
403b09 |
https://fedorahosted.org/freeipa/ticket/6233
|
|
|
403b09 |
|
|
|
403b09 |
Reviewed-By: Martin Basti <mbasti@redhat.com>
|
|
|
403b09 |
---
|
|
|
403b09 |
install/tools/man/ipa-replica-manage.1 | 6 +++---
|
|
|
403b09 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
403b09 |
|
|
|
403b09 |
diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1
|
|
|
403b09 |
index 34cd314a517ae2f74da7bc87d6336e62d7b57118..ed975c92c4453798e6536a75318d5e5065c876a4 100644
|
|
|
403b09 |
--- a/install/tools/man/ipa-replica-manage.1
|
|
|
403b09 |
+++ b/install/tools/man/ipa-replica-manage.1
|
|
|
403b09 |
@@ -109,12 +109,12 @@ Provide additional information
|
|
|
403b09 |
\fB\-f\fR, \fB\-\-force\fR
|
|
|
403b09 |
Ignore some types of errors, don't prompt when deleting a master
|
|
|
403b09 |
.TP
|
|
|
403b09 |
-\fB\-c\fR, \fB\-\-no\-lookup\fR
|
|
|
403b09 |
-Do not perform DNS lookup checks.
|
|
|
403b09 |
-.TP
|
|
|
403b09 |
\fB\-c\fR, \fB\-\-cleanup\fR
|
|
|
403b09 |
When deleting a master with the \-\-force flag, remove leftover references to an already deleted master.
|
|
|
403b09 |
.TP
|
|
|
403b09 |
+\fB\-\-no\-lookup\fR
|
|
|
403b09 |
+Do not perform DNS lookup checks.
|
|
|
403b09 |
+.TP
|
|
|
403b09 |
\fB\-\-binddn\fR=\fIADMIN_DN\fR
|
|
|
403b09 |
Bind DN to use with remote server (default is cn=Directory Manager) \- Be careful to quote this value on the command line
|
|
|
403b09 |
.TP
|
|
|
403b09 |
--
|
|
|
403b09 |
2.7.4
|
|
|
403b09 |
|