[ https://issues.apache.org/jira/browse/QPIDJMS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096231#comment-16096231 ]
ASF GitHub Bot commented on QPIDJMS-303: ---------------------------------------- Github user gemmellr commented on a diff in the pull request: https://github.com/apache/qpid-jms/pull/10#discussion_r128749066 --- Diff: qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SaslIntegrationTest.java --- @@ -54,6 +54,7 @@ private static final Symbol SCRAM_SHA_1 = Symbol.valueOf("SCRAM-SHA-1"); private static final Symbol SCRAM_SHA_256 = Symbol.valueOf("SCRAM-SHA-256"); private static final Symbol EXTERNAL = Symbol.valueOf("EXTERNAL"); + private static final Symbol GSSAPI = Symbol.valueOf("GSSAPI"); --- End diff -- This isn't used and can be removed. > Add support for SASL GSSAPI Kerberos mechanism > ---------------------------------------------- > > Key: QPIDJMS-303 > URL: https://issues.apache.org/jira/browse/QPIDJMS-303 > Project: Qpid JMS > Issue Type: Bug > Components: qpid-jms-client > Reporter: Gary Tully > > It would be great to be able to authenticate using kerberos credentials using > the SASL GSSAPI mechanism. > Authentication would be sufficient leaving TLS to do encryption of the > channel if that is necessary. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org