Преглед изворни кода

Merge pull request #5474 from JamesDeFabia/8430_DocumentAddscopesTool

HPCC-8430 Document addScopes utility in LDAP section

Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 11 година
родитељ
комит
ddb2129771
1 измењених фајлова са 25 додато и 1 уклоњено
  1. 25 1
      docs/Installing_and_RunningTheHPCCPlatform/Inst-Mods/hpcc_ldap.xml

+ 25 - 1
docs/Installing_and_RunningTheHPCCPlatform/Inst-Mods/hpcc_ldap.xml

@@ -503,7 +503,7 @@
         <?dbfo keep-together="always"?>
 
         <para>In the Navigator pane, click on the <emphasis role="bold">Roxie
-        Clusrer – myroxie </emphasis><graphic
+        Cluster – myroxie </emphasis><graphic
         fileref="../../images/LDAP_007.jpg" vendor="configmgrSS" /></para>
 
         <para><orderedlist continuation="restarts" numeration="loweralpha">
@@ -552,5 +552,29 @@
           </tbody>
         </tgroup>
       </informaltable></para>
+
+    <sect3>
+      <title>Using the addScopes tool</title>
+
+      <para>When a new ESP user account is created, a private
+      “hpccinternal::&lt;user&gt;” file scope is also created granting new
+      users full access to that scope and restricting access to other users.
+      This file scope is used to store temporary HPCC files such as spill
+      files and temp files. </para>
+
+      <para>If you are enabling LDAP file scope security and already have user
+      accounts, you should run the addScopes utility program to create the
+      hpccinternal::&lt;user&gt; scope for those existing users. </para>
+
+      <para>Users which already have this scope defined are ignored and so it
+      can be used on both new and legacy ESP user accounts safely. </para>
+
+      <para>The tool is located in the <emphasis
+      role="bold">/opt/HPCCSystems/bin/</emphasis> folder and to run it you
+      must pass the location of <emphasis role="bold">daliconf.xml</emphasis>,
+      for example: </para>
+
+      <para><programlisting>/opt/HPCCSystems/bin/addScopes /var/lib/HPCCSystems/mydali/daliconf.xml</programlisting></para>
+    </sect3>
   </sect2>
 </sect1>