[ https://issues.apache.org/jira/browse/TINKERPOP-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247652#comment-15247652 ]
ASF GitHub Bot commented on TINKERPOP-1263: ------------------------------------------- Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/291#issuecomment-211901610 thanks @mike-tr-adamson but travis took a compilation error: ```text [ERROR] /home/travis/build/apache/incubator-tinkerpop/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Handler.java:[92,35] cannot find symbol symbol: method arrArg(java.lang.String,saslClient[...] null) location: variable messageBuilder of type org.apache.tinkerpop.gremlin.driver.message.RequestMessage.Builder ``` Is there something to fix here? > Pass SASL mechanism name through with initial SASL response > ----------------------------------------------------------- > > Key: TINKERPOP-1263 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1263 > Project: TinkerPop > Issue Type: Improvement > Components: driver > Affects Versions: 3.1.2-incubating > Reporter: Mike Adamson > Assignee: stephen mallette > Fix For: 3.1.3, 3.2.1 > > > Support was added to the client driver to allow either plain text or GSSAPI > SASL authentication. This improvement is for the client to pass the name of > the mechanism as part of the initial SASL response. This gives the server > side SASL handler the option to negotiate whether it will allow the specific > mechanism. -- This message was sent by Atlassian JIRA (v6.3.4#6332)