summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-03-05 17:26:45 -0500
committerSimo Sorce <simo@redhat.com>2015-03-05 19:12:27 -0500
commit7407b64481bc49ad552f9ba0ff2efe1f6fb0982e (patch)
tree44807556b237d035f77fffbf0d9d5b76cc1b6cd5 /configure.ac
parent2411072a27749c5038c07d6863e5a5dfd95f8aee (diff)
downloadmod_auth_gssapi-7407b64481bc49ad552f9ba0ff2efe1f6fb0982e.tar.gz
mod_auth_gssapi-7407b64481bc49ad552f9ba0ff2efe1f6fb0982e.tar.xz
mod_auth_gssapi-7407b64481bc49ad552f9ba0ff2efe1f6fb0982e.zip
Add support for handling Basic Auth
Support either passing Basic Auth Through to another module, or handling it directly through gss_acquire_cred_with_password() Fixes #8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d51d348..78f31a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,6 +65,7 @@ AC_CHECK_LIB([gssapi_krb5], [gss_accept_sec_context], [],
[AC_MSG_ERROR([GSSAPI library check failed])])
AC_CHECK_FUNCS(gss_acquire_cred_from)
AC_CHECK_FUNCS(gss_store_cred_into)
+AC_CHECK_FUNCS(gss_acquire_cred_with_password)
AC_SUBST([GSSAPI_CFLAGS])
AC_SUBST([GSSAPI_LIBS])