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

 1 kumpf 1.1 //%/////////////////////////////////////////////////////////////////////////////
 2           //
 3           // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
 4           // The Open Group, Tivoli Systems
 5           //
 6           // Permission is hereby granted, free of charge, to any person obtaining a copy
 7           // of this software and associated documentation files (the "Software"), to
 8           // deal in the Software without restriction, including without limitation the
 9           // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10           // sell copies of the Software, and to permit persons to whom the Software is
11           // furnished to do so, subject to the following conditions:
12           // 
13           // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
14           // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
15           // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
16           // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17           // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
18           // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
19           // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20           // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21           //
22 kumpf 1.1 //==============================================================================
23           //
24           // Author: Jenny Yu, Hewlett-Packard Company (jenny.yu@hp.com)
25           //
26 kumpf 1.7 // Modified By: Sushma Fernandes,  Hewlett-Packard Company
27           //                 sushma_fernandes@hp.com
28 kumpf 1.1 //
29           //%/////////////////////////////////////////////////////////////////////////////
30           
31           #ifndef Pegasus_FixedPropertyTableHpux_h
32           #define Pegasus_FixedPropertyTableHpux_h
33           
34           #ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
35 kumpf 1.8     {"logLevel",            "INFORMATION"},
36 kumpf 1.1     {"httpPort",            "5988"},
37               {"httpsPort",           "5989"},
38               {"home",                ""},
39               {"daemon",              "true"},
40               {"slp",                 "false"},
41               {"enableAuthentication", "true"},
42               {"enableAssociationTraversal", "false"},
43 karl  1.11     // Removed because unresolved PEP 66 KS{"maximumEnumerationBreadth", "50", 0, 0, 0},
44 kumpf 1.6      {"enableIndicationService", "true"},
45 kumpf 1.4      {"enableClientCertification", "false"},
46 kumpf 1.1      {"httpAuthType",        "Basic"},
47                {"repositoryIsDefaultInstanceProvider", "false"},
48 kumpf 1.7  #ifdef PEGASUS_ALWAYS_USE_PAM
49 kumpf 1.1      {"usePAMAuthentication", "true"},
50 kumpf 1.7  #endif
51 kumpf 1.1  #endif
52            
53            #ifdef PEGASUS_USE_RELEASE_DIRS
54                {"traceFilePath",       "/var/opt/wbem/cimserver.trc"},
55                {"logdir",              "/var/opt/wbem/logs"},
56                {"tempLocalAuthDir",    "/var/opt/wbem/localauth"},
57                {"passwordFilePath",    "/etc/opt/wbem/cimserver.passwd"},
58                {"sslCertificateFilePath", "/var/opt/wbem/server.pem"},
59                {"repositoryDir",       "/var/opt/wbem/repository"},
60                {"providerDir",         "/opt/wbem/providers/lib"},
61            #endif
62            
63            #if !defined(PEGASUS_USE_RELEASE_CONFIG_OPTIONS) && !defined(PEGASUS_USE_RELEASE_DIRS)
64                {"bogus", "MyBogusValue"}      // Remove this line if others are added
65            #endif
66            
67            #endif /* Pegasus_FixedPropertyTableHpux_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2