Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Zeppelin Note Permission doesn't work with when using LDAP

avatar
Expert Contributor

Hi, in HDP 2.6.3, multinode, not kerberized environment I have integrated Zeppelin authentication with Microsoft AD. Datascientists can login and use Zeppelin properly but when they want to share notes Zeppelin doesn't fill dropbox when enter the first 3 initals.

79484-zeppelin-notebook-paylasim-01.png

79483-zeppelin-notebook-paylasim-02.png

1 ACCEPTED SOLUTION

avatar
Expert Contributor

I believe that Zeppelin is only able to populate users and groups lists when they are provided explicitly in the shiro.ini (e.g., when using local authentication).

However, even when the users/groups are not populating automatically, typing in the full username and pressing enter will successfully enter the username in the authorized list, and, once saved, the user will be granted access to the note.

View solution in original post

3 REPLIES 3

avatar
Expert Contributor

I believe that Zeppelin is only able to populate users and groups lists when they are provided explicitly in the shiro.ini (e.g., when using local authentication).

However, even when the users/groups are not populating automatically, typing in the full username and pressing enter will successfully enter the username in the authorized list, and, once saved, the user will be granted access to the note.

avatar
Expert Contributor

Hi @William Brooks Thank you, yes it works by writing whole username. But after username I had to press space button istead of enter.

79498-zeppelin-notebook-paylasim-03.png

avatar
Expert Contributor

Excellent - glad that's working!

There is a patch being tested for this issue here, too:

https://issues.apache.org/jira/browse/ZEPPELIN-3128