From 87c69016c5e7458df84950ae4eb0b5833262a370 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sat, 15 Oct 2016 19:20:18 +0200 Subject: Initial version It basically works --- htusers-sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 htusers-sample (limited to 'htusers-sample') diff --git a/htusers-sample b/htusers-sample new file mode 100644 index 0000000..dd91cf9 --- /dev/null +++ b/htusers-sample @@ -0,0 +1,12 @@ +# this file should contain combinations of usernames and passwords, divided by colons and separated +# by newlines: +# +# user1:password2 +# user2:password2 +# +# the passwords must not be inserted as plain text, but as hashes. To generate these hashes one can +# use: +# openssl passwd -crypt password1 +# +# lines starting with # are not recognized and can be used as comments + -- cgit v1.2.3