summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-06-27 14:24:09 +0200
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-06-27 14:24:09 +0200
commit2f5d38f1d9d6811a6e9c8778654485734db04866 (patch)
treeb163e6f3e2179a445af980e8be406790a7d55dad /Makefile
parentf6a4aa5360a033e52384b92bd5644a3c214b0952 (diff)
Städat Makefil + swamid-2.0/idp2.it.gu.se-idp-shibboleth.xml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 962d99a8..e52d005a 100644
--- a/Makefile
+++ b/Makefile
@@ -231,7 +231,7 @@ testRoleDescriptor:
testAttributeInIdP:
@echo "Check for Attribute inside IDPSSODescriptor"
@for x in `find $(SRCDIRS) -name \*.xml`; do \
- if cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | sed 's/xmlns="[^"]*"//' | xmllint --xpath "/EntityDescriptor/IDPSSODescriptor" - 2>/dev/null | grep -q " <Attribute" ; then \
+ if cat $$x | sed 's;\(</*\)[a-z0-9]*:;\1;g' | sed 's/xmlns="[^"]*"//' | xmllint --xpath "/EntityDescriptor/IDPSSODescriptor" - 2>/dev/null | grep -q " <Attribute Name" ; then \
echo " $$x" | sed 's/.*/&/' ;\
fi;\
done | grep . && echo "Please remove this Attributes"