summaryrefslogtreecommitdiff
path: root/xslt/clean-entitydescriptor.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/clean-entitydescriptor.xsl')
-rw-r--r--xslt/clean-entitydescriptor.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl
index d4ef16ff..4f619ab3 100644
--- a/xslt/clean-entitydescriptor.xsl
+++ b/xslt/clean-entitydescriptor.xsl
@@ -9,6 +9,8 @@
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
<xsl:template match="@ID"/>
+ <xsl:template match="@validUntil"/>
+ <xsl:template match="@cacheDuration"/>
<xsl:template match="text()|comment()|@*">
<xsl:copy/>