(file) Return to FixedPropertyTableLinux.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Config

 1 kumpf 1.37 /*
 2 karl  1.27 //%2006////////////////////////////////////////////////////////////////////////
 3 kumpf 1.1  //
 4 karl  1.18 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 5            // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 6            // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
 7 karl  1.8  // IBM Corp.; EMC Corporation, The Open Group.
 8 karl  1.18 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
 9            // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
10 karl  1.19 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
11            // EMC Corporation; VERITAS Software Corporation; The Open Group.
12 karl  1.27 // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
13            // EMC Corporation; Symantec Corporation; The Open Group.
14 kumpf 1.1  //
15            // Permission is hereby granted, free of charge, to any person obtaining a copy
16            // of this software and associated documentation files (the "Software"), to
17            // deal in the Software without restriction, including without limitation the
18            // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
19            // sell copies of the Software, and to permit persons to whom the Software is
20            // furnished to do so, subject to the following conditions:
21            // 
22            // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
23            // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
24            // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
25            // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
26            // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
27            // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28            // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29            // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30            //
31            //==============================================================================
32            //
33            //%/////////////////////////////////////////////////////////////////////////////
34 kumpf 1.37 */
35 kumpf 1.1  
36 kumpf 1.34 #if defined(PEGASUS_USE_RELEASE_DIRS) && \
37                defined(PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS)
38            # include <Pegasus/Config/ProductDirectoryStructure.h>
39 denise.eckstein 1.26 #endif
40                      
41 kumpf           1.1  #ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
42                          {"httpPort",            "5988"},
43                          {"httpsPort",           "5989"},
44                          {"home",                ""},
45                          {"slp",                 "false"},
46                          {"enableAuthentication", "true"},
47                          {"httpAuthType",        "Basic"},
48 denise.eckstein 1.17     {"enableBinaryRepository", "false"},
49 kumpf           1.1  #endif
50 kumpf           1.35 #if defined(PEGASUS_USE_RELEASE_DIRS)
51 kumpf           1.34 # if defined(PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS)
52 denise.eckstein 1.26     {"traceFilePath",       PEGASUS_TRACE_FILE_PATH},
53 kumpf           1.34 #  if !defined(PEGASUS_USE_SYSLOGS)
54                          {"logdir",              PEGASUS_LOG_DIR},
55                      #  endif
56 denise.eckstein 1.26     {"passwordFilePath",     PEGASUS_CONFIG_DIR"/cimserver.passwd"},
57                          {"sslCertificateFilePath", PEGASUS_SSL_CERT_FILE_PATH},
58                          {"sslKeyFilePath",       PEGASUS_SSL_KEY_FILE_PATH},
59                          {"sslTrustStore",        PEGASUS_SSL_SERVER_TRUSTSTORE},
60 kumpf           1.34 #  ifdef PEGASUS_ENABLE_SSL_CRL_VERIFICATION
61 denise.eckstein 1.26     {"crlStore",             PEGASUS_SSL_SERVER_CRL},
62 kumpf           1.34 #  endif
63 denise.eckstein 1.26     {"repositoryDir",        PEGASUS_REPOSITORY_DIR},
64 kumpf           1.34     {"providerDir", PEGASUS_PROVIDER_LIB_DIR ":/usr/" PEGASUS_ARCH_LIB "/cmpi"},
65 b.whiteley      1.38     {"providerManagerDir",   PEGASUS_PROVIDER_MANAGER_LIB_DIR},
66 kumpf           1.34 # else /* PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS */
67 kumpf           1.25     {"traceFilePath",       "/var/opt/tog-pegasus/cache/trace/cimserver.trc"},
68 kumpf           1.34 #  if !defined(PEGASUS_USE_SYSLOGS)
69 denise.eckstein 1.16     {"logdir",              "/var/opt/tog-pegasus/log"},
70 kumpf           1.34 #  endif
71 denise.eckstein 1.16     {"passwordFilePath",    "/etc/opt/tog-pegasus/cimserver.passwd"},
72                          {"sslCertificateFilePath", "/etc/opt/tog-pegasus/server.pem"},
73                          {"sslKeyFilePath",      "/etc/opt/tog-pegasus/file.pem"},
74 nag.boranna     1.20     {"sslTrustStore",       "/etc/opt/tog-pegasus/cimserver_trust"},
75 nag.boranna     1.21     {"crlStore",            "/etc/opt/tog-pegasus/crl"},
76 kumpf           1.30     {"repositoryDir",       PEGASUS_REPOSITORY_DIR},
77 kumpf           1.34 #  if defined(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER)
78                          {"providerDir",         "/opt/tog-pegasus/providers/lib:/usr/"
79                                                      PEGASUS_ARCH_LIB "/cmpi"},
80                      #  else
81 aruran.ms       1.28     {"providerDir",         "/opt/tog-pegasus/providers/lib"},
82 kumpf           1.34 #  endif
83 b.whiteley      1.38     {"providerManagerDir",  "/opt/tog-pegasus/providermanagers"},
84 kumpf           1.34     {"messageDir",          "/opt/tog-pegasus/share/locale/ICU_Messages"},
85                      # endif /* PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS */
86 kumpf           1.36 #endif /* defined(PEGASUS_USE_RELEASE_DIRS) */
87 kumpf           1.34 #if !defined(PEGASUS_USE_RELEASE_CONFIG_OPTIONS) && \
88                          !defined(PEGASUS_USE_RELEASE_DIRS)
89 kumpf           1.37     {"bogus", "MyBogusValue"} /* Remove this line if others are added */
90 kumpf           1.1  #endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2