Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Unable to authenticate to zeppelin UI

avatar

Accessing zeppelin with pam credentials are failing with bad credentials

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Hello @Harish-hadoop 
Make sure zeppelin user has read permission on /etc/shadow file to authentication using pam


You can try setting the read permission with the below command on zeppelin host

# chmod 444 /etc/shadow

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

Hello @Harish-hadoop 
Make sure zeppelin user has read permission on /etc/shadow file to authentication using pam


You can try setting the read permission with the below command on zeppelin host

# chmod 444 /etc/shadow

avatar

Thanks @Scharan  It worked perfectly