diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2013-03-03 00:46:23 +0100 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2013-03-03 00:58:09 +0100 |
| commit | 25e5147c7d3e16ec96713c214dc28e398b3be10c (patch) | |
| tree | b43c9612580f7070608a8848727cc5a358f0a5a8 /eurephiadm | |
| parent | 262442599d5352f8c48018d975b7f50a53dab33c (diff) | |
| download | eurephia-25e5147c7d3e16ec96713c214dc28e398b3be10c.tar.gz eurephia-25e5147c7d3e16ec96713c214dc28e398b3be10c.tar.xz eurephia-25e5147c7d3e16ec96713c214dc28e398b3be10c.zip | |
Added the first stab of an authentication plug-in framework
This enables a run-time loadable support for other authentication
modules. This can be used to make eurephia authenticate user's
passwords against other sources than the local eurephia database
itself.
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'eurephiadm')
| -rw-r--r-- | eurephiadm/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eurephiadm/CMakeLists.txt b/eurephiadm/CMakeLists.txt index 3997e64..d65cec0 100644 --- a/eurephiadm/CMakeLists.txt +++ b/eurephiadm/CMakeLists.txt @@ -1,6 +1,6 @@ # cmake rules for eurephia - eurephiadm, console admin utility # -# GPLv2 only - Copyright (C) 2008 - 2012 +# GPLv2 only - Copyright (C) 2008 - 2013 # David Sommerseth <dazo@users.sourceforge.net> # # This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ PROJECT(eurephiadm C) cmake_minimum_required(VERSION 2.6) # Compiler settings -INCLUDE_DIRECTORIES(../common ../database) +INCLUDE_DIRECTORIES(../common ../auth ../database) # eurephiadm parameters SET(EUREPHIADM_XSLT_PATH "${XSLTROOT}/eurephiadm/" CACHE STRING "Path for eurephiadm XSLT templates") |
