[extensions COMMIT] in /w2k3-installer/trunk/Shib2Respository: QuickInstall2.wsi ShibConfig/conf-tmlp/attribute-filte...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 27 12:06:12 BST 2011
Author: rdw
Date: Thu Oct 27 12:06:12 2011
New Revision: 329
URL: http://svn.shibboleth.net/view/extensions?rev=329&view=rev
Log:
2.3.4 build
Modified:
w2k3-installer/trunk/Shib2Respository/QuickInstall2.wsi
w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-filter.xml
w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/handler.xml
w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/relying-party.xml
Modified: w2k3-installer/trunk/Shib2Respository/QuickInstall2.wsi
URL: http://svn.shibboleth.net/view/extensions/w2k3-installer/trunk/Shib2Respository/QuickInstall2.wsi?rev=329&r1=328&r2=329&view=diff
==============================================================================
Binary files - no diff available.
Modified: w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-filter.xml
URL: http://svn.shibboleth.net/view/extensions/w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-filter.xml?rev=329&r1=328&r2=329&view=diff
==============================================================================
--- w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-filter.xml (original)
+++ w2k3-installer/trunk/Shib2Respository/ShibConfig/conf-tmlp/attribute-filter.xml Thu Oct 27 12:06:12 2011
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
This file is an EXAMPLE policy file. While the policy presented in this
example file is functional, it isn't very interesting.
@@ -7,54 +6,55 @@
Deployers should refer to the Shibboleth 2 documentation for a complete list of components
and their options.
-->
+<afp:AttributeFilterPolicyGroup id="ShibbolethFilterPolicy"
+ xmlns:afp="urn:mace:shibboleth:2.0:afp" xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
+ xmlns:saml="urn:mace:shibboleth:2.0:afp:mf:saml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:mace:shibboleth:2.0:afp classpath:/schema/shibboleth-2.0-afp.xsd
+ urn:mace:shibboleth:2.0:afp:mf:basic classpath:/schema/shibboleth-2.0-afp-mf-basic.xsd
+ urn:mace:shibboleth:2.0:afp:mf:saml classpath:/schema/shibboleth-2.0-afp-mf-saml.xsd">
-<AttributeFilterPolicyGroup id="ShibbolethFilterPolicy" xmlns="urn:mace:shibboleth:2.0:afp"
- xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic" xmlns:saml="urn:mace:shibboleth:2.0:afp:mf:saml"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:afp classpath:/schema/shibboleth-2.0-afp.xsd
- urn:mace:shibboleth:2.0:afp:mf:basic classpath:/schema/shibboleth-2.0-afp-mf-basic.xsd
- urn:mace:shibboleth:2.0:afp:mf:saml classpath:/schema/shibboleth-2.0-afp-mf-saml.xsd">
-
- <!-- Release the transient ID, EpSA & EpTid to anyone -->
- <AttributeFilterPolicy id="releaseAnyone">
- <PolicyRequirementRule xsi:type="basic:ANY" />
+ <!-- Release the transient ID, espa & eptid to anyone -->
+ <afp:AttributeFilterPolicy id="releaseToAnyone">
+ <afp:PolicyRequirementRule xsi:type="basic:ANY"/>
<!-- Transient -->
- <AttributeRule attributeID="transientId">
- <PermitValueRule xsi:type="basic:ANY" />
- </AttributeRule>
+
+ <afp:AttributeRule attributeID="transientId">
+ <afp:PermitValueRule xsi:type="basic:ANY"/>
+ </afp:AttributeRule>
<!-- EpSA -->
- <AttributeRule attributeID="eduPersonScopedAffiliation">
- <PermitValueRule xsi:type="basic:ANY" />
- </AttributeRule>
+ <afp:AttributeRule attributeID="eduPersonScopedAffiliation">
+ <afp:PermitValueRule xsi:type="basic:ANY" />
+ </afp:AttributeRule>
<!-- EpTid (both -->
- <AttributeRule attributeID="eduPersonTargetedID.old">
- <PermitValueRule xsi:type="basic:ANY" />
- </AttributeRule>
- <AttributeRule attributeID="eduPersonTargetedID">
- <PermitValueRule xsi:type="basic:ANY" />
- </AttributeRule>
+ <afp:AttributeRule attributeID="eduPersonTargetedID.old">
+ <afp:PermitValueRule xsi:type="basic:ANY" />
+ </afp:AttributeRule>
+ <afp:AttributeRule attributeID="eduPersonTargetedID">
+ <afp:PermitValueRule xsi:type="basic:ANY" />
+ </afp:AttributeRule>
- </AttributeFilterPolicy>
+ </afp:AttributeFilterPolicy>
+
<!--
Release eduPersonEntitlement and the permissible values of eduPersonAffiliation
- to any SP that is a member of InCommon, UK federation, or SWITCHaai
+ to three specific SPs
-->
<!--
- <AttributeFilterPolicy>
- <PolicyRequirementRule xsi:type="basic:OR">
[... 537 lines stripped ...]
More information about the commits
mailing list