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 BEEBD200B33 for ; Thu, 30 Jun 2016 00:00:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD739160A3C; Wed, 29 Jun 2016 22:00:07 +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 1BB60160A57 for ; Thu, 30 Jun 2016 00:00:06 +0200 (CEST) Received: (qmail 20190 invoked by uid 500); 29 Jun 2016 22:00:05 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 20170 invoked by uid 99); 29 Jun 2016 22:00:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 22:00:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5347C2C027F for ; Wed, 29 Jun 2016 22:00:05 +0000 (UTC) Date: Wed, 29 Jun 2016 22:00:05 +0000 (UTC) From: "Alejandro Fernandez (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-17221) Smart configs for Atlas to setup authentication as either LDAP or AD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Jun 2016 22:00:07 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Fernandez updated AMBARI-17221: ----------------------------------------- Attachment: (was: AMBARI-17221.branch-2.4.patch) > Smart configs for Atlas to setup authentication as either LDAP or AD > -------------------------------------------------------------------- > > Key: AMBARI-17221 > URL: https://issues.apache.org/jira/browse/AMBARI-17221 > Project: Ambari > Issue Type: Bug > Reporter: Madhan Neethiraj > Assignee: Alejandro Fernandez > Priority: Critical > Fix For: 2.4.0 > > > LDAP/AD authentication to Atlas was added in ATLAS-869. Ambari should support Smart configs for Atlas to either use LDAP or AD. > Following configurations should be shown only when "atlas.authentication.method.ldap.type" is set to "ldap": > - atlas.authentication.method.ldap.url= > - atlas.authentication.method.ldap.userDNpattern=uid= > - atlas.authentication.method.ldap.groupSearchBase= > - atlas.authentication.method.ldap.groupSearchFilter= > - atlas.authentication.method.ldap.groupRoleAttribute=cn > - atlas.authentication.method.ldap.base.dn= > - atlas.authentication.method.ldap.bind.dn= > - atlas.authentication.method.ldap.bind.password= > - atlas.authentication.method.ldap.referral=ignore > - atlas.authentication.method.ldap.user.searchfilter= > - atlas.authentication.method.ldap.default.role=ROLE_USER > Following configurations should be shown only when "atlas.authentication.method.ldap.type" is set to "ad": > - atlas.authentication.method.ldap.ad.domain= > - atlas.authentication.method.ldap.ad.url= > - atlas.authentication.method.ldap.ad.base.dn= > - atlas.authentication.method.ldap.ad.bind.dn= > - atlas.authentication.method.ldap.ad.bind.password= > - atlas.authentication.method.ldap.ad.referral=ignore > - atlas.authentication.method.ldap.ad.user.searchfilter=(sAMAccountName={0}) > - atlas.authentication.method.ldap.ad.default.role=ROLE_USER -- This message was sent by Atlassian JIRA (v6.3.4#6332)