started howto for add-account
authorLuca Filipozzi <lucaf@emyr.net>
Tue, 27 Mar 2012 08:31:33 +0000 (08:31 +0000)
committerLuca Filipozzi <lucaf@emyr.net>
Tue, 27 Mar 2012 08:31:33 +0000 (08:31 +0000)
input/howto/add-account.creole [new file with mode: 0644]
input/index.mdwn

diff --git a/input/howto/add-account.creole b/input/howto/add-account.creole
new file mode 100644 (file)
index 0000000..0c9f379
--- /dev/null
@@ -0,0 +1,38 @@
+== add an account to ud-ldap ==
+
+=== Introduction ===
+
+A Debian Account Manager (DAM) will submit an RT ticket to ask that an account
+be created for a new member of the Debian Project.
+
+Initially, the RT ticket will be assigned to a Debian Keyring Maintainer (DKM)
+so that Debian's Keyring may be updated with the user's GPG key.
+
+Subsequently, the RT ticket will be assigned to a Debian System Administrator
+(DSA) so that Debian's LDAP may be updated.
+
+This HOWTO documents DSA's actions relating to account creation.
+
+The RT ticket will contain the following details in a GPG-signed message:
+* the user's account type ("uploading DD")
+* the user's GPG key fingerprint
+* the user's full name (first name, middle name, last name)
+* the user's forwarding address
+* the user's preferred account name
+
+=== Procedure ===
+
+Step 1: Download the GPG-signed message from RT and verify the signature.
+Ensure that the message has been signed by a DAM (for a list of DAMs, see
+http://wiki.debian.org/DAManager or http://www.debian.org/intro/organization).
+
+Step 2: Create an entry in LDAP by executing ud-useradd on db-master.
+
+{{{
+       you@home~$ ssh you@db-master.debian.org
+       you@draghi~$ ud-useradd
+}}}
+
+You will be prompted to enter the fingerprint; first, middle and last names,
+the forwarding address and the preferred account name.
+
index dedaf8e..a2f624e 100644 (file)
@@ -45,6 +45,7 @@ VCS repositories for ud-ldap and all our other stuff can be found at
 * [[howto/install-kvm]]: How to setup a new kvm domain without going through d-i etc.
 * [[howto/postgres]]: Random postgres stuff
 * [[howto/add-guest]]: How to add guests to ud-ldap
+* [[howto/add-account]]: How to add accounts to ud-ldap
 * [[howto/swarm-kernel]]: How to build kernels for our swarm boxes
 * [[howto/drac-reset]]: How to beat the radacm rootk^Wbinary only software.
 * [[howto/dchroot]]: porter chroots setup