From 05055870c9047ebb6bc6ae27fe9e21fa5f4476da Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 12 Jan 2011 10:49:20 -0500 Subject: Remove port argument for ipa-replica-manage We can't use arbitrary ports anyway. And neither AD has any way to use non stadard ports. So remove this unnecessary option. --- install/tools/ipa-replica-manage | 3 --- install/tools/man/ipa-replica-manage.1 | 3 --- 2 files changed, 6 deletions(-) (limited to 'install/tools') diff --git a/install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage index 9d8f1510..2400176f 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 5ef3555f..6c243cab 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 -- cgit