summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall/tools/ipa-replica-manage3
-rw-r--r--install/tools/man/ipa-replica-manage.13
2 files changed, 0 insertions, 6 deletions
diff --git a/install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage
index 9d8f15107..2400176fe 100755
--- a/install/tools/ipa-replica-manage
+++ b/install/tools/ipa-replica-manage
@@ -53,9 +53,6 @@ def parse_options():
help="provide additional information")
parser.add_option("-f", "--force", dest="force", action="store_true", default=False,
help="ignore some types of errors")
- parser.add_option("--port", type="int", dest="port",
- default=replication.PORT,
- help="port number of other server")
parser.add_option("--binddn", dest="binddn", default=None,
help="Bind DN to use with remote server")
parser.add_option("--bindpw", dest="bindpw", default=None,
diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1
index 5ef3555f9..6c243cab6 100644
--- a/install/tools/man/ipa-replica-manage.1
+++ b/install/tools/man/ipa-replica-manage.1
@@ -57,9 +57,6 @@ Provide additional information
\fB\-\-winsync\fR
Specifies to create/use a Windows Sync Agreement
.TP
-\fB\-\-port\fR=\fISERVER_PORT\fR
-Port number of other server (default is 636, the LDAPS port)
-.TP
\fB\-\-binddn\fR=\fIADMIN_DN\fR
Bind DN to use with remote server (default is cn=Directory Manager) \- Be careful to quote this value on the command line
.TP