You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/19 03:52:23 UTC

svn commit: r326321 - /forrest/trunk/site-author/content/xdocs/zone.xml

Author: crossley
Date: Tue Oct 18 18:52:19 2005
New Revision: 326321

URL: http://svn.apache.org/viewcvs?rev=326321&view=rev
Log:
Add some notes about User Administration.

Modified:
    forrest/trunk/site-author/content/xdocs/zone.xml

Modified: forrest/trunk/site-author/content/xdocs/zone.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/zone.xml?rev=326321&r1=326320&r2=326321&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/zone.xml (original)
+++ forrest/trunk/site-author/content/xdocs/zone.xml Tue Oct 18 18:52:19 2005
@@ -60,7 +60,9 @@
       <p>
         Files here are owned in the group "other" so any one of us can
         edit/update. Make sure that your 'umask' is set properly so that
-        new files have group write permissions. FIXME: Add a proper group.
+        new files have group write permissions.
+        See the <a href="#admin-user">notes</a> about user administration.
+ FIXME: Add a proper group.
       </p>
       <p>
         Cron runs the various Forrestbots and management tasks, such as
@@ -161,7 +163,7 @@
       </p>
       <p>
         The project chair is the root user.
-        Committers can ask on the dev list to get a user account. 
+        Committers can ask on the dev list to get a user account added or modified.
       </p>
       <p>
         Follow Leo's config ideas at
@@ -181,6 +183,19 @@
         Also it seems that /var/run/apache2 is wiped out on reboot,
         so need to mkdir again.
       </p>
+
+      <section id="admin-user">
+        <title>User administration</title>
+        <p>After receiving your account, please be sure to configure it properly.</p>
+        <p>See some notes at
+          <a href="http://www.apache.org/dev/solaris-zones.html">zone administration</a>
+          and the general notes for
+          <a href="http://www.apache.org/dev/new-committers-guide.html#shell">new committers</a> (especially the part about 'umask').
+        </p>
+        <p>
+          Look at the setup of some other users on our zone.
+        </p>
+      </section>
     </section>
   </body>
 </document>