allowuser.example
来自「This program is a RADIUS RFC-compliant d」· EXAMPLE 代码 · 共 27 行
EXAMPLE
27 行
#<--- This is a comment line## allowuser## This file can be used to allow access to users/groups which match# one or more of the following criteria:## USER: username match# SHELL: user default shall match# GECOS: user gecos-field contains a certain string# GROUP: user belongs to a matching group.## A special meaning value is ANY, used as a value for any of the # previous hints. All users/groups match it.## Anyone of the following criteria allow all user (not suggested)#USER: ANYSHELL: ANYGECOS: ANYGROUP: ANY## An empty or missing file grants access to anyone not denied in# denyuser. Se also that file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?