Bring in a document describing the new account creation procedure and
tie it into the build. Requested by: unfurl
This commit is contained in:
parent
f5c3cd341f
commit
3ddfee619f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12377
3 changed files with 65 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.27 2001/11/30 19:08:53 murray Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.28 2001/12/03 20:44:08 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,6 +12,7 @@ DOCS+= internal.sgml
|
|||
DOCS+= about.sgml
|
||||
DOCS+= machines.sgml
|
||||
DOCS+= mirror.sgml
|
||||
DOCS+= new-account.sgml
|
||||
DOCS+= statistic.sgml
|
||||
DOCS+= developer.sgml
|
||||
DOCS+= bylaws.sgml
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.17 2001/09/07 23:51:08 chris Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.18 2001/11/16 19:50:58 jhb Exp $">
|
||||
<!ENTITY title "Resources for FreeBSD Committers">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -13,6 +13,8 @@
|
|||
Almost everything a new committer to the FreeBSD Project needs to know
|
||||
(see the Ports Guide and FDP Primer for more info).
|
||||
|
||||
<h2><a href="new-account.html">New Account Creation Procedure</a></h2>
|
||||
|
||||
<h2><a href="bylaws.html">Core Bylaws</a></h2>
|
||||
|
||||
<h2><a href="http://wolfram.schneider.org/papers/webbuild.html">
|
||||
|
|
60
en/internal/new-account.sgml
Normal file
60
en/internal/new-account.sgml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "New Account Creation Procedure">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Authorizing A New Account</h2>
|
||||
|
||||
<p>Someone from the list below sends a PGP-signed email to
|
||||
admins@FreeBSD.org, the person assigned as the mentor to the new
|
||||
committer, and copied to core@FreeBSD.org confirming the approval of
|
||||
the new account. This email should include a link to this document
|
||||
so the mentor/mentee know what is expected of them.</p>
|
||||
|
||||
<p>New account approvals are only valid from these PGP entities:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>core-secretary</p></li>
|
||||
<li><p>portmgr</p></li>
|
||||
<li><p>nik</p></li>
|
||||
</ul>
|
||||
|
||||
<p><i>NOTE: New account requests from anyone other than these
|
||||
entities or requests signed with PGP keys other than from these
|
||||
entities will not be acted upon. No exceptions.</i></p>
|
||||
|
||||
<h2>Information Needed From New Committer</h2>
|
||||
|
||||
<p>The person assigned as the new committers' mentor needs to collect
|
||||
and send the following information to admins@FreeBSD.org:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt>master.passwd</tt> line containing preferred username,
|
||||
shell, and GECOS info (no password is needed)</p></li>
|
||||
<li><p>ssh V2 public key (<strong>version 2 ONLY</strong>)</p></li>
|
||||
<li><p>PGP key for new committer (used for account recovery or other
|
||||
needs that require positive identification of the
|
||||
committer)</p></li>
|
||||
</ul>
|
||||
|
||||
<h2>admins@FreeBSD.org Creates New Account</h2>
|
||||
|
||||
<p>admins@FreeBSD.org creates the new account with the above
|
||||
information on the FreeBSD.org cluster and notifies the mentor and
|
||||
the new committer.</p>
|
||||
|
||||
<h2>Mentor Activates New Committer's Commit Bit</h2>
|
||||
|
||||
<p>After the new committer confirms that his account works, the mentor
|
||||
activates the new committer's commit bit and guides them through the
|
||||
rest of the initial process.</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue