Author: smumford
Date: 2011-12-01 00:52:16 -0500 (Thu, 01 Dec 2011)
New Revision: 8179
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/protocols/webdav.xml
Log:
Added comment re WebDAV Consideration cross-published in SP User Guide
Modified:
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/protocols/webdav.xml
===================================================================
---
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/protocols/webdav.xml 2011-12-01
05:07:35 UTC (rev 8178)
+++
epp/docs/branches/5.2/Reference_Guide/en-US/modules/eXoJCR/jcr/protocols/webdav.xml 2011-12-01
05:52:16 UTC (rev 8179)
@@ -333,6 +333,8 @@
<section id="sect-Reference_Guide-WebDAV-WebDAV_Considerations">
<title>WebDAV Considerations</title>
+ <!-- DOCS NOTE: This content is duplicated in the Site Publisher User Guide
to avoid cross-document linking.
+ Any changes here should also be made there-->
<para>
There are some restrictions for WebDAV in different operating systems.
</para>
@@ -346,27 +348,27 @@
<para>
To fix this, do as follows:
</para>
- <orderedlist>
- <listitem>
+ <procedure>
+ <step>
<para>
Go to Windows Registry Editor.
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
Find a key:
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\services\WebClient\Parameters\BasicAuthLevel
.
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
Change the value to 2.
</para>
- </listitem>
+ </step>
- </orderedlist>
+ </procedure>
<formalpara
id="form-Reference_Guide-WebDAV_Considerations-Microsoft_Office_2010">
<title>Microsoft Office 2010</title>
<para>
@@ -434,14 +436,14 @@
<para>
To enable Basic authentication on the client computer, follow these steps:
</para>
- <orderedlist>
- <listitem>
+ <procedure>
+ <step>
<para>
Click Start, type <literal>regedit</literal> in the Start Search box,
and then press Enter.
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
Locate and then click the following registry subkey:
</para>
@@ -449,33 +451,33 @@
<envar>HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Internet</envar>
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
On the <guilabel>Edit</guilabel> menu, point to
<guilabel>New</guilabel>, and then click <guilabel>DWORD
Value</guilabel>.
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
Type <literal>BasicAuthLevel</literal>, and then press
<keycap>Enter</keycap>.
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
Right-click <literal>BasicAuthLevel</literal>, and then click
<guilabel>Modify</guilabel>.
</para>
- </listitem>
- <listitem>
+ </step>
+ <step>
<para>
In the Value data box, type <literal>2</literal>, and then click
<guilabel>OK</guilabel>.
</para>
- </listitem>
+ </step>
- </orderedlist>
+ </procedure>
</section>