From d610783308f19d3b2ad802461091abf41ed76ce7 Mon Sep 17 00:00:00 2001 From: Fredrik Aslund Date: Mon, 9 May 2016 16:03:28 +0200 Subject: al1 added to al2 IdP:s swamid-2.0/login.idp.eduid.se-idp.xml.xml renamed to swamid-2.0/login.idp.eduid.se-idp.xml --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2118f96c..2bc75f08 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,8 @@ committest: test @for x in `find $(SRCDIRS) -name \*.xml`; do if cat $$x | sed -n 's;.*<[a-z0-9:]*GeolocationHint>\(.*\);\1;p' | grep -q -vE '^$$|^geo:[0-9][0-9][0-9.]*,[0-9][0-9][0-9.]*$$' ; then echo " $$x" ; fi ; done | grep . && exit 1 || true @echo "Check for new SP:s with SimpleSign (breaks ADFS IdP:s with Shib SP 2.5+)" @for x in `find $(SRCDIRS) -name \*.xml`; do if ! grep -qx `basename $$x` sp-with-simplesign && grep -q HTTP-POST-SimpleSign $$x ; then echo " $$x" ; fi ; done | grep . && exit 1 || true + @echo "Check for IdP:s with AL2 without AL1" + @for x in `find $(SRCDIRS) -name \*.xml`; do if grep -q http://www.swamid.se/policy/assurance/al2 $$x && ! grep -q http://www.swamid.se/policy/assurance/al1 $$x ; then echo " $$x" ; fi ; done | grep . && exit 1 || true commit: tidy committest @git diff --color || true -- cgit v1.2.3