Merge branch 'master' of https://code.google.com/p/plexi.fs
diff --git a/src/overview.html b/src/overview.html
index dbdc5f3..eac1c8c 100644
--- a/src/overview.html
+++ b/src/overview.html
@@ -15,24 +15,33 @@
</ul>
<h4>Permissions needed by the Adaptor</h4>
- <p>The Windows user account that the adaptor is running under must have sufficient permissions to
- list the content of folders, read the content of documents, read attributes of files and folders
- and read ACLs for both files and folders. You can accomplish this by using an
- account that is a member of one of the following groups:
+ <p>The Windows account that the adaptor is running under must have
+ sufficient permissions to:
<ul>
- <li>Administrator</li>
- <li>Power User</li>
- <li>Print Operator</li>
- <li>Server Operator</li>
+ <li>List the content of folders</li>
+ <li>Read the content of documents</li>
+ <li>Read attributes of files and folders</li>
+ <li>Read permissions (ACLs) for both files and folders</li>
+ <li>Write basic attributes permissions. See below: <em>Advanced Topics > Not changing 'last
+ access' of the documents on the share</em></li>
</ul>
- <p>It is not sufficient for the user to be a member of one of the groups at the Domain level.
- For more information, read the following Microsoft document:
- <a href="http://msdn.microsoft.com/en-us/library/bb525388(VS.85).aspx">http://msdn.microsoft.com/en-us/library/bb525388(VS.85).aspx</a></p>
+ <p>Membership in one of these groups grants a Windows account the
+ sufficient permissions needed by the Adaptor:
+ <ul>
+ <li>Administrators</li>
+ <li>Power Users</li>
+ <li>Print Operators</li>
+ <li>Server Operators</li>
+ </ul>
- <p>For the adaptor to restore the last access date for documents after reading its contents, the adaptor
- needs write permission. Being a member of the above groups grants this permission.
+ <p>Note: it is not sufficient for the user to be member of one of
+ these groups at the domain level. The user must be a member of one of
+ these groups on the local machine that exports the Windows Share. More
+ information in the Microsoft documentation, on the <a
+ href="http://msdn.microsoft.com/en-us/library/bb525388(VS.85).aspx">
+ NetShareGetinfo function</a>.</p>
<h4>Configure GSA for Adaptor</h4>
<ol>