RE: LDAP how-to for Drill/JPam?

2016-04-28 Thread Alfaro, Tony
is translating that into the LDAP calls. On Thu, Apr 28, 2016 at 11:59 AM, Alfaro, Tony <jose.alf...@viasat.com> wrote: > I have a drill 1.6 installation in distributed mode currently using > JPam to authenticate against local users, is there a how-to or guide > somewhere for c

LDAP how-to for Drill/JPam?

2016-04-28 Thread Alfaro, Tony
I have a drill 1.6 installation in distributed mode currently using JPam to authenticate against local users, is there a how-to or guide somewhere for configuring user authentication via jpam through LDAP? Jose A. "Tony" Alfaro // Application Systems Administrator ViaSat, Inc. Email :

RE: How to setup user authentication for the WebUI?

2015-11-12 Thread Alfaro, Tony
h export DRILL_JAVA_OPTS="$DRILL_JAVA_OPTS -Ddrill.exec.http.ssl_enabled=true" Also make sure to add some admin users and groups. 1. alter system set `security.admin.users`='admin1,admin2,...'; 2. alter system set `security.admin.user_groups`='admingroup'; and add users to the group.