Project

General

Profile

ShibbolethSP2InstallDebianLenny » attribute-policy.xml

/etc/shibboleth/attribute-policy.xml - Lutz Suhrbier, 03/02/2010 06:28 PM

 
1
<afp:AttributeFilterPolicyGroup
2
    xmlns="urn:mace:shibboleth:2.0:afp:mf:basic"
3
    xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
4
    xmlns:afp="urn:mace:shibboleth:2.0:afp"
5
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
6

    
7
    <afp:AttributeFilterPolicy>
8
        <!-- This policy is in effect in all cases. -->
9
        <afp:PolicyRequirementRule xsi:type="ANY"/>
10

    
11

    
12
        <!-- Catch-all that passes everything else through unmolested. -->
13
        <afp:AttributeRule attributeID="*">
14
            <afp:PermitValueRule xsi:type="ANY"/>
15
        </afp:AttributeRule>
16

    
17
    </afp:AttributeFilterPolicy>
18

    
19
</afp:AttributeFilterPolicyGroup>
(5-5/18)