== Add a guest account to ud-ldap == === add to guest keyring === first, import the guest key into your keyring: {{{ echo -n "New user's key fingerprint: " && read fingerprint && ./add-key "`echo $fingerprint | tr -d ' '`" && }}} then, add the guest's public gpg key into the guest keyring by {{{ cd ~/dsa/guest-keyring }}} or whereever you keep the checkout and executing: {{{ git pull && echo -n "New user's key fingerprint: " && read fingerprint && ./add-key "`echo $fingerprint | tr -d ' '`" && git add debian-guest/add-"`echo $fingerprint | tr -d ' ' | cut -b 25-`" && git add debian-guest/index debian-guest/index.gpg && git commit -a && git push }}} === add to ldap === Once that is done, to to db-master (aka draghi) and add the account: {{{ ud-useradd -g }}} * note the -g, this is for guest accounts (doesn't prompt for -private etc.) * enter fingerprint, account name, [fml] name and forwarding address. * enter expiry date and hosts to allow access to, per the request. Two months is typical.