-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26859/
-----------------------------------------------------------
(Updated Oct. 25, 2014, 8:22 p.m.)
Review request for mesos, Adam B, Benjamin Hindman, and Vinod Kone.
Changes
-------
rebased and fixed all "> >" towards ">>" in master.cpp/.hpp
Bugs: MESOS-1889
https://issues.apache.org/jira/browse/MESOS-1889
Repository: mesos-git
Description (updated)
-------
Enables selecting a module based authenticator via the new --authenticators
flag for mesos master.
Additionally, all "> >" have been fixed towards ">>" in master.hpp and
master.cpp.
Diffs (updated)
-----
src/master/flags.hpp 9d06856
src/master/master.hpp b1a2cd0
src/master/master.cpp 95589b8
src/module/authenticator.hpp PRE-CREATION
src/tests/crammd5_authentication_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/26859/diff/
Testing
-------
make check
NOTE all three CRAM-MD5 authenticator module related RRs need to get applied
before running make check.
Thanks,
Till Toenshoff