-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26859/
-----------------------------------------------------------
(Updated Oct. 29, 2014, 6:51 p.m.)
Review request for mesos, Adam B, Benjamin Hindman, and Vinod Kone.
Changes
-------
Fixed dependency list.
Bugs: MESOS-1889
https://issues.apache.org/jira/browse/MESOS-1889
Repository: mesos-git
Description
-------
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
-----
src/examples/test_authenticator_module.cpp PRE-CREATION
src/master/flags.hpp c931fd9
src/master/master.hpp b1a2cd0
src/master/master.cpp 762d2ff
src/tests/cram_md5_authentication_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/26859/diff/
Testing
-------
make check
NOTE all four CRAM-MD5 authenticator module related RRs need to get applied
before running make check.
Thanks,
Till Toenshoff