summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authormanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-06-01 20:43:17 +0000
committermanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-06-01 20:43:17 +0000
commit168300298027322956ed3c50ddb56197111f58ef (patch)
tree38e42092654a65846e1e11de13f05bd91e65c568 /README
parent4efd2ad895795b7a61d70da76e32fac5d319e2c1 (diff)
downloadmod_auth_mellon-168300298027322956ed3c50ddb56197111f58ef.tar.gz
mod_auth_mellon-168300298027322956ed3c50ddb56197111f58ef.tar.xz
mod_auth_mellon-168300298027322956ed3c50ddb56197111f58ef.zip
Add a MellonSamlResponseDump option to dump the SAML authentication response in
the environement git-svn-id: https://modmellon.googlecode.com/svn/trunk@51 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 52c4492..3916311 100644
--- a/README
+++ b/README
@@ -186,6 +186,11 @@ MellonLockFile "/tmp/mellonLock"
# available in the MELLON_SESSION environment variable
MellonSessionDump Off
+ # If MellonSamlResponseDump is set, then the SAML authentication
+ # response will be available in the MELLON_SAML_RESPONSE environment
+ # variable
+ MellonSamlResponseDump Off
+
# MellonRequire allows you to limit access to those with specific
# attributes. The syntax is
# 'MellonRequire <attribute name> <list of valid values>'.