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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2