joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline 
the kerberos logic in thin client java code
URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391830220
 
 

 ##########
 File path: bin/thin_client_jaas.conf
 ##########
 @@ -0,0 +1,5 @@
+ThinClient {
+  com.sun.security.auth.module.Krb5LoginModule required
 
 Review comment:
   I _think_ this will break on IBM java. They do something annoying like have 
Krb5LoginModule in a different package, I think 
`com.ibm.security.auth.module.Krb5LoginModule`.
   
   Also annoying, the semantics on what you options you may/must provide in the 
configuration block are different between vendors.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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