From c8094924053b9a46aeacb59887fce87985542150 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 7 Jun 2012 03:37:33 +0000 Subject: [PATCH] Switch schema paths to use APPDATA --- shibsp/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibsp/base.h b/shibsp/base.h index 92fdb5d..bd5ef6d 100644 --- a/shibsp/base.h +++ b/shibsp/base.h @@ -100,7 +100,7 @@ #ifdef WIN32 /** Default catalog path on Windows. */ -# define SHIBSP_SCHEMAS "%ALLUSERSPROFILE%/Shibboleth/SP/xml/xmltooling/catalog.xml;%ALLUSERSPROFILE%/Shibboleth/SP/xml/opensaml/saml20-catalog.xml;%ALLUSERSPROFILE%/Shibboleth/SP/xml/opensaml/saml11-catalog.xml;%ALLUSERSPROFILE%/Shibboleth/SP/xml/shibboleth/catalog.xml" +# define SHIBSP_SCHEMAS "%APPDATA%/Shibboleth/SP/xml/xmltooling/catalog.xml;%APPDATA%/Shibboleth/SP/xml/opensaml/saml20-catalog.xml;%APPDATA%/Shibboleth/SP/xml/opensaml/saml11-catalog.xml;%APPDATA%/Shibboleth/SP/xml/shibboleth/catalog.xml" /** Default prefix for installation (used to resolve relative paths). */ #define SHIBSP_PREFIX "c:/opt/shibboleth-sp" -- 2.1.4