-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26857/
-----------------------------------------------------------
(Updated Oct. 25, 2014, 8:12 p.m.)
Review request for mesos, Adam B, Benjamin Hindman, and Vinod Kone.
Changes
-------
rebased.
Bugs: MESOS-1889
https://issues.apache.org/jira/browse/MESOS-1889
Repository: mesos-git
Description (updated)
-------
Introducing the CRAM-MD5 SASL authenticator module based on the former
sasl/authenticator.
The former sasl/authenticator.hpp still remains as part of libmesos but now is
located at authentication/cram_md5.
Diffs (updated)
-----
src/Makefile.am 2617f77
src/authentication/authenticator.hpp PRE-CREATION
src/authentication/cram_md5/authenticator.hpp PRE-CREATION
src/examples/test_authenticator_module.cpp PRE-CREATION
src/module/manager.cpp 1613e39
Diff: https://reviews.apache.org/r/26857/diff/
Testing
-------
make check
NOTE all three CRAM-MD5 authenticator module related RRs need to get applied
before running make check.
Thanks,
Till Toenshoff