From 8b637521c60219c0773604c452ecb7c98918d202 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 14 Jun 2023 18:38:00 +0300 Subject: feat(web/pwcrypt): little web application for creating LDAP accounts This generates the format expected in `//ops/users`. Note that as of this commit I have not actually tested whether the generated hashes work, as OpenLDAP doesn't ship with a tool to do that and I have to actually use it, spin up an LDAP server and bind to it. The plan is to host this at something like `tvl.fyi/signup`. There is no plan to automatically submit the generated stuff to the repo, people still have to email us (and display their street cred). Note that currently the generated hashes have slightly different parameters than what //tools/hash-password creates. This might not matter, but it's probably still a good idea to try and explicitly set Argon2 parameters. Change-Id: Ic162afbf7fb0e05ca6efc131b3bb0a4187e28029 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8776 Reviewed-by: sterni Tested-by: BuildkiteCI Reviewed-by: flokli --- web/pwcrypt/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 web/pwcrypt/index.html (limited to 'web/pwcrypt/index.html') diff --git a/web/pwcrypt/index.html b/web/pwcrypt/index.html new file mode 100644 index 000000000000..cacf984d88da --- /dev/null +++ b/web/pwcrypt/index.html @@ -0,0 +1,26 @@ + + + + + + + //web/pwcrypt + + + + + + -- cgit 1.4.1