# 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