This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 2cee8c831a [Hotfix] Typo in shiro_authentication.md (#4447) 2cee8c831a is described below commit 2cee8c831ad70341356a91c04be5f2c2a27cdccd Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Wed Aug 24 15:33:46 2022 +0200 [Hotfix] Typo in shiro_authentication.md (#4447) 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