db-master.debian.org does not exist, use db instead
[mirror/dsa-wiki.git] / input / howto / add-guest.creole
index 35ccb83..70914f1 100644 (file)
@@ -2,21 +2,20 @@
 
 === add to guest keyring ===
 
-first, import the guest key into your keyring:
+Import the guest key into your keyring.
 {{{
        echo -n "New user's key fingerprint: " &&
        read fingerprint &&
-       ./add-key "`echo $fingerprint | tr -d ' '`" &&
+       gpg --recv-keys "`echo $fingerprint | tr -d ' ' | cut -b 25-`"
 }}}
 
-then, add the guest's public gpg key into the guest keyring by
+Change to the directory where you keep the guest-keyring repository:
 {{{
        cd ~/dsa/guest-keyring
 }}}
 
-or whereever you keep the checkout and executing:
+Export from your keyring into the guest-keyring using:
 {{{
-
        git pull &&
        echo -n "New user's key fingerprint: " &&
        read fingerprint &&
@@ -29,8 +28,7 @@ or whereever you keep the checkout and executing:
 
 === add to ldap ===
 
-Once that is done, to to db-master (aka draghi) and add the account:
-
+Once that is done, login to db (aka draghi) and add the account:
 {{{
        ud-useradd -g
 }}}