Re: Shiro LDAP w/ Search Bind Authentication

2016-07-06 Thread Benjamin Kim
Rob, I got it to work without having to use those settings. I guess Shiro gets around our LDAP authentication. Thanks, Ben > On Jul 6, 2016, at 3:33 PM, Rob Anderson wrote: > > You can find some documentation on it here: >

Re: Shiro LDAP w/ Search Bind Authentication

2016-07-06 Thread Rob Anderson
You can find some documentation on it here: https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html I believe you'll need to be running the .6 release or .7 snapshot to use shiro. We're authing against AD via ldaps calls without issue. We're then using group

Shiro LDAP w/ Search Bind Authentication

2016-07-06 Thread Benjamin Kim
I have been trying to find documentation on how to enable LDAP authentication, but I cannot find how to enter the values for these configurations. This is necessary because our LDAP server is secured. Here are the properties that I need to set: ldap_cert use_start_tls bind_dn bind_password Can