mirror of https://github.com/mongodb/mongo
SERVER-87888 Update man pages for 8.0 (#25055)
GitOrigin-RevId: 14e5b1cbf8364a291d4eb24b598b5f0255f0fd02
This commit is contained in:
parent
3a6efa590c
commit
ba33e8e67e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,10 +1,9 @@
|
||||||
.TH mongokerberos 1
|
.TH mongokerberos 1
|
||||||
.SH MONGOKERBEROS
|
.SH MONGOKERBEROS
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
Starting in version 4.4, MongoDB Enterprise provides
|
MongoDB Enterprise provides \fBmongokerberos\f1\f1 for testing MongoDB\(aqs
|
||||||
\fBmongokerberos\f1\f1 for testing MongoDB\(aqs Kerberos and GSSAPI
|
Kerberos and GSSAPI \fBconfiguration options\f1
|
||||||
\fBconfiguration options\f1 against a
|
against a running Kerberos deployment. \fBmongokerberos\f1\f1 can be used
|
||||||
running Kerberos deployment. \fBmongokerberos\f1\f1 can be used
|
|
||||||
in one of two modes: \fIserver\f1 and \fIclient\f1\&.
|
in one of two modes: \fIserver\f1 and \fIclient\f1\&.
|
||||||
.RS
|
.RS
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
|
|
|
||||||
|
|
@ -178,16 +178,17 @@ configuration files are valid, the output might be as follows:
|
||||||
.EE
|
.EE
|
||||||
.SH BEHAVIOR
|
.SH BEHAVIOR
|
||||||
.PP
|
.PP
|
||||||
Starting in MonogoDB 5.1, \fBmongoldap\f1 supports prefixing LDAP
|
Starting in MongoDB 5.1, \fBmongoldap\f1 supports prefixing LDAP
|
||||||
server with \fBsrv:\f1 and \fBsrv_raw:\f1\&.
|
server with \fBsrv:\f1 and \fBsrv_raw:\f1\&.
|
||||||
.PP
|
.PP
|
||||||
If your connection string specifies \fB"srv:<DNS_NAME>"\f1, \fBmongoldap\f1
|
If your connection string specifies \fB"srv:<DNS_NAME>"\f1, \fBmongoldap\f1
|
||||||
verifies that \fB"_ldap._tcp.gc._msdcs.<DNS_NAME>"\f1 exists for SRV to
|
verifies that \fB"_ldap._tcp.gc._msdcs.<DNS_NAME>"\f1 exists for SRV to
|
||||||
support Active Directory. If not found, it verifies
|
support Active Directory. If not found, \fBmongoldap\f1 verifies that
|
||||||
\fB"_ldap._tcp.<DNS_NAME>"\f1 exists for SRV. If an SRV record cannot be
|
\fB"_ldap._tcp.<DNS_NAME>"\f1 exists for SRV. If an SRV record cannot be
|
||||||
found, \fBmongoldap\f1 warns you to use \fB"srv_raw:<DNS_NAME>"\f1 instead.
|
found, \fBmongoldap\f1 warns you to use \fB"srv_raw:<DNS_NAME>"\f1 instead.
|
||||||
\fBmongoldap\f1 does the reverse check for \fB"srv_raw:<DNS_NAME>"\f1 by
|
.PP
|
||||||
checking for \fB"_ldap._tcp.<DNS NAME>"\f1\&.
|
If your connection string specifies \fB"srv_raw:<DNS_NAME>"\f1,
|
||||||
|
\fBmongoldap\f1 performs an SRV record lookup for \fB"<DNS NAME>"\f1\&.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.PP
|
.PP
|
||||||
\fBmongoldap \-\-config\f1, \fBmongoldap \-f\f1
|
\fBmongoldap \-\-config\f1, \fBmongoldap \-f\f1
|
||||||
|
|
@ -281,11 +282,10 @@ If not set, \fBmongoldap\f1\f1 does not attempt to bind to the LDAP server.
|
||||||
You can configure this setting on a running \fBmongoldap\f1\f1 using
|
You can configure this setting on a running \fBmongoldap\f1\f1 using
|
||||||
\fBsetParameter\f1\f1\&.
|
\fBsetParameter\f1\f1\&.
|
||||||
.PP
|
.PP
|
||||||
Starting in MongoDB 4.4, the \fBldapQueryPassword\f1
|
The \fBldapQueryPassword\f1\fBsetParameter\f1\f1 command accepts either a
|
||||||
\fBsetParameter\f1\f1 command accepts either a string or
|
string or an array of strings. If \fBldapQueryPassword\f1 is set to an array,
|
||||||
an array of strings. If \fBldapQueryPassword\f1 is set to an array, MongoDB tries
|
MongoDB tries each password in order until one succeeds. Use a password array
|
||||||
each password in order until one succeeds. Use a password array to roll over the
|
to roll over the LDAP account password without downtime.
|
||||||
LDAP account password without downtime.
|
|
||||||
.PP
|
.PP
|
||||||
Windows MongoDB deployments can use \fB\-\-ldapBindWithOSDefaults\f1\f1
|
Windows MongoDB deployments can use \fB\-\-ldapBindWithOSDefaults\f1\f1
|
||||||
instead of \fB\-\-ldapQueryUser\f1\f1 and \fB\-\-ldapQueryPassword\f1\f1\&.
|
instead of \fB\-\-ldapQueryUser\f1\f1 and \fB\-\-ldapQueryPassword\f1\f1\&.
|
||||||
|
|
@ -589,11 +589,10 @@ to find additional matches. If no matches are found in any document,
|
||||||
or the transformation the document describes fails,
|
or the transformation the document describes fails,
|
||||||
\fBmongoldap\f1\f1 returns an error.
|
\fBmongoldap\f1\f1 returns an error.
|
||||||
.PP
|
.PP
|
||||||
Starting in MongoDB 4.4, \fBmongoldap\f1\f1 also returns an error
|
\fBmongoldap\f1\f1 also returns an error if one of the transformations
|
||||||
if one of the transformations cannot be evaluated due to networking
|
cannot be evaluated due to networking or authentication failures to the
|
||||||
or authentication failures to the LDAP server. \fBmongoldap\f1\f1
|
LDAP server. \fBmongoldap\f1\f1 rejects the connection request and does
|
||||||
rejects the connection request and does not check the remaining
|
not check the remaining documents in the array.
|
||||||
documents in the array.
|
|
||||||
.PP
|
.PP
|
||||||
Starting in MongoDB 5.0, \fB\-\-ldapUserToDNMapping\f1\f1
|
Starting in MongoDB 5.0, \fB\-\-ldapUserToDNMapping\f1\f1
|
||||||
accepts an empty string \fB""\f1 or empty array \fB[ ]\f1 in place of a
|
accepts an empty string \fB""\f1 or empty array \fB[ ]\f1 in place of a
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue