[
https://issues.apache.org/jira/browse/AMBARI-20938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035420#comment-16035420
]
Hudson commented on AMBARI-20938:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7569 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7569/])
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=c3c06ea9889e0a462d67e8a765b41d0a4aead9b2])
* (edit) ambari-server/conf/unix/ambari.properties
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/InternalSSLSocketFactory.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/InternalSSLSocketFactoryNonTrusting.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/KerberosKDCSSLConnectionException.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/ADKerberosOperationHandlerTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* (delete)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/TrustingSSLSocketFactory.java
* (edit) ambari-server/docs/configuration/index.md
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/security/InternalSSLSocketFactoryTrusting.java
* (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)