]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: do not use GSS/KRB5 if ! HAVE_GSSAPI
authorKefu Chai <kchai@redhat.com>
Mon, 10 Dec 2018 07:56:26 +0000 (15:56 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Dec 2018 07:56:33 +0000 (15:56 +0800)
commit1b8c1a14d0b5a25ba1ff94c48ecef9114c2ca955
treea7748018b64d4c6dab502230fa91b889836ba071
parentcc9968dacc57d1b0514a73f42f02ae089b7c20ef
auth: do not use GSS/KRB5 if ! HAVE_GSSAPI

WITH_GSSAPI is a configure-time setting, so we should not compile krb5
related sources if this option is disabled.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/AuthAuthorizeHandler.cc
src/auth/AuthClientHandler.cc
src/auth/AuthServiceHandler.cc
src/auth/AuthSessionHandler.cc
src/auth/CMakeLists.txt
src/include/config-h.in.cmake
src/mon/CMakeLists.txt