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 <philipp.dal...@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