summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-01-12 10:49:20 -0500
committerSimo Sorce <ssorce@redhat.com>2011-01-14 14:06:56 -0500
commit05055870c9047ebb6bc6ae27fe9e21fa5f4476da (patch)
tree9919895afcdfa3cb2d631576cb29864d3386a29c /install
parent343ab382a5ee9278f5507c6f6cd58a238ef9cb16 (diff)
downloadfreeipa-05055870c9047ebb6bc6ae27fe9e21fa5f4476da.tar.gz
freeipa-05055870c9047ebb6bc6ae27fe9e21fa5f4476da.tar.xz
freeipa-05055870c9047ebb6bc6ae27fe9e21fa5f4476da.zip
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.
Diffstat (limited to 'install')
-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