Bump
Has anyone managed to get this working?
On Thu, Jul 20, 2017 at 11:37 AM, cs user wrote:
> Hello,
>
> Can someone explain how the shiro.ini config should look when trying to
> encrypt the AD password?
>
> We have the following config:
>
&
Hello,
Can someone explain how the shiro.ini config should look when trying to
encrypt the AD password?
We have the following config:
activeDirectoryRealm = org.apache.zeppelin.realm.ActiveDirectoryGroupRealm
> activeDirectoryRealm.url = ldaps://some.address.com:636
> activeDirectoryRealm.search
Hello,
Is it possible to disable access to the shell interpreter ?
I had thought of doing this for the zeppelin user, however I think this
might break other interpreters.
I believe it would be possible to remove the interpreter from the list of
interpreters, and then remove user access and preve
Hi There,
I too had some difficulty trying to get this to work. I compared your
config to ours, it all appears to be fine. Only thing I can see we have
different which might affect it, is this section:
activeDirectoryRealm.searchBase = "OU=Zeppelin_Account,OU=
Office,DC=dattabot,DC=io"
Instead w
Hi All,
We are also hitting this issue with version 0.7.0.
We have tried changing the search base so that a filter is used, and only
certain users who are a member of a group are allowed to login, however
this doesn't have an effect.
We have also tried to use activeDirectoryRealm.groupRolesMap,