]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/Monitor: handle v1 call into handle_auth_request
authorSage Weil <sage@redhat.com>
Sun, 17 Mar 2019 18:57:26 +0000 (13:57 -0500)
committerSage Weil <sage@redhat.com>
Mon, 22 Apr 2019 12:07:37 +0000 (07:07 -0500)
commit6578fd62486bfbf7fe08b009a2cb08c23034bd2a
treece5ef29524e1433633de70ef71e74643200759bd
parentd65d0c77d077aa126778d44e78185f2f02a6ac7b
mon/Monitor: handle v1 call into handle_auth_request

A v1 connection should "succeed" at this point because the authentication
happens via MAuth messages.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/Monitor.cc