Handle the new, multi-user kasmpasswd format auth

This commit is contained in:
Lauri Kasanen
2020-10-12 13:47:16 +03:00
parent 30b9a82c08
commit 9a5afc5a62
2 changed files with 36 additions and 23 deletions

View File

@@ -1,10 +1,11 @@
include_directories(${CMAKE_SOURCE_DIR}/common)
include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/unix/kasmvncpasswd)
set(NETWORK_SOURCES
Socket.cxx
TcpSocket.cxx
websocket.c
websockify.c)
websockify.c
${CMAKE_SOURCE_DIR}/unix/kasmvncpasswd/kasmpasswd.c)
if(NOT WIN32)
set(NETWORK_SOURCES ${NETWORK_SOURCES} UnixSocket.cxx)