You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2022/08/22 09:45:55 UTC

[zeppelin] branch hotfix_shiro_md created (now 7fb9860313)

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

pdallig pushed a change to branch hotfix_shiro_md
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


      at 7fb9860313 [Hotfix] Typo in shiro_authentication.md

This branch includes the following new commits:

     new 7fb9860313 [Hotfix] Typo in shiro_authentication.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[zeppelin] 01/01: [Hotfix] Typo in shiro_authentication.md

Posted by pd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch hotfix_shiro_md
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 7fb98603132f56210248b0316895010ec6849cde
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Mon Aug 22 11:45:49 2022 +0200

    [Hotfix] Typo in shiro_authentication.md
    
    Remove one `ldapRealm.contextFactory.authenticationMechanism`
---
 docs/setup/security/shiro_authentication.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/setup/security/shiro_authentication.md b/docs/setup/security/shiro_authentication.md
index bda1ec4091..6560d380a1 100644
--- a/docs/setup/security/shiro_authentication.md
+++ b/docs/setup/security/shiro_authentication.md
@@ -157,7 +157,6 @@ ldapRealm.userDnTemplate = uid={0},ou=people,dc=hadoop,dc=apache,dc=org
 # Ability to set ldap paging Size if needed default is 100
 ldapRealm.pagingSize = 200
 ldapRealm.authorizationEnabled = true
-ldapRealm.contextFactory.authenticationMechanism = simple
 ldapRealm.searchBase = dc=hadoop,dc=apache,dc=org
 ldapRealm.userSearchBase = dc=hadoop,dc=apache,dc=org
 ldapRealm.groupSearchBase = ou=groups,dc=hadoop,dc=apache,dc=org