Placeholder for new ODBC auth back-end.
This commit is contained in:
@@ -58,6 +58,14 @@ libauthldap_la_SOURCES = src/libs/msgapi/auth-backends/ldap.c
|
||||
libauthldap_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libauthldap_la_LIBADD = $(LDAP_LIBS)
|
||||
|
||||
if HAVE_ODBC
|
||||
auth_LTLIBRARIES += libauthodbc.la
|
||||
endif
|
||||
|
||||
libauthodbc_la_SOURCES = src/libs/msgapi/auth-backends/odbc.c
|
||||
libauthodbc_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libauthodbc_la_LIBADD = $(ODBC_LIBS)
|
||||
|
||||
src/libs/msgapi/all: libbongomsgapi.la $(auth_LTLIBRARIES)
|
||||
src/libs/msgapi/clean: clean
|
||||
src/libs/msgapi/install:
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/* Bongo Project licensing applies to this file, see COPYING
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* ODBC backend for user authentication
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user