[
https://issues.apache.org/jira/browse/AMBARI-20938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035367#comment-16035367
]
Hudson commented on AMBARI-20938:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #1553 (See
[https://builds.apache.org/job/Ambari-branch-2.5/1553/])
AMBARI-20938. LDAPS connections to an Active Directory when enabling (rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4418358f8091d4d8ace19af186361762ad8aaa1d])
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/InternalSSLSocketFactoryNonTrusting.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/InternalSSLSocketFactory.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/ADKerberosOperationHandlerTest.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/InternalSSLSocketFactoryTrusting.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* (edit) ambari-server/conf/unix/ambari.properties
* (delete)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/TrustingSSLSocketFactory.java
* (edit) ambari-web/app/messages.js
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* (edit) ambari-web/app/controllers/main/admin/kerberos/step1_controller.js
* (add)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/KerberosKDCSSLConnectionException.java
* (edit) ambari-server/docs/configuration/index.md
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ADKerberosOperationHandler.java
> LDAPS connections to an Active Directory when enabling Kerberos should
> validate the server's SSL certificate
> ------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-20938
> URL: https://issues.apache.org/jira/browse/AMBARI-20938
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: active-directory, active_directory, kerberos, ssl
> Fix For: 2.5.2
>
> Attachments: AMBARI-20938_branch-2.5_01.patch,
> AMBARI-20938_trunk_01.patch
>
>
> LDAPS connections to an Active Directory when enabling Kerberos should
> validate the server's SSL certificate. The current implementation skips
> validation checks to help avoid SSL issues; however this is not secure. Also
> the _trusting_ SSL connection may not support the more secure SSL protocols -
> TLSv1.2.
> A flag in the {{ambari.properties}} file
> ({{kerberos.operation.verify.kdc.trust}}) should be available to allow for
> the user to select either a _trusting_ SSL connection or a validating
> (non-trusting) SSL connection to be used. The default should be to use the
> standard (non-trusting) SSL connection.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)