Skip to content

Commit

Permalink
auth: Add oauth2 passdb
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and GitLab committed Feb 16, 2017
1 parent d1c5651 commit 9b67017
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/auth/Makefile.am
Expand Up @@ -34,6 +34,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib-ntlm \
-I$(top_srcdir)/src/lib-otp \
-I$(top_srcdir)/src/lib-master \
-I$(top_srcdir)/src/lib-oauth2 \
-DAUTH_MODULE_DIR=\""$(auth_moduledir)"\" \
-DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \
-DPKG_RUNDIR=\""$(rundir)"\" \
Expand Down Expand Up @@ -87,6 +88,7 @@ auth_SOURCES = \
db-checkpassword.c \
db-dict.c \
db-dict-cache-key.c \
db-oauth2.c \
db-sql.c \
db-passwd-file.c \
main.c \
Expand All @@ -113,6 +115,7 @@ auth_SOURCES = \
passdb-cache.c \
passdb-checkpassword.c \
passdb-dict.c \
passdb-oauth2.c \
passdb-passwd.c \
passdb-passwd-file.c \
passdb-pam.c \
Expand Down Expand Up @@ -162,6 +165,7 @@ headers = \
db-sql.h \
db-passwd-file.h \
db-checkpassword.h \
db-oauth2.h \
mech.h \
mycrypt.h \
passdb.h \
Expand Down

0 comments on commit 9b67017

Please sign in to comment.