readme

来自「代理服务器 squid-2.6.STABLE16」· 代码 · 共 38 行

TXT
38
字号
$Id: README,v 1.3 2005/05/17 16:56:31 hno Exp $This is the README file for check_group, an externalhelper fo the External ACL Scheme for Squid.More information about the External ACL scheme maybe found at http://devel.squid-cache.org/external_acl/This program reads one new line terminated argument in thestandard input (the username and groups) and tries to match it againstseveral command-line specified groups.The syntax for the program is as follows:check_group [-g group1 -g group2 -g group3 ...] [-p]You may specify up to 11 different groups, this limit may beincreased by changing the MAX_GROUP define in the source codeand recompiling the program.To compile this program, use:gcc -o check_group check_group.cYou may specify the group names in the acl, as follows:acl ckgroup external ckgroup_helper %LOGIN group1 group2 group3You may get the latest release and more information about thisprogram at http://geekbunker.org/rodrigo/check_group.html--Rodrigo Camposrodrigo@geekbunker.org

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?