about summary refs log tree commit diff
path: root/bin/hash-password
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-07-01T20·29+0100
committertazjin <mail@tazj.in>2020-07-01T20·39+0000
commit29984bb6f909551b1951196757d99792a2570450 (patch)
treeac47794999907ed980d7ca402ef41de4130848c5 /bin/hash-password
parenta1556d71e6cc1f49a4f7e78c058f69daad02fcc0 (diff)
feat(tools/hash-password): Add a wrapper script for slappasswd r/1151
This wrapper script correctly invokes slappasswd for generating ARGON2
hashes.

People without Nix will need to figure this out on their own.

Change-Id: I264715ba4932855b868bef70cc9102515b3d129e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/833
Tested-by: BuildkiteCI
Reviewed-by: BuildkiteCI
Reviewed-by: Kane York <rikingcoding@gmail.com>
Diffstat (limited to '')
l---------bin/hash-password1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hash-password b/bin/hash-password
new file mode 120000
index 0000000000..8390ec9c96
--- /dev/null
+++ b/bin/hash-password
@@ -0,0 +1 @@
+__dispatch.sh
\ No newline at end of file