summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2013-05-28 16:08:38 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2013-05-28 16:08:38 +0200
commitfc4958f6e957acd72e3ec6f9a546811cdf70f4d3 (patch)
tree8bf6d050baf35c1603f64e70bedc08c2d424924d /database/sqlite/sqlite.c
parentbfe23dd4341de02e7981fbdbd87550cdc19d6830 (diff)
parentd4383e6b96e36120669cc6de2f2cec49aeee90f4 (diff)
downloadeurephia-fc4958f6e957acd72e3ec6f9a546811cdf70f4d3.tar.gz
eurephia-fc4958f6e957acd72e3ec6f9a546811cdf70f4d3.tar.xz
eurephia-fc4958f6e957acd72e3ec6f9a546811cdf70f4d3.zip
Merge auth-plugin work
This implements a authentication plug-in framework which can be used to do username/password authentication against another backend per user/certificate. Conflicts: database/eurephiadb.c Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'database/sqlite/sqlite.c')
-rw-r--r--database/sqlite/sqlite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/sqlite/sqlite.c b/database/sqlite/sqlite.c
index a17f4b0..2122885 100644
--- a/database/sqlite/sqlite.c
+++ b/database/sqlite/sqlite.c
@@ -495,6 +495,7 @@ static char *_build_value_string(eDBfieldMap *ptr) {
val = sqlite3_mprintf("lower('%q')", ptr->value);
break;
+ case ft_BOOL:
case ft_PASSWD:
case ft_STRING:
default: