mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
343ab382a5
commit
05055870c9
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user