From: scantor Date: Thu, 7 Jun 2012 03:37:33 +0000 (+0000) Subject: Switch schema paths to use APPDATA X-Git-Tag: 2.5.0~63 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=d0f366341f3f391c429d1d83dcf462592689822e Switch schema paths to use APPDATA git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3695 cb58f699-b61c-0410-a6fe-9272a202ed29 --- 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"