readme

来自「freeradius-server-2.1.3.tar.gz安装源文件」· 代码 · 共 27 行

TXT
27
字号
  This module initializes the Access-Accept packet by copying all ofthe attributes from the Access-Request to the Access-Accept.  It should be listed in the "authorize" section of "radiusd.conf",probably after "preprocess", but before any other module.	authorize {		...		copy_packet		...	}  It currently takes no configuration, so the sub-section of the"modules" section should look like:	modules {		...		copy_packet {		}		...	}

⌨️ 快捷键说明

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