]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/squidconf/mgr_passwd
Source Format Enforcement (#763)
[thirdparty/squid.git] / test-suite / squidconf / mgr_passwd
CommitLineData
f70aedc4 1# Copyright (C) 1996-2021 The Squid Software Foundation and contributors
172ea62b
AJ
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
104e2656
AJ
8#
9# Tests for cachemgr_passwd directive
10
11# accept passwords
12cachemgr_passwd password1 utilization
13cachemgr_passwd password1 store_io
14
15# accept list of actions for one password
16cachemgr_passwd password2 io counters
17
18# specaial case 'none'
19cachemgr_passwd none menu
20cachemgr_passwd none index
21
22# special case 'disable'
23cachemgr_passwd disable
24
25# repeating actions should produce a warning
26cachemgr_passwd none menu
27
28# unknown action ??
29cachemgr_passwd none blah_blah_blah