mikewalch closed pull request #445:  #408 - Fixed Kerberos ITs
URL: https://github.com/apache/accumulo/pull/445
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/core/src/main/java/org/apache/accumulo/core/rpc/SaslConnectionParams.java 
b/core/src/main/java/org/apache/accumulo/core/rpc/SaslConnectionParams.java
index 3d81e0cf54..13300f19a4 100644
--- a/core/src/main/java/org/apache/accumulo/core/rpc/SaslConnectionParams.java
+++ b/core/src/main/java/org/apache/accumulo/core/rpc/SaslConnectionParams.java
@@ -184,8 +184,7 @@ protected void updateFromConfiguration(Properties 
properties) {
     this.saslProperties.put(Sasl.QOP, this.qop.getQuality());
 
     // The primary from the KRB principal on each server (e.g. 
primary/instance@realm)
-    this.kerberosServerPrimary = properties
-        .getProperty(ClientProperty.SASL_KERBEROS_SERVER_PRIMARY.getKey());
+    this.kerberosServerPrimary = 
ClientProperty.SASL_KERBEROS_SERVER_PRIMARY.getValue(properties);
   }
 
   public Map<String,String> getSaslProperties() {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to