2f9ac99427f873e2922c98d9e095e68de1ef3e13
[shibboleth/sp.git] / shibsp / paths.h
1 /*
2  *  Copyright 2001-2009 Internet2
3  * 
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 /**
18  * @file shibsp/paths.h
19  * 
20  * Default configuration paths.
21  */
22
23 #ifndef __shibsp_paths_h__
24 #define __shibsp_paths_h__
25
26 /** Default schema catalogs. */
27 #define SHIBSP_SCHEMAS "/opt/shibboleth-sp/share/xml/xmltooling/catalog.xml:/opt/shibboleth-sp/share/xml/opensaml/saml20-catalog.xml:/opt/shibboleth-sp/share/xml/opensaml/saml11-catalog.xml:/opt/shibboleth-sp/share/xml/shibboleth/catalog.xml"
28
29 /** Default name of SP configuration file. */
30 #define SHIBSP_CONFIG "shibboleth2.xml"
31
32 /** Default name of SP console tool logging file. */
33 #define SHIBSP_LOGGING "console.logger"
34
35 /** Default prefix for installation (used to resolve relative paths). */
36 #define SHIBSP_PREFIX  "/opt/shibboleth-sp"
37
38 /** Library directory for installation (used to resolve relative paths). */
39 #define SHIBSP_LIBDIR  "/opt/shibboleth-sp/lib"
40
41 /** Log directory for installation (used to resolve relative paths). */
42 #define SHIBSP_LOGDIR  "/opt/shibboleth-sp/var/log"
43
44 /** Configuration directory for installation (used to resolve relative paths). */
45 #define SHIBSP_CFGDIR  "/opt/shibboleth-sp/etc"
46
47 /** Runtime state directory for installation (used to resolve relative paths). */
48 #define SHIBSP_RUNDIR  "/opt/shibboleth-sp/var/run"
49
50 /** XML directory for installation (used to resolve relative paths). */
51 #define SHIBSP_XMLDIR  "/opt/shibboleth-sp/share/xml"
52
53 #endif /* __shibsp_paths_h__ */