Skip to content

Commit

Permalink
[irods/irods#5479] Port krb plugin to new framework
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed May 6, 2022
1 parent 1d7dcbc commit 231c014
Show file tree
Hide file tree
Showing 2 changed files with 911 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ find_package(OpenSSL REQUIRED)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
find_package(GSS REQUIRED)

set(
IRODS_AUTH_PLUGIN_irods_auth_plugin-krb_SOURCES
${CMAKE_SOURCE_DIR}/auth/src/krb.cpp
)

set(
IRODS_AUTH_PLUGIN_krb_SOURCES
${CMAKE_SOURCE_DIR}/auth_legacy/src/krb.cpp
Expand All @@ -63,6 +68,7 @@ set(
set(
IRODS_AUTH_PLUGINS
krb
irods_auth_plugin-krb
)

set(
Expand Down Expand Up @@ -109,11 +115,13 @@ foreach(PLUGIN ${IRODS_AUTH_PLUGINS})
${IRODS_PLUGIN_LINK_LIBRARIES_${TYPE}}
irods_common
irods_plugin_dependencies
nlohmann_json::nlohmann_json
${OPENSSL_CRYPTO_LIBRARY}
${GSS_LIBRARIES}
${IRODS_EXTERNALS_FULLPATH_BOOST}/lib/libboost_filesystem.so
${IRODS_EXTERNALS_FULLPATH_BOOST}/lib/libboost_system.so
${IRODS_EXTERNALS_FULLPATH_FMT}/lib/libfmt.so
)
dl)
set_property(
TARGET ${IRODS_CURRENT_PLUGIN_TARGET}
APPEND
Expand Down
Loading

0 comments on commit 231c014

Please sign in to comment.