-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40190/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen and Sumit Mohanty.
Bugs: AMBARI-13837
https://issues.apache.org/jira/browse/AMBARI-13837
Repository: ambari
Description
-------
HS2 supports LDAP authentication. LDAP could be either Active Directory (AD) or
others. For non-AD LDAP, HS2 needs hive.server2.authentication.ldap.url and
hive.server2.authentication.ldap.baseDN to be set. For AD LDAP, HS2 needs
hive.server2.authentication.ldap.url and
hive.server2.authentication.ldap.Domain to be set. However, when using Ambari,
when we set hive.server2.authentication to LDAP, it always requires
hive.server2.authentication.ldap.baseDN to be set. This prevents users from
specifying the AD LDAP configs.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
ac5df7c
ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
4779543
ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
3deb87a
ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py 291a4ea
ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py a1114fc
Diff: https://reviews.apache.org/r/40190/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi