From 95c89dd6d5d2c7d939bdfa6acbb13c828ca183ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 15 May 2019 19:59:30 -0400 Subject: [PATCH] wtf is wrong with markdown, some days i swear... --- tsa/howto/create-a-new-user.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsa/howto/create-a-new-user.mdwn b/tsa/howto/create-a-new-user.mdwn index 6988e806..8851874d 100644 --- a/tsa/howto/create-a-new-user.mdwn +++ b/tsa/howto/create-a-new-user.mdwn @@ -35,13 +35,13 @@ 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" + 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 alberti 2. on the LDAP server (currently `alberti`), as a user with LDAP write access: -- GitLab