From 94b035d4a269bf79374d8b43281cb516e5218a6c Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 11 Dec 2008 00:05:29 +0100 Subject: Added functions for processing eurephiaACCESSINFO/eurephiaACCESSLIST Implemented saving VPN access profile to the eurephiaCERTINFO struct and filling the eurephiaACCESSINFO with the proper information needed in the eDBadminGetUserInfo(...) function. The special thing about eurephiaACCESSINFO, is that it will not register duplicate records. And when the eurephiaCERTINFO is free'd, the eurephiaACCESSLIST will automatically be free'd as well. --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0678a2b..68b124c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,14 @@ IF(EUREPHIADM) ENDIF(EUREPHIADM) IF(NOT DATABASE) - message(FATAL_ERROR "Cannot build eurephia without any database drivers.") + message(FATAL_ERROR "Cannot build eurephia without any database drivers.") ENDIF(NOT DATABASE) +IF(FW_IPTABLES) + SET(FIREWALL on) +ENDIF(FW_IPTABLES) + + IF(DEBUG) message(STATUS "DEBUG enabled - might be a security issue") ADD_DEFINITIONS(-DENABLE_DEBUG) -- cgit