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

 1 gs.keenan 1.11.2.1 
 2 karl      1.11     //%2006////////////////////////////////////////////////////////////////////////
 3 gs.keenan 1.1      //
 4 gs.keenan 1.2      // 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 gs.keenan 1.1      // IBM Corp.; EMC Corporation, The Open Group.
 8 gs.keenan 1.2      // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
 9                    // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
10                    // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
11                    // EMC Corporation; VERITAS Software Corporation; The Open Group.
12 karl      1.11     // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
13                    // EMC Corporation; Symantec Corporation; The Open Group.
14 gs.keenan 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                    // Author: Jenny Yu, Hewlett-Packard Company (jenny.yu@hp.com)
34                    //
35 gs.keenan 1.1      // Modified By: Sean Keenan, Hewlett-Packard Company (sean.keenan@hp.com)
36                    //              
37                    //
38                    //%/////////////////////////////////////////////////////////////////////////////
39                    
40                    #ifndef Pegasus_DefaultPropertyTableVms_h
41                    #define Pegasus_DefaultPropertyTableVms_h
42                    
43                    #ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
44 gs.keenan 1.11.2.1     {"logLevel", "SEVERE", IS_STATIC, 0, 0, IS_VISIBLE},
45 h.sterling 1.4          {"httpPort", "", IS_STATIC, 0, 0, IS_VISIBLE},
46                         {"httpsPort", "", IS_STATIC, 0, 0, IS_VISIBLE},
47 gs.keenan  1.2          {"enableHttpConnection", "false", IS_STATIC, 0, 0, IS_VISIBLE},
48                         {"enableHttpsConnection", "true", IS_STATIC, 0, 0, IS_VISIBLE},
49 gs.keenan  1.8          {"home", "", IS_STATIC, 0, 0, IS_VISIBLE},
50 gs.keenan  1.2          {"daemon", "false", IS_STATIC, 0, 0, IS_VISIBLE},
51                         {"slp", "false", IS_STATIC, 0, 0, IS_VISIBLE},
52 gs.keenan  1.11.2.1     {"enableAssociationTraversal", "true", IS_STATIC, 0, 0, IS_VISIBLE},
53 gs.keenan  1.8          {"enableAuthentication", "true", IS_STATIC, 0, 0, IS_VISIBLE},
54 gs.keenan  1.11.2.1     {"enableNamespaceAuthorization", "false", IS_STATIC, 0, 0, IS_VISIBLE},
55 gs.keenan  1.2          {"enableIndicationService", "true", IS_STATIC, 0, 0, IS_VISIBLE},
56 gs.keenan  1.11.2.1     {"enableSubscriptionsForNonprivilegedUsers", "false", IS_STATIC, 0, 0, IS_VISIBLE},
57                         {"enableRemotePrivilegedUserAccess", "true", IS_STATIC, 0, 0, IS_VISIBLE},
58                         // Removed for now because unresolved PEP 66 {"maximumEnumerationBreadth", "50", IS_STATIC, 0, 0},
59 gs.keenan  1.8          {"tempLocalAuthDir", PEGASUS_LOCAL_AUTH_DIR, IS_STATIC, 0, 0, IS_VISIBLE},
60 gs.keenan  1.2          {"sslClientVerificationMode", "disabled", IS_STATIC, 0, 0, IS_VISIBLE},
61                         {"enableSSLTrustStoreAutoUpdate", "false", IS_STATIC, 0, 0, IS_VISIBLE},
62 gs.keenan  1.11.2.1     {"repositoryIsDefaultInstanceProvider", "false", IS_STATIC, 0, 0, IS_VISIBLE},
63                         {"enableBinaryRepository", "false", IS_STATIC, 0, 0, IS_VISIBLE},
64 jim.wunderlich 1.10     # ifdef PEGASUS_DEFAULT_ENABLE_OOP
65 jim.wunderlich 1.9          {"forceProviderProcesses", "true", IS_STATIC, 0, 0, IS_VISIBLE},
66                         # else
67 carson.hovey   1.3          {"forceProviderProcesses", "false", IS_STATIC, 0, 0, IS_VISIBLE},
68 jim.wunderlich 1.9      # endif
69 carson.hovey   1.3          {"maxProviderProcesses", "0", IS_STATIC, 0, 0, IS_VISIBLE}
70 gs.keenan      1.1      #else
71 gs.keenan      1.11.2.1     {"logLevel", "INFORMATION", IS_STATIC, 0, 0, IS_VISIBLE},
72 h.sterling     1.4          {"httpPort", "", IS_STATIC, 0, 0, IS_VISIBLE},
73                             {"httpsPort", "", IS_STATIC, 0, 0, IS_VISIBLE},
74 gs.keenan      1.2          {"enableHttpConnection", "true", IS_STATIC, 0, 0, IS_VISIBLE},
75 gs.keenan      1.11.2.1     {"enableHttpsConnection", "true", IS_STATIC, 0, 0, IS_VISIBLE},
76                             {"home", "./", IS_STATIC, 0, 0, IS_VISIBLE},
77 gs.keenan      1.2          {"daemon", "false", IS_STATIC, 0, 0, IS_VISIBLE},
78                             {"slp", "false", IS_STATIC, 0, 0, IS_VISIBLE},
79                             {"enableAssociationTraversal", "true", IS_STATIC, 0, 0, IS_VISIBLE},
80 gs.keenan      1.11.2.1     {"enableAuthentication", "false", IS_STATIC, 0, 0, IS_VISIBLE},
81                             {"enableNamespaceAuthorization", "false", IS_STATIC, 0, 0, IS_VISIBLE},
82 gs.keenan      1.2          {"enableIndicationService", "true", IS_STATIC, 0, 0, IS_VISIBLE},
83 gs.keenan      1.11.2.1     {"enableSubscriptionsForNonprivilegedUsers", "true", IS_STATIC, 0, 0, IS_VISIBLE},
84                             {"enableRemotePrivilegedUserAccess", "true", IS_STATIC, 0, 0, IS_VISIBLE},
85                             {"maximumEnumerationBreadth", "50", IS_STATIC, 0, 0, IS_VISIBLE},
86 gs.keenan      1.2          {"sslClientVerificationMode", "disabled", IS_STATIC, 0, 0, IS_VISIBLE},
87 gs.keenan      1.11.2.1     {"tempLocalAuthDir", PEGASUS_LOCAL_AUTH_DIR, IS_STATIC, 0, 0, IS_VISIBLE},
88 gs.keenan      1.2          {"enableSSLTrustStoreAutoUpdate", "false", IS_STATIC, 0, 0, IS_VISIBLE},
89 gs.keenan      1.11.2.1     {"repositoryIsDefaultInstanceProvider", "true", IS_STATIC, 0, 0, IS_VISIBLE},
90                             {"enableBinaryRepository", "false", IS_STATIC, 0, 0, IS_VISIBLE},
91 jim.wunderlich 1.10     # ifdef PEGASUS_DEFAULT_ENABLE_OOP
92 jim.wunderlich 1.9          {"forceProviderProcesses", "true", IS_STATIC, 0, 0, IS_VISIBLE},
93                         # else
94 carson.hovey   1.3          {"forceProviderProcesses", "false", IS_STATIC, 0, 0, IS_VISIBLE},
95 jim.wunderlich 1.9      # endif
96 carson.hovey   1.3          {"maxProviderProcesses", "0", IS_STATIC, 0, 0, IS_VISIBLE}
97 gs.keenan      1.1      #endif
98                         
99                         #endif /* Pegasus_DefaultPropertyTableVms_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2