mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix LdapGroupRealm path in shiro doc
LdapGroupRealm has moved to org.apache.zeppelin.realm
This commit is contained in:
parent
aa257701cf
commit
0524e5adf3
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ activeDirectoryRealm.groupRolesMap = "CN=aGroupName,OU=groups,DC=SOME_GROUP,DC=C
|
|||
activeDirectoryRealm.authorizationCachingEnabled = false
|
||||
activeDirectoryRealm.principalSuffix = @corp.company.net
|
||||
|
||||
ldapRealm = org.apache.zeppelin.server.LdapGroupRealm
|
||||
ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
|
||||
# search base for ldap groups (only relevant for LdapGroupRealm):
|
||||
ldapRealm.contextFactory.environment[ldap.searchBase] = dc=COMPANY,dc=COM
|
||||
ldapRealm.contextFactory.url = ldap://ldap.test.com:389
|
||||
|
|
|
|||
Loading…
Reference in a new issue