This is an automated email from the ASF dual-hosted git repository.

nickallen pushed a commit to branch feature/METRON-2088-support-hdp-3.1
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to 
refs/heads/feature/METRON-2088-support-hdp-3.1 by this push:
     new 0b6cd7d  METRON-2298 'User Base DN' Missing from Security 
Configuration (nickwallen) closes apache/metron#1538
0b6cd7d is described below

commit 0b6cd7da29795dee0ae90b09eb2afac2b460de9f
Author: nickwallen <nickal...@apache.org>
AuthorDate: Wed Oct 23 15:23:07 2019 -0400

    METRON-2298 'User Base DN' Missing from Security Configuration (nickwallen) 
closes apache/metron#1538
---
 .../common-services/METRON/CURRENT/themes/metron_theme.json    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/themes/metron_theme.json
 
b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/themes/metron_theme.json
index f6285c7..06c9013 100644
--- 
a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/themes/metron_theme.json
+++ 
b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/themes/metron_theme.json
@@ -897,6 +897,10 @@
           "subsection-name": "subsection-security-ldap"
         },
         {
+          "config": "metron-security-env/metron.ldap.user.basedn",
+          "subsection-name": "subsection-security-ldap"
+        },
+        {
           "config": "metron-security-env/metron.ldap.user.dnpattern",
           "subsection-name": "subsection-security-ldap"
         },
@@ -1688,6 +1692,12 @@
         }
       },
       {
+        "config": "metron-security-env/metron.ldap.user.basedn",
+        "widget": {
+          "type": "text-field"
+        }
+      },
+      {
         "config": "metron-security-env/metron.ldap.user.dnpattern",
         "widget": {
           "type": "text-field"

Reply via email to