MXS-1662 Move PAM authentication function into maxbase
The same code can be used for REST-API authentication.
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
find_package(PAM)
|
||||
if (PAM_FOUND AND SQLITE_FOUND)
|
||||
include_directories(${SQLITE_INCLUDE_DIR})
|
||||
add_subdirectory(PAMAuth)
|
||||
add_subdirectory(PAMBackendAuth)
|
||||
else()
|
||||
message(STATUS "No PAM libraries or SQLite found, not building PAM authenticator.")
|
||||
endif()
|
||||
include_directories(${SQLITE_INCLUDE_DIR})
|
||||
add_subdirectory(PAMAuth)
|
||||
add_subdirectory(PAMBackendAuth)
|
||||
|
Reference in New Issue
Block a user