Implemented PAM authentication

This commit is contained in:
Tazio Ceri
2020-06-28 23:49:16 +02:00
parent 22eae833f8
commit f8fb64b5e4
12 changed files with 262 additions and 11 deletions
+1
View File
@@ -22,6 +22,7 @@ target_link_libraries(lmsauth PUBLIC
pthread
boost_system
wt
${PAM_LIBRARIES}
)
install(TARGETS lmsauth DESTINATION lib)