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

Diff for /pegasus/src/Pegasus/Config/DefaultPropertyTableLinux.h between version 1.6 and 1.7

version 1.6, 2003/10/22 14:26:09 version 1.7, 2004/04/19 17:01:11
Line 34 
Line 34 
  
  
 #ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS #ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
       {"logLevel", "SEVERE"},
     {"httpPort", "5988", 0, 0, 0, 1},     {"httpPort", "5988", 0, 0, 0, 1},
     {"httpsPort", "5989", 0, 0, 0, 1},     {"httpsPort", "5989", 0, 0, 0, 1},
     {"enableHttpConnection", "false", 0, 0, 0, 1},     {"enableHttpConnection", "false", 0, 0, 0, 1},
     {"enableHttpsConnection", "true", 0, 0, 0, 1},     {"enableHttpsConnection", "true", 0, 0, 0, 1},
     {"home", "./", 0, 0, 0, 1},      {"home", "", 0, 0, 0, 1},
     {"daemon", "true", 0, 0, 0, 1},     {"daemon", "true", 0, 0, 0, 1},
     {"install", "false", 0, 0, 0, 1},     {"install", "false", 0, 0, 0, 1},
     {"remove", "false", 0, 0, 0, 1},     {"remove", "false", 0, 0, 0, 1},
     {"slp", "false", 0, 0, 0, 1},     {"slp", "false", 0, 0, 0, 1},
     {"enableAssociationTraversal", "false", 0, 0, 0, 1},      {"enableAssociationTraversal", "true", 0, 0, 0, 1},
       {"enableAuthentication", "true", 0, 0, 0, 1},
       {"enableNamespaceAuthorization", "false", 0, 0, 0, 1},
     {"enableIndicationService", "true", 0, 0, 0, 1},     {"enableIndicationService", "true", 0, 0, 0, 1},
       {"enableSubscriptionsForNonprivilegedUsers", "false", 0, 0, 0, 1},
       {"enableRemotePrivilegedUserAccess", "true", 0, 0, 0, 1},
     // Removed because unresolved PEP 66 KS{"maximumEnumerationBreadth", "50", 0, 0, 0},     // Removed because unresolved PEP 66 KS{"maximumEnumerationBreadth", "50", 0, 0, 0},
     {"tempLocalAuthDir", PEGASUS_LOCAL_AUTH_DIR, 0, 0, 0, 1},     {"tempLocalAuthDir", PEGASUS_LOCAL_AUTH_DIR, 0, 0, 0, 1},
     {"enableClientCertification", "false", 0, 0, 0, 1}     {"enableClientCertification", "false", 0, 0, 0, 1}
 #else #else
       {"logLevel", "INFORMATION"},
     {"httpPort", "5988", 0, 0, 0, 1},     {"httpPort", "5988", 0, 0, 0, 1},
     {"httpsPort", "5989", 0, 0, 0, 1},     {"httpsPort", "5989", 0, 0, 0, 1},
     {"enableHttpConnection", "true", 0, 0, 0, 1},     {"enableHttpConnection", "true", 0, 0, 0, 1},
     {"enableHttpsConnection", "false", 0, 0, 0, 1},      {"enableHttpsConnection", "true", 0, 0, 0, 1},
     {"home", "./", 0, 0, 0, 1},     {"home", "./", 0, 0, 0, 1},
     {"daemon", "true", 0, 0, 0, 1},     {"daemon", "true", 0, 0, 0, 1},
     {"install", "false", 0, 0, 0, 1},     {"install", "false", 0, 0, 0, 1},
     {"remove", "false", 0, 0, 0, 1},     {"remove", "false", 0, 0, 0, 1},
     {"slp", "false", 0, 0, 0, 1},     {"slp", "false", 0, 0, 0, 1},
     {"enableAssociationTraversal", "true", 0, 0, 0, 1},     {"enableAssociationTraversal", "true", 0, 0, 0, 1},
       {"enableAuthentication", "false", 0, 0, 0, 1},
       {"enableNamespaceAuthorization", "false", 0, 0, 0, 1},
     {"enableIndicationService", "true", 0, 0, 0, 1},     {"enableIndicationService", "true", 0, 0, 0, 1},
       {"enableSubscriptionsForNonprivilegedUsers", "true", 0, 0, 0, 1},
       {"enableRemotePrivilegedUserAccess", "true", 0, 0, 0, 1},
     {"maximumEnumerationBreadth", "50", 0, 0, 0, 1},     {"maximumEnumerationBreadth", "50", 0, 0, 0, 1},
     {"tempLocalAuthDir", PEGASUS_LOCAL_AUTH_DIR, 0, 0, 0, 1},     {"tempLocalAuthDir", PEGASUS_LOCAL_AUTH_DIR, 0, 0, 0, 1},
     {"enableClientCertification", "false", 0, 0, 0, 1}     {"enableClientCertification", "false", 0, 0, 0, 1}


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2