summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authormanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-06-05 20:16:27 +0000
committermanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-06-05 20:16:27 +0000
commitaee41ae3989f9c3e50bfce904a6e1f80c5c5fffd (patch)
treee09a60f26702a6374c17fa3d55cb377135189c82 /README
parent168300298027322956ed3c50ddb56197111f58ef (diff)
downloadmod_auth_mellon-aee41ae3989f9c3e50bfce904a6e1f80c5c5fffd.tar.gz
mod_auth_mellon-aee41ae3989f9c3e50bfce904a6e1f80c5c5fffd.tar.xz
mod_auth_mellon-aee41ae3989f9c3e50bfce904a6e1f80c5c5fffd.zip
Doc update
git-svn-id: https://modmellon.googlecode.com/svn/trunk@52 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 3916311..cac212c 100644
--- a/README
+++ b/README
@@ -301,6 +301,16 @@ MellonLockFile "/tmp/mellonLock"
#
# Default: None set.
MellonDiscoveryURL "http://www.example.net/idp-discovery"
+
+ # This option will make the SAML authentication assertion
+ # available in the MELLON_SAML_RESPONSE environement
+ # variable. This assertion holds a verifiable signature
+ # that can be checked again. Default is Off.
+ MellonSamlResponseDump Off
+
+ # This option will make the Lasso session available in
+ # the MELLON_SESSION environement variable. Default is Off.
+ MellonSessionDump Off
</Location>