|
There are some new fields that have been added to the Automation API's cluster configuration. There is now a new top-level attribute "ldap". Underneath "ldap" are several new fields:
{
|
"ldap": {
|
"servers": ... ,
|
"timeoutMS": ... ,
|
"bindMethod": ... ,
|
"bindSaslMechanisms": ... ,
|
"bindQueryUser": ... ,
|
"bindQueryPassword": ... ,
|
"userCacheInvalidationPeriod": ... ,
|
"authzQueryTemplate": ... ,
|
"userToDNMapping": ...
|
}
|
}
|
The fields map to the new configuration fields available in MongoDB 3.4 and which are documented here: https://docs.google.com/document/d/1KQqBbm6zaSyxGGbIdKNJxN_68OFal1SPs5KzsfojbBI/edit#heading=h.ie68nvmsuytz
|