|
|
403b09 |
From 1087492c74ed4f823c49314454b9db8bddf29ed2 Mon Sep 17 00:00:00 2001
|
|
|
403b09 |
From: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
403b09 |
Date: Tue, 12 Jul 2016 17:08:06 +0530
|
|
|
403b09 |
Subject: [PATCH] Minor fix in ipa-replica-manage MAN page
|
|
|
403b09 |
|
|
|
403b09 |
Fixes: https://fedorahosted.org/freeipa/ticket/6058
|
|
|
403b09 |
|
|
|
403b09 |
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
403b09 |
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
|
|
|
403b09 |
---
|
|
|
403b09 |
install/tools/man/ipa-replica-manage.1 | 14 +++++++-------
|
|
|
403b09 |
1 file changed, 7 insertions(+), 7 deletions(-)
|
|
|
403b09 |
|
|
|
403b09 |
diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1
|
|
|
403b09 |
index 68be0232fae9309b108e69f9144501be3277f503..34cd314a517ae2f74da7bc87d6336e62d7b57118 100644
|
|
|
403b09 |
--- a/install/tools/man/ipa-replica-manage.1
|
|
|
403b09 |
+++ b/install/tools/man/ipa-replica-manage.1
|
|
|
403b09 |
@@ -16,7 +16,7 @@
|
|
|
403b09 |
.\"
|
|
|
403b09 |
.\" Author: Rob Crittenden <rcritten@redhat.com>
|
|
|
403b09 |
.\"
|
|
|
403b09 |
-.TH "ipa-replica-manage" "1" "Mar 1 2013" "FreeIPA" "FreeIPA Manual Pages"
|
|
|
403b09 |
+.TH "ipa-replica-manage" "1" "Jul 12 2016" "FreeIPA" "FreeIPA Manual Pages"
|
|
|
403b09 |
.SH "NAME"
|
|
|
403b09 |
ipa\-replica\-manage \- Manage an IPA replica
|
|
|
403b09 |
.SH "SYNOPSIS"
|
|
|
403b09 |
@@ -163,15 +163,15 @@ Performing range changes as a delegated administrator (e.g. not using the Direct
|
|
|
403b09 |
.TP
|
|
|
403b09 |
List all masters:
|
|
|
403b09 |
# ipa\-replica\-manage list
|
|
|
403b09 |
- srv1.example.com
|
|
|
403b09 |
- srv2.example.com
|
|
|
403b09 |
- srv3.example.com
|
|
|
403b09 |
- srv4.example.com
|
|
|
403b09 |
+ srv1.example.com: master
|
|
|
403b09 |
+ srv2.example.com: master
|
|
|
403b09 |
+ srv3.example.com: master
|
|
|
403b09 |
+ srv4.example.com: master
|
|
|
403b09 |
.TP
|
|
|
403b09 |
List a server's replication agreements.
|
|
|
403b09 |
# ipa\-replica\-manage list srv1.example.com
|
|
|
403b09 |
- srv2.example.com
|
|
|
403b09 |
- srv3.example.com
|
|
|
403b09 |
+ srv2.example.com: replica
|
|
|
403b09 |
+ srv3.example.com: replica
|
|
|
403b09 |
.TP
|
|
|
403b09 |
Re\-initialize a replica:
|
|
|
403b09 |
# ipa\-replica\-manage re\-initialize \-\-from srv2.example.com
|
|
|
403b09 |
--
|
|
|
403b09 |
2.7.4
|
|
|
403b09 |
|