diff options
author | Rich Megginson <rmeggins@redhat.com> | 2008-10-08 13:31:48 -0600 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-10-13 14:09:13 -0400 |
commit | 9f18858e5826eab7430a4edb1b988ef45eaa8b65 (patch) | |
tree | 61622ae8494fd54eb5c93263108ab5efe3af21cb /ipa-server/man | |
parent | 0988e1c53c34e474606813d0e3adce1e090c98e7 (diff) | |
download | freeipa.git-9f18858e5826eab7430a4edb1b988ef45eaa8b65.tar.gz freeipa.git-9f18858e5826eab7430a4edb1b988ef45eaa8b65.tar.xz freeipa.git-9f18858e5826eab7430a4edb1b988ef45eaa8b65.zip |
add --win-subtree argument to ipa-replica-manage
Diffstat (limited to 'ipa-server/man')
-rw-r--r-- | ipa-server/man/ipa-replica-manage.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipa-server/man/ipa-replica-manage.1 b/ipa-server/man/ipa-replica-manage.1 index 252d4b97..5d6546c0 100644 --- a/ipa-server/man/ipa-replica-manage.1 +++ b/ipa-server/man/ipa-replica-manage.1 @@ -58,6 +58,9 @@ 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 +.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 .SH "EXIT STATUS" 0 if the command was successful |