⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 denyuser.example

📁 This program is a RADIUS RFC-compliant daemon, which is derived from original Livingston Enterprise
💻 EXAMPLE
字号:
#<--- This is a comment line## denyuser## This file can be used to deny 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.## If a user is not allowed in 'allowuser' file and is not matched here,# access is granted anyway. Criteria can appear repeated as many# times as you want.## E.g.## The following rules deny access to user 'geppo', to all users who# belong to groups 'noacces','bin' or 'adm', to users with shell# /bin/false and any users with descriptions containing the word# "Francesco" or the string "Acme Ltd."#USER: geppoGROUP: noaccessGROUP: binGROUP: admGECOS: FrancescoGECOS: Acme Ltd.SHELL: /bin/false### Anyone of the following criteria deny all user#USER: ANYSHELL: ANYGECOS: ANYGROUP: ANY## An empty or missing denyuser file grants access to anyone.#

⌨️ 快捷键说明

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