From fae884ae43c71bbb4ff1cc8f72988ca7007d614f Mon Sep 17 00:00:00 2001 From: olavmrk Date: Mon, 28 Oct 2013 07:16:48 +0000 Subject: Document MellonUser with multi-valued attributes. git-svn-id: https://modmellon.googlecode.com/svn/trunk@222 a716ebb1-153a-0410-b759-cfb97c6a1b53 --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 58b2669..9064a99 100644 --- a/README +++ b/README @@ -199,6 +199,9 @@ MellonPostCount 100 # The username is passed on to other apache modules and to the web # page the user visits. NAME_ID is an attribute which we set to # the id we get from the IdP. + # Note: If MellonUser refers to a multi-valued attribute, any single + # value from that attribute may be used. Do not rely on it selecting a + # specific value. # Default: MellonUser "NAME_ID" MellonUser "NAME_ID" -- cgit