From c5eccf75d7b2cb7a59b8fc3e0c3934b91c90d45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 15 May 2019 19:58:53 -0400 Subject: [PATCH] try to fix markdown --- tsa/howto/create-a-new-user.mdwn | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tsa/howto/create-a-new-user.mdwn b/tsa/howto/create-a-new-user.mdwn index 45c6b542..6988e806 100644 --- a/tsa/howto/create-a-new-user.mdwn +++ b/tsa/howto/create-a-new-user.mdwn @@ -34,20 +34,20 @@ requestee, as detailed in [[doc/accounts]]. 2. add pgp key to the `account-keyring` repository: - FINGERPRINT=0123456789ABCDEF0123456789ABCDEF01234567 - USER=alice - gpg --export-options export-minimal --no-armor --export "$FINGERPRINT" > "${USER}-${FINGERPRINT}.gpg" + FINGERPRINT=0123456789ABCDEF0123456789ABCDEF01234567 + USER=alice + gpg --export-options export-minimal --no-armor --export "$FINGERPRINT" > "${USER}-${FINGERPRINT}.gpg" 3. push to both repositories: - git push - git push alberti + git push + git push alberti 2. on the LDAP server (currently `alberti`), as a user with LDAP write access: 1. create the user: - ud-useradd -n + ud-useradd -n `ud-useradd` asks a bunch of questions interactively that have good defaults, mostly taken from the OpenPGP key material, but @@ -61,21 +61,21 @@ requestee, as detailed in [[doc/accounts]]. 2. synchronize the change: - sudo -u sshdist ud-generate && sudo -H ud-replicate + sudo -u sshdist ud-generate && sudo -H ud-replicate 3. on the email server (currently `eugeni`): 1. synchronize the change: - sudo -H ud-replicate + sudo -H ud-replicate 2. verify the email alias was correctly created: - egrep -q "${USER}@torproject.org" /etc/postfix/debian || echo "new user missing, please fix" + egrep -q "${USER}@torproject.org" /etc/postfix/debian || echo "new user missing, please fix" 3. run puppet: - - sudo puppet agent -t + + sudo puppet agent -t # Creating a role acount and a group for it -- GitLab