Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6D3A3200B6B for ; Thu, 11 Aug 2016 07:17:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6BDD7160AB1; Thu, 11 Aug 2016 05:17:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B38CF160AA4 for ; Thu, 11 Aug 2016 07:17:14 +0200 (CEST) Received: (qmail 6839 invoked by uid 500); 11 Aug 2016 05:17:13 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 6830 invoked by uid 99); 11 Aug 2016 05:17:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2016 05:17:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ACA14DFE1A; Thu, 11 Aug 2016 05:17:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smohanty@apache.org To: commits@ambari.apache.org Message-Id: <51b1d0476c4d47f8b10282add787e4b0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-18101. Update zeppelin shiro.ini template with ActiveDirectoryGroupRealm info (Renjith Kamath via smohanty) Date: Thu, 11 Aug 2016 05:17:13 +0000 (UTC) archived-at: Thu, 11 Aug 2016 05:17:15 -0000 Repository: ambari Updated Branches: refs/heads/trunk a4a0ca0b4 -> 487acd147 AMBARI-18101. Update zeppelin shiro.ini template with ActiveDirectoryGroupRealm info (Renjith Kamath via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/487acd14 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/487acd14 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/487acd14 Branch: refs/heads/trunk Commit: 487acd1474e283016c28f1fdca1202c2ecf9bbe7 Parents: a4a0ca0 Author: Sumit Mohanty Authored: Wed Aug 10 22:17:02 2016 -0700 Committer: Sumit Mohanty Committed: Wed Aug 10 22:17:02 2016 -0700 ---------------------------------------------------------------------- .../ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/487acd14/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml index ddca230..c03d2dc 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/configuration/zeppelin-env.xml @@ -164,8 +164,17 @@ export SPARK_YARN_USER_ENV="PYTHONPATH=${PYTHONPATH}" # Sample LDAP configuration, for user Authentication, currently tested for single Realm [main] +#activeDirectoryRealm = org.apache.zeppelin.server.ActiveDirectoryGroupRealm +#activeDirectoryRealm.systemUsername = CN=Administrator,CN=Users,DC=HW,DC=EXAMPLE,DC=COM +#activeDirectoryRealm.systemPassword = Password1! +#activeDirectoryRealm.hadoopSecurityCredentialPath = jceks://user/zeppelin/zeppelin.jceks +#activeDirectoryRealm.searchBase = CN=Users,DC=HW,DC=TEST,DC=COM +#activeDirectoryRealm.url = ldap://ad-nano.test.example.com:389 +#activeDirectoryRealm.groupRolesMap = "" +#activeDirectoryRealm.authorizationCachingEnabled = true + #ldapRealm = org.apache.shiro.realm.ldap.JndiLdapRealm -#ldapRealm.userDnTemplate = uid={0},cn=users,cn=accounts,dc=hortonworks,dc=com +#ldapRealm.userDnTemplate = uid={0},cn=users,cn=accounts,dc=example,dc=com #ldapRealm.contextFactory.url = ldap://ldaphost:389 #ldapRealm.contextFactory.authenticationMechanism = SIMPLE #sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager