Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_subversion [2019/10/11 10:56] tssr74:cms_subversion [2019/10/16 11:12] tssr
Line 7: Line 7:
 <code xml> <code xml>
 <cms-type name="subversion"> <cms-type name="subversion">
-    <cms-property name="use.system.account.for.download" value="true|false" />+    <!-- Global Properties -->
     <cms-host ident="subversion.example.ident" name="https://subversion.example.net:1234" displayName="Subversion Example Server">     <cms-host ident="subversion.example.ident" name="https://subversion.example.net:1234" displayName="Subversion Example Server">
 +        <!-- Host Properties -->
         <cms-property name="user" value="subversion_username" />         <cms-property name="user" value="subversion_username" />
         <cms-property name="password" value="subversion_password" />         <cms-property name="password" value="subversion_password" />
Line 16: Line 17:
  
 === Host Properties === === Host Properties ===
 +These configuration properties affect the behavior of one SharePoint Online server.
  
-**user**+** * ** ''Required''\\ 
 +Properties marked with ** * ** are required for the adapter to work. 
 + 
 +** # ** ''Required but can also be set in web-application''\\ 
 +Properties marked with ** # ** are required but can also be set in the //File Management// section in the Stages web-application as well. The value entered in the web-application overrides the one from the config.xml. 
 + 
 +** + ** ''Required but with default''\\ 
 +Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml. 
 + 
 + 
 +> user 
  
    * Default Value: N/A    * Default Value: N/A
Line 51: Line 63:
   * Default Value: false   * Default Value: false
   * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, disables any verification checks for certificates in case of SSL-secured HTTPS connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).   * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, disables any verification checks for certificates in case of SSL-secured HTTPS connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).
 +
 +**use.system.account.for.download**
 +  * Default Value: false
 +  * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, files will be downloaded from stages using the system account.