Hi, I've enabled AD authentication by updating shiro.ini - this is just to login to Zeppelin. I am using HDP 2.6.1 and Zeppelin 0.7.0.
ldapADGCRealm.userSearchFilter=(&(objectclass=user)(sAMAccountName={0})(|( memberOf=cn=adhdpadm,ou=Groups,ou=Corporate,dc=abccompany,dc=com)(memberOf= cn=adhdpdev,ou=Groups,ou=Corporate,dc=abccompany,dc=com))) Now people belong to these groups are able to login but all of them have access to edit any interpreters. People who belong to adhdpdev group should not be able to modify any settings. I have tried with individual users by specifying in shiro.ini and it worked. But how can I do that with groups? Is it possible? Thanks, Goutham.