From 7fb98603132f56210248b0316895010ec6849cde Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 22 Aug 2022 11:45:49 +0200 Subject: [PATCH] [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 bda1ec40914..6560d380a1a 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