summaryrefslogtreecommitdiffstats
path: root/auth_mellon.h
diff options
context:
space:
mode:
authormanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-05-31 11:15:49 +0000
committermanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-05-31 11:15:49 +0000
commit40950a7b66ed2999494fdaeab3bddb5b58ad8268 (patch)
tree1005984e0d100626be5ea2983ccd47fcc4ec8e9f /auth_mellon.h
parentd76a5fd0e1e22581edb9032dea710fb6cb191234 (diff)
downloadmod_auth_mellon-40950a7b66ed2999494fdaeab3bddb5b58ad8268.tar.gz
mod_auth_mellon-40950a7b66ed2999494fdaeab3bddb5b58ad8268.tar.xz
mod_auth_mellon-40950a7b66ed2999494fdaeab3bddb5b58ad8268.zip
Optionaly ave the remote IdP entityId in the environment
git-svn-id: https://modmellon.googlecode.com/svn/trunk@84 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'auth_mellon.h')
-rw-r--r--auth_mellon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth_mellon.h b/auth_mellon.h
index 19f00ff..0c66868 100644
--- a/auth_mellon.h
+++ b/auth_mellon.h
@@ -138,6 +138,7 @@ typedef struct am_dir_cfg_rec {
apr_hash_t *require;
apr_hash_t *envattr;
const char *userattr;
+ const char *idpattr;
int dump_session;
int dump_saml_response;