mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
SERVER-87888 Update man pages for 8.0 (#25054)
GitOrigin-RevId: cc850514aeed8853f1f2c877f5f3899a0f33fd13
This commit is contained in:
parent
c80b4983ca
commit
22b6ecf999
1396
debian/mongod.1
vendored
1396
debian/mongod.1
vendored
File diff suppressed because it is too large
Load Diff
2713
debian/mongodb-parameters.5
vendored
2713
debian/mongodb-parameters.5
vendored
File diff suppressed because it is too large
Load Diff
7
debian/mongokerberos.1
vendored
7
debian/mongokerberos.1
vendored
@ -1,10 +1,9 @@
|
||||
.TH mongokerberos 1
|
||||
.SH MONGOKERBEROS
|
||||
.SH SYNOPSIS
|
||||
Starting in version 4.4, MongoDB Enterprise provides
|
||||
\fBmongokerberos\f1\f1 for testing MongoDB\(aqs Kerberos and GSSAPI
|
||||
\fBconfiguration options\f1 against a
|
||||
running Kerberos deployment. \fBmongokerberos\f1\f1 can be used
|
||||
MongoDB Enterprise provides \fBmongokerberos\f1\f1 for testing MongoDB\(aqs
|
||||
Kerberos and GSSAPI \fBconfiguration options\f1
|
||||
against a running Kerberos deployment. \fBmongokerberos\f1\f1 can be used
|
||||
in one of two modes: \fIserver\f1 and \fIclient\f1\&.
|
||||
.RS
|
||||
.IP \(bu 2
|
||||
|
27
debian/mongoldap.1
vendored
27
debian/mongoldap.1
vendored
@ -178,16 +178,17 @@ configuration files are valid, the output might be as follows:
|
||||
.EE
|
||||
.SH BEHAVIOR
|
||||
.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\&.
|
||||
.PP
|
||||
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
|
||||
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
|
||||
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
|
||||
checking for \fB"_ldap._tcp.<DNS NAME>"\f1\&.
|
||||
.PP
|
||||
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
|
||||
.PP
|
||||
\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
|
||||
\fBsetParameter\f1\f1\&.
|
||||
.PP
|
||||
Starting in MongoDB 4.4, the \fBldapQueryPassword\f1
|
||||
\fBsetParameter\f1\f1 command accepts either a string or
|
||||
an array of strings. If \fBldapQueryPassword\f1 is set to an array, MongoDB tries
|
||||
each password in order until one succeeds. Use a password array to roll over the
|
||||
LDAP account password without downtime.
|
||||
The \fBldapQueryPassword\f1\fBsetParameter\f1\f1 command accepts either a
|
||||
string or an array of strings. If \fBldapQueryPassword\f1 is set to an array,
|
||||
MongoDB tries each password in order until one succeeds. Use a password array
|
||||
to roll over the LDAP account password without downtime.
|
||||
.PP
|
||||
Windows MongoDB deployments can use \fB\-\-ldapBindWithOSDefaults\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,
|
||||
\fBmongoldap\f1\f1 returns an error.
|
||||
.PP
|
||||
Starting in MongoDB 4.4, \fBmongoldap\f1\f1 also returns an error
|
||||
if one of the transformations cannot be evaluated due to networking
|
||||
or authentication failures to the LDAP server. \fBmongoldap\f1\f1
|
||||
rejects the connection request and does not check the remaining
|
||||
documents in the array.
|
||||
\fBmongoldap\f1\f1 also returns an error if one of the transformations
|
||||
cannot be evaluated due to networking or authentication failures to the
|
||||
LDAP server. \fBmongoldap\f1\f1 rejects the connection request and does
|
||||
not check the remaining documents in the array.
|
||||
.PP
|
||||
Starting in MongoDB 5.0, \fB\-\-ldapUserToDNMapping\f1\f1
|
||||
accepts an empty string \fB""\f1 or empty array \fB[ ]\f1 in place of a
|
||||
|
904
debian/mongos.1
vendored
904
debian/mongos.1
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user