X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fadd-account.creole;h=55ccf900780d199179bd6d37a1f0356cd423f16e;hb=7d06736262759da2cf9a2031fae239b8d7e1f7f3;hp=8cfee712e709506ea60eceb32dd4a04fa469fedc;hpb=c5a09be0654a7e764e2dc8d6fae354a847f4a9e1;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/add-account.creole b/input/howto/add-account.creole index 8cfee71..55ccf90 100644 --- a/input/howto/add-account.creole +++ b/input/howto/add-account.creole @@ -24,7 +24,7 @@ The RT ticket will contain the following details in a GPG-signed message: 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). +https://wiki.debian.org/DAManager or https://www.debian.org/intro/organization). Step 2: Create an entry in LDAP by executing ud-useradd on draghi. @@ -47,6 +47,8 @@ Step 4: Resolve the RT ticket. Enter the 'final information collected' emitted by ud-adduser as the message of the resolution action. Carbon copy the forwarding address and da-manager@debian.org. +Step 5: Add a welcome message for the account name to the #debian-devel topic on IRC. + === Procedure for Upgrading Guest Accounts === Step 1: same as above @@ -66,16 +68,12 @@ Step 2: Remove the GPG key from guest-keyring. Step 3: Modify the LDAP entry. {{{ - you@draghi~$ export EDITOR=vim - you@draghi~$ ldapvi -ZZ -D uid=,ou=users,ou=debian,ou=org - find account - set gidNumber: 800 - add privateSub: @debian.org - del allowedHost - del shadowExpire + you@draghi~$ ud-guest-upgrade + you@draghi~$ ldapmodify -ZZ -x -D uid=$USER,ou=users,dc=debian,dc=org -W -h db.debian.org + ldapvi -ZZ -D uid=,ou=users,ou=debian,ou=org }}} -Step 4: Email welcome-message-800 to the user, substituting parameters. +Step 4: Email welcome-message-Debian to the user, substituting parameters. Step 5: Resolve the RT ticket. Carbon copy the forwarding address and da-manager@debian.org.