(file) Return to BuildAndReleaseOptions.html CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

Diff for /pegasus/doc/BuildAndReleaseOptions.html between version 1.24.2.8 and 1.41

version 1.24.2.8, 2014/05/05 21:03:29 version 1.41, 2013/05/28 12:34:22
Line 78 
Line 78 
       <td>&nbsp;</td>       <td>&nbsp;</td>
     </tr>     </tr>
     <tr align="left">     <tr align="left">
       <td>LINUX_SH4_GNU</td>  
       <td>&nbsp;</td>  
     </tr>  
     <tr align="left">  
       <td>LINUX_XSCALE_GNU</td>       <td>LINUX_XSCALE_GNU</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
     </tr>     </tr>
Line 877 
Line 873 
      releases. Also note the known limitations specified in PEP 311.<br>      releases. Also note the known limitations specified in PEP 311.<br>
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_PROTOCOL_WEB</h5>  
 <ul>  
   <b>Description:&nbsp;</b>Enable pegasus to act as webserver capable  
      of serving webpages by comsuming the JSON output from CIM-RS.<br>  
   <b>Default Value:&nbsp;</b>true<br>  
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>  
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>  
   <b>Required:&nbsp;</b>No<br>  
   <b>Considerations:&nbsp;</b> When authentication is disabled, Anybody can  
   modify the pegasus cimserver. Please enable authentication when using  
   webadmin to prevent unauthorized access. <br>  
 </ul>  
   
   
 <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5> <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that
Line 960 
Line 942 
      CIM_ERR_NOT_SUPPORTED.<br>      CIM_ERR_NOT_SUPPORTED.<br>
 </ul> </ul>
  
   <h5>PEGASUS_ENABLE_SSLV2</h5>
   <ul>
     <b>Description:&nbsp;</b>By default, support for the SSLV2 protocol
        is disabled in OpenPegasus. The option can be used to build a
        version of OpenPegasus that supports SSLV2. This variable affects
        how SSL contexts are constructed for both the CIM Server and CIM
        Clients.<br>
     <b>Default Value:&nbsp;</b>Not Set<br>
     <b>Recommended Value (Development Build): </b>Not Set<br>
     <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
     <b>Required:&nbsp;</b>No<br>
     <b>Considerations:</b> Unless SSLV2 is required for backward
        compatibility, enabling this protocol is not recommended (SSLV3
        or later is preferred).
    </ul>
   
 <h5>PEGASUS_ENABLE_USERGROUP_AUTHORIZATION</h5> <h5>PEGASUS_ENABLE_USERGROUP_AUTHORIZATION</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>Builds a  version of OpenPegasus that   <b>Description:&nbsp;</b>Builds a  version of OpenPegasus that
Line 1995 
Line 1993 
       <tr align="center">       <tr align="center">
         <td align="left" height="14" width="1">$MESSAGEDIR</td>         <td align="left" height="14" width="1">$MESSAGEDIR</td>
       </tr>       </tr>
       <tr align="center">  
         <td align="left" height="14" width="1">$WEBCONFDIR</td>  
       </tr>  
   
       </tbody></table>       </tbody></table>
 </ul> </ul>
  
Line 2750 
Line 2744 
  
 <h5>maxIndicationDeliveryRetryAttempts</h5> <h5>maxIndicationDeliveryRetryAttempts</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b> If set to a positive integer, value defines the number    <b>Description:&nbsp;</b> If set to a positive integer, this value
          of times indication service will enable the reliableIndication feature and try       defines the number of times that the indication service will
          to deliver an indication to a particular listener destination.       try to deliver an indication to a particular listener destination.
          This does not effect the original delivery attempt. A value of disables       This does not effect the original delivery attempt, thus if set to 0,
          reliable indication feature completely, and cimserver will deliver the       cimserver will only try to deliver the indication once.<br>
          indication once.This is in accord with DTMF Specification 1054,  
          Indication Profile, version 1.2.1.<br>  
   <b>Recommended Default Value (Development Build):&nbsp;</b>3<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>3<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>3<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>3<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
Line 3192 
Line 3184 
      Pegasus/Config/SecurityPropertyOwner.cpp      Pegasus/Config/SecurityPropertyOwner.cpp
 </ul> </ul>
  
 <h5>sslBackwardCompatibility</h5>  
 <ul>  
   <b>Description:&nbsp;</b> If set to true, OpenPegasus support  
      SSLv3 and TLSv1 protocol.If set to false OpenPegasus support  
      only TLS1.2 protocol for openssl 1.0.1+ <br>  
   <b>Recommended Default Value (Development Build):&nbsp;</b>  
      false<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>  
      false<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>  
   <b>Dynamic?:&nbsp;</b>No<br>  
   <b>Considerations:&nbsp;</b> For a more detailed look at SSL options  
      and their ramifications, please see the SSL guidelines.<br>  
   <b>Source Configuration File:&nbsp;</b>  
      Pegasus/Config/SecurityPropertyOwner.cpp  
 </ul>  
   
 <h5>sslClientVerificationMode</h5> <h5>sslClientVerificationMode</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>Describes the desired level of support   <b>Description:&nbsp;</b>Describes the desired level of support
Line 3423 
Line 3397 
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/TracePropertyOwner.cpp<p>&nbsp;</p>   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/TracePropertyOwner.cpp<p>&nbsp;</p>
 </ul> </ul>
  
 <h5>webRoot</h5>  
 <ul>  
   <b>Description:&nbsp;</b> Points to a location where the static web pages to  
   be served by the pegasus webserver are stored.<br>  
   <b>Default Value:&nbsp;</b>www<br>  
   <b>Recommended Default Value (Development Build):&nbsp;</b>www<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>$WEBCONFDIR/www<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>  
   <b>Dynamic?:</b>&nbsp;No<br>  
   <b>Considerations:</b> When not fixed and hidden, it can be modified to  
   point to a location having spurious pages. Please consider fixing this value. &nbsp;<br>  
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>  
 </ul>  
   
 <h5>indexFile</h5>  
 <ul>  
   <b>Description:&nbsp;</b> Specifies the name of index file used by pegasus webserver,  
   default to index.html. This file should be available at the webRoot path.<br>  
   <b>Default Value:&nbsp;</b>index.html<br>  
   <b>Recommended Default Value (Development Build):&nbsp;</b>index.html<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>index.html<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>  
   <b>Dynamic?:</b>&nbsp;No<br>  
   <b>Considerations:</b> &nbsp; Hide it and fixed in release build to prevent  
   using any file as index file<br>  
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>  
 </ul>  
   
 <h5>mimeTypesFile</h5>  
 <ul>  
   <b>Description:&nbsp;</b> Refers to the file which holds the mime types being  
   served by the pegasus webserver.<br>  
   <b>Default Value:&nbsp;</b>www/mimeTypes.txt<br>  
   <b>Recommended Default Value (Development Build):&nbsp;</b>www/mimeTypes.txt<br>  
   <b>Recommended Default Value (Release  
       Build):&nbsp;</b>$WEBCONFDIR/www/mimeTypes.txt<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>  
   <b>Dynamic?:</b>&nbsp;No<br>  
   <b>Considerations:</b>&nbsp;Fix and make it read only when to prevent  
   modification in deployment<br>  
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>  
 </ul>  
   
   
 <h3>Configuration Constants</h3> <h3>Configuration Constants</h3>
  
 <h4>Definitions</h4> <h4>Definitions</h4>


Legend:
Removed from v.1.24.2.8  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2