zjffdu commented on a change in pull request #4149: URL: https://github.com/apache/zeppelin/pull/4149#discussion_r657709394
########## File path: docs/setup/security/shiro_authentication.md ########## @@ -195,6 +195,7 @@ Add the following line in the `shiro.ini` file: ``` ldapRealm.hadoopSecurityCredentialPath = jceks://file/user/zeppelin/conf/zeppelin.jceks ``` +**Caution** due to a bug in LDAPRealm only ```ldapRealm.pagingSize``` results will be fetched from LDAP. In big directory Trees this may cause missing Roles. Try limiting the search Scope using ```ldapRealm.groupSearchBase``` or narrow down the required Groups using ```ldapRealm.groupSearchFilter``` Review comment: Thanks for clarification, that make sense to me. Do you have plan to create a PR to fix this issue ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org