]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth: kill AuthUnknownSessionHandler 27566/head
authorSage Weil <sage@redhat.com>
Fri, 12 Apr 2019 21:22:04 +0000 (16:22 -0500)
committerSage Weil <sage@redhat.com>
Wed, 24 Apr 2019 18:46:04 +0000 (13:46 -0500)
commita452d0707be53767f7c802b6b455f4885d4975a0
treeded8c2e6266f48008830d68ea75c4c54af12e5c8
parent31d71e85972090b50afcd4ce7e0165edc0fa5d0c
auth: kill AuthUnknownSessionHandler

The only user is ProtocolV1, which passes in an in-use auth_method...
which must be either AUTH_NONE or AUTH_CEPHX since we successfully
authenticated at this point.

Signed-off-by: Sage Weil <sage@redhat.com>
src/auth/AuthSessionHandler.cc
src/auth/CMakeLists.txt
src/auth/unknown/AuthUnknownSessionHandler.h [deleted file]