]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix up authorizer generation/validation
authorSage Weil <sage@newdream.net>
Thu, 25 Mar 2010 17:19:02 +0000 (10:19 -0700)
committerSage Weil <sage@newdream.net>
Thu, 25 Mar 2010 17:20:22 +0000 (10:20 -0700)
commit33a02af0eb6ec189217c47a9bda7fb2c56e9678a
treea1177309fff281078425c899c8c6a3f3aee45180
parent94794ab2e03c7f02aa8253df854b140fe2a42e7d
mon: fix up authorizer generation/validation

Only generate authorizer for other mons. Only require authorizer for other
mons when CEPHX is enabled.  Check it properly (before we were letting
mons connect without any authorizer!).
src/mon/Monitor.cc