summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2008-09-30 13:06:32 -0600
committerRob Crittenden <rcritten@redhat.com>2008-10-13 14:15:18 -0400
commitb4ead84f6aae5828a4088a565487fb965069c93d (patch)
tree044fc85540f8c62a962099794e74a119a9834c87
parentf111f4caf8b715dfcfb4d5a7591ebd5f8f7222d3 (diff)
downloadfreeipa-b4ead84f6aae5828a4088a565487fb965069c93d.tar.gz
freeipa-b4ead84f6aae5828a4088a565487fb965069c93d.tar.xz
freeipa-b4ead84f6aae5828a4088a565487fb965069c93d.zip
add winsync options to ipa-replica-manage man page
-rw-r--r--ipa-server/man/ipa-replica-manage.115
1 files changed, 15 insertions, 0 deletions
diff --git a/ipa-server/man/ipa-replica-manage.1 b/ipa-server/man/ipa-replica-manage.1
index 5c29d38fb..252d4b977 100644
--- a/ipa-server/man/ipa-replica-manage.1
+++ b/ipa-server/man/ipa-replica-manage.1
@@ -43,6 +43,21 @@ The Directory Manager password to use for authentication
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Provide additional information
+.TP
+\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
+\fB--bindpw\fR=\fIADMIN_PWD\fR
+Password for Bind DN to use with remote server (default is the DM_PASSWORD above)
+.TP
+\fB\-\-cacert\fR=\fI/path/to/cacertfile\fR
+Full path and filename of CA certificate to use with TLS/SSL to the remote server - this CA certificate will be installed in the directory server's certificate database
.SH "EXIT STATUS"
0 if the command was successful