Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September 29

Fwd: Announcing ApacheCon @Home 2020

2020-06-29 Thread Jeff Zhang
-- Forwarded message - 发件人: Rich Bowen Date: 2020年6月29日周一 下午8:51 Subject: Announcing ApacheCon @Home 2020 To: Dear Apache Member, Over the past few months, we’ve been working to cancel our conference venue in New Orleans, and move ApacheCon online. This has encountered a number

Using PAM with Zeppelin

2020-06-29 Thread Somanath Jeeva
Hi , I am trying to use zeppelin with red hat linux 7. I am trying to use the PAM based authentication. Based on the documentation I am able to enable the PAM based authentication, but I couldn't find information on how to make a OS user/group as admin. Is there any way to make OS users as adm

RE: Using PAM with Zeppelin

2020-06-29 Thread stephane.davy
Hello Jeeva, In the shiro.ini file, I’ve set some options like this: /api/configurations/** = authc, roles[zepadmin] Which means that only people from the zepadmin group can modify the configuration for example. And the zepadmin is a Unix group which by the way contains some LDAP users but