You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Supreeth Sharma (JIRA)" <ji...@apache.org> on 2018/06/29 06:35:00 UTC

[jira] [Created] (ZEPPELIN-3570) User search is not working in zeppelin with LdapRealm

Supreeth Sharma created ZEPPELIN-3570:
-----------------------------------------

             Summary: User search is not working in zeppelin with LdapRealm
                 Key: ZEPPELIN-3570
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3570
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-server
    Affects Versions: 0.8.0
            Reporter: Supreeth Sharma
             Fix For: 0.8.1


User search is not working in zeppelin with LdapRealm.

Steps to reproduce :
1) Configure shiro.ini as below :
{code:java}
[main]
ldapRealm = org.apache.zeppelin.realm.LdapRealm
ldapRealm.userDnTemplate = cn={0},ou=Users,dc=hortonworks,dc=com
ldapRealm.contextFactory.url = ldap://172.27.23.10:389
ldapRealm.contextFactory.authenticationMechanism = SIMPLE
ldapRealm.contextFactory.systemUsername = cn=hrt_1,ou=Users,dc=hortonworks,dc=com
ldapRealm.hadoopSecurityCredentialPath = jceks://hdfs/user/zeppelin/conf/zeppelin.jceks
ldapRealm.searchBase = dc=hortonworks,dc=com
ldapRealm.userSearchBase = dc=hortonworks,dc=com
ldapRealm.groupSearchBase = dc=hortonworks,dc=com
ldapRealm.userSearchAttributeName = uid

sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
securityManager.sessionManager = $sessionManager
securityManager.sessionManager.globalSessionTimeout = 86400000
shiro.loginUrl = /api/login
[urls]
/api/version = anon
/** = authc
{code}
2) Now login to zeppelin and try to assign user for a notebook. Here while searching for user, partial search is not working



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)