GitHub user AhyoungRyu opened a pull request:
https://github.com/apache/zeppelin/pull/1703
[DOCS] Update Shiro conf file with new package names in docs accordingly
### What is this PR for?
Based on #1700,
https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html#groups-and-permissions-optional
needs be updated accordingly.
```
activeDirectoryRealm = org.apache.zeppelin.server.ActiveDirectoryGroupRealm
ldapRealm = org.apache.zeppelin.server.LdapGroupRealm
```
to
```
ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
```
### What type of PR is it?
Documentation
### What is the Jira issue?
N/A
### How should this be tested?
No need to test this I guess. I just changed 3 words :D
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AhyoungRyu/zeppelin update/shiro-config-docs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1703.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1703
----
commit 81591312dfb029e09b15621da7a786916a1de76e
Author: AhyoungRyu <[email protected]>
Date: 2016-11-29T16:46:58Z
Update Shiro conf file with new package names in docs accordinly
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---