[shibboleth-sp2] 01/05: Block @ character in EPPN values.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1a
in repository shibboleth-sp2.

commit 59c5129dbdaff27c52bfe9f96e28b9c738851e30
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sat Dec 11 07:00:40 2004 +0000

    Block @ character in EPPN values.
---
 configs/AAP.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/AAP.xml b/configs/AAP.xml
index e3d7459..4e8846b 100644
--- a/configs/AAP.xml
+++ b/configs/AAP.xml
@@ -50,7 +50,7 @@
     <AttributeRule Name="urn:mace:dir:attribute-def:eduPersonPrincipalName" Header="REMOTE_USER" Alias="user">
 		<!-- Basic rule to pass through any value. -->
         <AnySite>
-            <AnyValue/>
+            <Value Type="regexp">^[^@]+$</Value>
         </AnySite>
     </AttributeRule>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list