diff options
Diffstat (limited to 'htusers-sample')
| -rw-r--r-- | htusers-sample | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/htusers-sample b/htusers-sample new file mode 100644 index 0000000..dd91cf9 --- /dev/null +++ b/htusers-sample | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # this file should contain combinations of usernames and passwords, divided by colons and separated | ||
| 2 | # by newlines: | ||
| 3 | # | ||
| 4 | # user1:password2 | ||
| 5 | # user2:password2 | ||
| 6 | # | ||
| 7 | # the passwords must not be inserted as plain text, but as hashes. To generate these hashes one can | ||
| 8 | # use: | ||
| 9 | # openssl passwd -crypt password1 | ||
| 10 | # | ||
| 11 | # lines starting with # are not recognized and can be used as comments | ||
| 12 | |||
