summaryrefslogtreecommitdiffstats
path: root/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
diff options
context:
space:
mode:
authorBrenton Leanhardt <brenton.leanhardt@gmail.com>2008-07-09 11:08:23 -0400
committerBrenton Leanhardt <brenton.leanhardt@gmail.com>2008-07-09 11:08:23 -0400
commit1f67a694946f4509b78afc2eef00db872a483b28 (patch)
tree1f3ed7ab8bb03eeadba298cd13bad0d5fd099ee0 /genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
parentecd43460738266b95fefdf84a4fb87d3d01eaf40 (diff)
downloadtools-1f67a694946f4509b78afc2eef00db872a483b28.tar.gz
tools-1f67a694946f4509b78afc2eef00db872a483b28.tar.xz
tools-1f67a694946f4509b78afc2eef00db872a483b28.zip
Updating Repo Appliance documentation
Diffstat (limited to 'genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml')
-rw-r--r--genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml b/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
index 3e4f4bb..d637d51 100644
--- a/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
+++ b/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
@@ -122,6 +122,11 @@
repositories from
another Repo Appliance.</para>
</listitem>
+ <listitem>
+ <para>
+ Define access controls
+ </para>
+ </listitem>
</itemizedlist>
</para>
@@ -277,6 +282,49 @@ genome-sync save
</para>
</important>
</section>
+
+ <section>
+ <title>Define access controls</title>
+ <para>
+ All machines in the &PRODUCT; environment have
+ a default root password set as detailed in
+ <link linkend="genome-LoggingIn">the
+ appendix</link>. By default Repo
+ Appliances have a local user named &GENOMEUSER;
+ who owns all content under
+ <filename>/pub/git</filename>. Out of the box
+ there is no password set and users of Repo
+ Appliances should feel free to use whatever
+ method of authentication they choose.
+ </para>
+
+ <para>
+ Typical methods of authentication are:
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Setting a password
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Using SSH public key authentication
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+
+ <note>
+ <title>Note</title>
+ <para>
+ There is a good chance &PRODUCT; will
+ make use of <ulink
+ url="http://freeipa.org">FreeIPA</ulink>
+ someday.
+ </para>
+ </note>
+ </section>
</section>
<section>