summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authormanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2011-03-23 15:05:19 +0000
committermanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2011-03-23 15:05:19 +0000
commitf0467bab7c76db8b5989515da004931cfbca9837 (patch)
tree5081a9dab1e72c644ee7deaf2b7333b819d1305f /README
parent30133d867b8513dbee8253c369d6d58d750eda54 (diff)
downloadmod_auth_mellon-f0467bab7c76db8b5989515da004931cfbca9837.tar.gz
mod_auth_mellon-f0467bab7c76db8b5989515da004931cfbca9837.tar.xz
mod_auth_mellon-f0467bab7c76db8b5989515da004931cfbca9837.zip
New MellonIdPMetadataGlob directive to load mulitple IdP metadata
using a glob(3) pattern. git-svn-id: https://modmellon.googlecode.com/svn/trunk@117 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 32c3526..1b681dc 100644
--- a/README
+++ b/README
@@ -349,6 +349,11 @@ MellonPostCount 100
# Default: None set.
MellonIdPMetadataFile /etc/apache2/mellon/idp-metadata.xml
+ # MellonIdPMetadataGlob is a glob(3) pattern enabled alternative
+ # to MellonIdPMetadataFile.
+ # Default: None set.
+ #MellonIdPMetadataGlob /etc/apache2/mellon/*-metadata.xml
+
# MellonIdpPublicKeyFile is the full path of the public key of the
# IdP. This parameter is optional if the public key is embedded
# in the IdP's metadata file, or if a certificate authority is