diff --git a/.gitignore b/.gitignore index e6883f8a..e4014c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__ # Local Netlify folder .netlify site/ +.cache/ diff --git a/docs/authorization.md b/docs/authorization.md index 946b01a0..132b9d70 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -16,7 +16,7 @@ LDAP authorization is compatible with the following authentication mechanisms: ## Authentication and authorization with direct binding to LDAP -Starting with release 6.0.2-1, you can configure Percona Server for MongoDB to communicate with the LDAP server directly to authenticate and also authorize users. +You can configure Percona Server for MongoDB to communicate with the LDAP server directly to authenticate and authorize users. The advantage of using this mechanism is that it is easy to setup and does not require pre-creating users in the dummy `$external` database. Nevertheless, the `--authenticationDatabase` connection argument will still need to be specified as `$external`.