You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2020/05/01 13:54:40 UTC

[atlas] branch master updated: Fix typo in authentication docs (#84)

This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new dfd3ff6  Fix typo in authentication docs (#84)
dfd3ff6 is described below

commit dfd3ff643916c4a5ab27b45177009aee62b80bc1
Author: Guido <gu...@gmail.com>
AuthorDate: Fri May 1 15:54:29 2020 +0200

    Fix typo in authentication docs (#84)
---
 docs/src/documents/Security/Authentication.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/documents/Security/Authentication.md b/docs/src/documents/Security/Authentication.md
index c8245d0..3bdb5f7 100644
--- a/docs/src/documents/Security/Authentication.md
+++ b/docs/src/documents/Security/Authentication.md
@@ -116,7 +116,7 @@ atlas.authentication.method.ldap.ad.default.role=ROLE_USER`}
 
 <SyntaxHighlighter wrapLines={true} language="shell" style={theme.dark}>
 {`atlas.authentication.method.ldap.url=ldap://<Ldap server ip>:389
-atlas.authentication.method.ldap.userDNpattern=uid={0],ou=users,dc=example,dc=com
+atlas.authentication.method.ldap.userDNpattern=uid={0},ou=users,dc=example,dc=com
 atlas.authentication.method.ldap.groupSearchBase=dc=example,dc=com
 atlas.authentication.method.ldap.groupSearchFilter=(member=cn={0},ou=users,dc=example,dc=com
 atlas.authentication.method.ldap.groupRoleAttribute=cn