Skip to content

Conversation

@mpenick
Copy link
Contributor

@mpenick mpenick commented Mar 13, 2015

No description provided.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single thread access: this seems to be contradicted by the Multithread comment in main() below. https://github.com/datastax/cpp-driver/pull/144/files#diff-8fa0bb629c64393413a846a276378027R102

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm. The the data argument is different from auth->data. I need to figure out how to make that not confusing....

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You reminded me of another comment I forgot to mention: Is CassAuth.data ever used for anything, or is it always SaslAuthenticator.data_?

@aholmberg
Copy link
Contributor

This looks really good.
Just put a few minor nit pick comments in the diff.

@yippeeH
Copy link

yippeeH commented Oct 1, 2015

Hi Michael, it's great to see you guys have this working in progress. I'm just wondering what the status of this right now? Do you guys have any plan when to push it out? I need this and am really waiting on it. Appreciate it! - Yinping

@mpenick
Copy link
Contributor Author

mpenick commented Oct 5, 2015

@yippeeH This feature is code complete (minus a couple code review changes) and it needs to be formally tested. We haven't released this feature because there wasn't any demand for it and we didn't have an integrator to give us feedback about the API.

What type of authentication system are you planning to integrate with the SASL API? Kerberos? If I merge this on to the latest would you be able to test your integration from an unofficial release and provide feedback?

@yippeeH
Copy link

yippeeH commented Nov 4, 2015

We are using a custom authentication implementation that is not a defined SASL mechanism, but requires a custom initial response callback from the driver. We would definitely be willing to test from an unofficial release and provide feedback.

@mpenick
Copy link
Contributor Author

mpenick commented Mar 15, 2016

I'm moving this work to another branch and will reopen a new PR. I will reference this.

@mpenick mpenick closed this Mar 15, 2016
@mpenick mpenick deleted the CPP-212 branch March 15, 2016 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants