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.
This commit is contained in:
Simo Sorce 2011-01-12 10:49:20 -05:00
parent 343ab382a5
commit 05055870c9
2 changed files with 0 additions and 6 deletions

View File

@ -53,9 +53,6 @@ def parse_options():
help="provide additional information") help="provide additional information")
parser.add_option("-f", "--force", dest="force", action="store_true", default=False, parser.add_option("-f", "--force", dest="force", action="store_true", default=False,
help="ignore some types of errors") 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, parser.add_option("--binddn", dest="binddn", default=None,
help="Bind DN to use with remote server") help="Bind DN to use with remote server")
parser.add_option("--bindpw", dest="bindpw", default=None, parser.add_option("--bindpw", dest="bindpw", default=None,

View File

@ -57,9 +57,6 @@ Provide additional information
\fB\-\-winsync\fR \fB\-\-winsync\fR
Specifies to create/use a Windows Sync Agreement Specifies to create/use a Windows Sync Agreement
.TP .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 \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 Bind DN to use with remote server (default is cn=Directory Manager) \- Be careful to quote this value on the command line
.TP .TP