]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/squidconf/mgr_passwd.conf
Source Format Enforcement (#1234)
[thirdparty/squid.git] / test-suite / squidconf / mgr_passwd.conf
1 # Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 #
9 # Tests for cachemgr_passwd directive
10
11 # accept passwords
12 cachemgr_passwd password1 utilization
13 cachemgr_passwd password1 store_io
14
15 # accept list of actions for one password
16 cachemgr_passwd password2 io counters
17
18 # specaial case 'none'
19 cachemgr_passwd none menu
20 cachemgr_passwd none index
21
22 # special case 'disable'
23 cachemgr_passwd disable
24
25 # repeating actions should produce a warning
26 cachemgr_passwd none menu
27
28 # unknown action ??
29 cachemgr_passwd none blah_blah_blah