diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-06-27 14:24:09 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-06-27 14:24:09 +0200 |
commit | 2f5d38f1d9d6811a6e9c8778654485734db04866 (patch) | |
tree | b163e6f3e2179a445af980e8be406790a7d55dad /Makefile | |
parent | f6a4aa5360a033e52384b92bd5644a3c214b0952 (diff) |
Städat Makefil + swamid-2.0/idp2.it.gu.se-idp-shibboleth.xml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/.*/[1;31m&[0m/' ;\ fi;\ done | grep . && echo "Please remove this Attributes" |