mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
Add some examples to ipa-replica-install.1
ticket 290
This commit is contained in:
parent
c819b27f9e
commit
a3c4c7e891
@ -51,19 +51,40 @@ Specifies to create/use a Windows Sync Agreement
|
||||
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
|
||||
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
|
||||
\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
|
||||
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
|
||||
.TP
|
||||
\fB\-\-win-subtree\fR=\fIcn=Users,dc=example,dc=com\fR
|
||||
DN of Windows subtree containing the users you want to sync (default cn=Users,<domain suffix> - this is typically what Windows AD uses as the default value) - Be careful to quote this value on the command line
|
||||
\fB\-\-win\-subtree\fR=\fIcn=Users,dc=example,dc=com\fR
|
||||
DN of Windows subtree containing the users you want to sync (default cn=Users,<domain suffix> \- this is typically what Windows AD uses as the default value) \- Be careful to quote this value on the command line
|
||||
.TP
|
||||
\fB\-\-passsync\fR=\fIPASSSYNC_PWD\fR
|
||||
Password for the Windows PassSync user.
|
||||
.SH "EXAMPLES"
|
||||
List current agreements:
|
||||
|
||||
# ipa\-replica\-manage list
|
||||
panther.example.com
|
||||
|
||||
Initialize a replica:
|
||||
|
||||
# ipa\-replica\-manage init panther.example.com
|
||||
|
||||
This will re\-initialize the data on panther.example.com from the host you execute the command from.
|
||||
|
||||
Add a new replication agreement:
|
||||
|
||||
# ipa replica\-manage add tiger.example.com
|
||||
|
||||
Remove an existing replication agreement:
|
||||
|
||||
# ipa replica\-manage del tiger.example.com
|
||||
|
||||
Using add/del you can manage the replication topology.
|
||||
.SH "EXIT STATUS"
|
||||
0 if the command was successful
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user