summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2012-04-12 06:38:04 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2012-04-12 06:38:04 +0000
commit1e6ee0de60b676f15b962a8bf7300af798626472 (patch)
tree7ded3016a40122a75299368fadb19349f3098bfd
parentce1a5d08aa3aa1e78b3bcf3a76915c875f37f8cb (diff)
downloadmod_auth_mellon-1e6ee0de60b676f15b962a8bf7300af798626472.tar.gz
mod_auth_mellon-1e6ee0de60b676f15b962a8bf7300af798626472.tar.xz
mod_auth_mellon-1e6ee0de60b676f15b962a8bf7300af798626472.zip
Deprecate «MellonDecoder "feide"»
This attribute encoding has not been required since Moria3, which was shut down in July 2010. This value should therefore no longer be used. git-svn-id: https://modmellon.googlecode.com/svn/trunk@154 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index d791030..13fbbe3 100644
--- a/README
+++ b/README
@@ -166,10 +166,9 @@ MellonPostCount 100
# They have the following meanings:
# "none": mod_auth_mellon will store the attribute as it is
# received from the IdP. This is the default behaviour.
- # "feide": FEIDE currently stores several values in a single
- # AttributeValue element. The values are base64 encoded
- # and separated by a underscore. This decoder reverses
- # this encoding.
+ # "feide": *DEPRECATED* Feide used to transmit attributes with a
+ # special encoding. That is no longer necessary, and
+ # this decoder should therefore no longer be used.
# Default: MellonDecoder "none"
MellonDecoder "none"