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

 1 martin 1.40 //%LICENSE////////////////////////////////////////////////////////////////
 2 martin 1.41 //
 3 martin 1.40 // Licensed to The Open Group (TOG) under one or more contributor license
 4             // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 5             // this work for additional information regarding copyright ownership.
 6             // Each contributor licenses this file to you under the OpenPegasus Open
 7             // Source License; you may not use this file except in compliance with the
 8             // License.
 9 martin 1.41 //
10 martin 1.40 // Permission is hereby granted, free of charge, to any person obtaining a
11             // copy of this software and associated documentation files (the "Software"),
12             // to deal in the Software without restriction, including without limitation
13             // the rights to use, copy, modify, merge, publish, distribute, sublicense,
14             // and/or sell copies of the Software, and to permit persons to whom the
15             // Software is furnished to do so, subject to the following conditions:
16 martin 1.41 //
17 martin 1.40 // The above copyright notice and this permission notice shall be included
18             // in all copies or substantial portions of the Software.
19 martin 1.41 //
20 martin 1.40 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21 martin 1.41 // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 martin 1.40 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23             // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24             // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25             // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26             // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 martin 1.41 //
28 martin 1.40 //////////////////////////////////////////////////////////////////////////
29 kumpf  1.36 /*
30 kumpf  1.1  //
31             //%/////////////////////////////////////////////////////////////////////////////
32 kumpf  1.36 */
33 kumpf  1.1  
34             #ifndef Pegasus_FixedPropertyTableHpux_h
35             #define Pegasus_FixedPropertyTableHpux_h
36             
37             #ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
38 kumpf  1.8      {"logLevel",            "INFORMATION"},
39 s.kodali 1.43 #ifndef PEGASUS_FLAVOR
40 kumpf    1.1      {"httpPort",            "5988"},
41                   {"httpsPort",           "5989"},
42 s.kodali 1.43 #endif
43 kumpf    1.1      {"daemon",              "true"},
44 s.kodali 1.38 #ifdef PEGASUS_ENABLE_SLP
45 kumpf    1.1      {"slp",                 "false"},
46 s.kodali 1.38 #endif
47 kumpf    1.1      {"enableAuthentication", "true"},
48 denise.eckstein 1.24     {"enableAssociationTraversal", "true"},
49 kumpf           1.6      {"enableIndicationService", "true"},
50 kumpf           1.1      {"httpAuthType",        "Basic"},
51                          {"repositoryIsDefaultInstanceProvider", "false"},
52 denise.eckstein 1.20     {"enableBinaryRepository", "false"},
53 kumpf           1.22     {"maxProviderProcesses", "0"},
54 kb.hp           1.42     {"forceProviderProcesses", "true"},
55 kumpf           1.1  #endif
56                      
57                      #ifdef PEGASUS_USE_RELEASE_DIRS
58 kumpf           1.29     {"traceFilePath",       "/var/opt/wbem/trace/cimserver.trc"},
59 konrad.r        1.27 #ifndef PEGASUS_USE_SYSLOGS
60 kumpf           1.1      {"logdir",              "/var/opt/wbem/logs"},
61 konrad.r        1.27 #endif
62 kumpf           1.1      {"passwordFilePath",    "/etc/opt/wbem/cimserver.passwd"},
63 kumpf           1.14     {"sslCertificateFilePath", "/etc/opt/hp/sslshare/cert.pem"},
64                          {"sslKeyFilePath",      "/etc/opt/hp/sslshare/file.pem"},
65 nag.boranna     1.25     {"sslTrustStore",       "/etc/opt/hp/sslshare/cimserver_trust"},
66 mateus.baur     1.32     {"sslTrustStoreUserName", ""},
67 nag.boranna     1.26     {"crlStore",            "/etc/opt/hp/sslshare/crl"},
68 kumpf           1.31     {"repositoryDir",       PEGASUS_REPOSITORY_DIR},
69 kumpf           1.1      {"providerDir",         "/opt/wbem/providers/lib"},
70 denise.eckstein 1.20     {"messageDir",         "/opt/wbem/share/locale/ICU_Messages"},
71 b.whiteley      1.37     {"providerManagerDir",   "/opt/wbem/lib"},
72 kumpf           1.1  #endif
73                      
74 kumpf           1.34 #if !defined(PEGASUS_USE_RELEASE_CONFIG_OPTIONS) && \
75                          !defined(PEGASUS_USE_RELEASE_DIRS)
76 kumpf           1.1      {"bogus", "MyBogusValue"}      // Remove this line if others are added
77                      #endif
78                      
79                      #endif /* Pegasus_FixedPropertyTableHpux_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2