]> git.evergreen-ils.org Git - contrib/pines/genasys.git/blob - templates/lvs/authkeys
add Apache mutex-file configuration
[contrib/pines/genasys.git] / templates / lvs / authkeys
1 #
2 #       Authentication file.  Must be mode 600
3 #
4 #
5 #       Must have exactly one auth directive at the front.
6 #       auth    send authentication using this method-id
7 #
8 #       Then, list the method and key that go with that method-id
9 #
10 #       Available methods: crc sha1, md5.  Crc doesn't need/want a key.
11 #
12 #       You normally only have one authentication method-id listed in this file
13 #
14 #       Put more than one to make a smooth transition when changing auth
15 #       methods and/or keys.
16 #
17 #
18 #       sha1 is believed to be the "best", md5 next best.
19 #
20 #       crc adds no security, except from packet corruption.
21 #               Use only on physically secure networks.
22 #
23 auth 2
24 #1 crc
25 2 sha1 My4uthK3yG03sH3r3
26 #3 md5 Hello!