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")
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,