summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Domeij <fredrik.domeij@umu.se>2019-07-18 14:44:52 +0200
committerFredrik Domeij <fredrik.domeij@umu.se>2019-07-18 14:44:52 +0200
commitbbf883a1c8e7bc9c449fbf3d4d8b9d05d19a9408 (patch)
treedf27a39eff0998a5c5e27be10abd29d6bf710b8c /Makefile
parent34c7bedca5f0d5d866375718228202d97e10bb44 (diff)
RequestedAttribute not required by R&S
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 747d3d3f..1ff87b6d 100644
--- a/Makefile
+++ b/Makefile
@@ -122,8 +122,6 @@ testRefedsRnS:
if [ -z "$$mdui_InformationURL" ] ; then echo " $$x: Missing mdui:InformationURL." | sed 's/.*/&/' ; fi ; \
tech_contact=`cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | sed 's/xmlns="[^"]*"//' | xmllint --xpath "/EntityDescriptor/ContactPerson[@contactType='technical']" - 2>/dev/null | grep 'EmailAddress'` ; \
if [ -z "$$tech_contact" ] ; then echo " $$x: Missing ContactPerson contactType='technical'." | sed 's/.*/&/' ; fi ; \
- requested_attributes=`cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | sed 's/xmlns="[^"]*"//' | xmllint --xpath "/EntityDescriptor/SPSSODescriptor/AttributeConsumingService" - 2>/dev/null | grep 'RequestedAttribute'` ; \
- if [ -z "$$requested_attributes" ] ; then echo " $$x: Missing requested attributes." | sed 's/.*/&/' ; fi ; \
fi ; \
done