summaryrefslogtreecommitdiff
path: root/htusers-sample
blob: dd91cf98fdfe3b0fdfeb0338ba905a8aec5cc68f (plain)
1
2
3
4
5
6
7
8
9
10
11
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

..