[cpp-sp COMMIT] /branches/REL_2/shibsp/base.h
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 7 04:37:33 BST 2012
Author: scantor
Date: Thu Jun 7 04:37:33 2012
New Revision: 3695
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3695&view=rev
Log:
Switch schema paths to use APPDATA
Modified:
branches/REL_2/shibsp/base.h
Modified: branches/REL_2/shibsp/base.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/base.h?rev=3695&r1=3694&r2=3695&view=diff
==============================================================================
--- branches/REL_2/shibsp/base.h (original)
+++ branches/REL_2/shibsp/base.h Thu Jun 7 04:37:33 2012
@@ -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"
More information about the commits
mailing list