[ 
https://issues.apache.org/jira/browse/CASSANDRA-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sam Tunnicliffe updated CASSANDRA-5545:
---------------------------------------

    Attachment: 0001-Add-SASL-hooks-to-CQL-native-protocol.patch

As per the previous comment, the new patch extends IAuthenticator & adds a 
SaslAuthenticator interface, although this is very slightly different to the 
one Sylvain describes. It also adds a very simple SaslAuthenticator 
implementation to be used by PasswordAuthenticator. Also, a check in 
o.a.c.transport.Server.run() so that we don't inadvertedly start the server if 
it requires authentication but the configured IAuthenticator doesn't provide a 
SaslAuthenticator.
                
> Add SASL authentication to CQL native protocol
> ----------------------------------------------
>
>                 Key: CASSANDRA-5545
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5545
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Sam Tunnicliffe
>             Fix For: 2.0
>
>         Attachments: 
> 0001-Add-SASL-authentication-to-CQL-native-protocol.patch, 
> 0001-Add-SASL-hooks-to-CQL-native-protocol.patch
>
>
> Adding hooks for SASL authentication would make it much easier to integrate 
> with external auth providers, such as Kerberos & NTLM.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to