论功能确实 proftpd 最为强大,以下为 proftpd.conf 的配置指定手册,呵呵,只有简短的说明啊!
-------------------------------------------------------------------- AccessDenyMsg -- 访问拒绝的信息提示(530)。 语法:AccessDenyMsg ["messge"] 语境:server config,, , 模块:mod_auth 范例:AccessDenyMsg "用户%u访问被拒绝!" -------------------------------------------------------------------- AccessGrantMsg -- 访问拒绝的信息提示(230)。 语法:AccessGrantMsg ["messge"] 语境:server config, , , 模块:mod_auth 范例:AccessGrantMsg "用户%u成功登陆!" -------------------------------------------------------------------- Allow -- 使用网络号、主机、域名控制允许访问 语法:Allow [ ["from"] "all"|"none"|host|network[,host|network[,...]]] 默认:Allow from all 语境: 范例: Order allow,deny Allow from 128.44.26.,myhost.mydomain.edu,.trusted-domain.org Deny from all -------------------------------------------------------------------- AllowAll -- 所有客户端允许访问 语法:AllowAll 语境:, , , .ftpaccess 模块:mod_auth 范例: AllowAll -------------------------------------------------------------------- AllowClass -- 使用类控制允许访问 语法:AllowClass [["AND"|"OR"|"regex"] class-expression] 语境:范例: From 192.168.0.0/24 AllowClass internal -------------------------------------------------------------------- AllowFilter -- 以正则表达式匹配所有发送到proftpd的命令,匹配失败则会禁止此命令。 语法:AllowFilter [regular-expression] 语境:server config,, , , , .ftpaccess 范例:AllowFilter "^[a-zA-Z0-9 ,]*$" -------------------------------------------------------------------- AllowForeignAddress -- 控制客户端使用 PORT 模式(主动) 语法:AllowForeignAddress [on|off] 默认:AllowForeignAddress off 语境:server config, , , -------------------------------------------------------------------- AllowGroup -- 使用用户组控制允许访问 语法:AllowGroup [["AND"|"OR"|"regex"] group-expression] 语境: 范例:AllowGroup OR www,doc -------------------------------------------------------------------- AllowLogSymlinks -- 允许符号链接 语法:AllowLogSymlinks ["on"|"off"] 默认:AllowLogSymlinks off 语境:server config, , -------------------------------------------------------------------- AllowOverride -- 控制那些.ftpaccess文件将解析 语法:AllowOverride [on|off ["user"|"group"|"class" expression]] 默认:AllowOverride on 语境:server config, , , -------------------------------------------------------------------- AllowOverwrite -- 控制能否覆盖现有的文件 语法:AllowOverwrite [on|off] 默认:AllowOverwrite off 语境:server config, , , , , .ftpaccess 模块:mod_xfer 范例:AllowOverwrite on -------------------------------------------------------------------- AllowRetrieveRestart -- 允许客户机恢复下载 语法:AllowRetrieveRestart [on|off] 默认:AllowRetrieveRestart on 语境:server config, , , , , .ftpaccess -------------------------------------------------------------------- AllowStoreRestart -- 允许客户机恢复上传(续传) 语法:AllowStoreRestart [on|off] 默认:AllowStoreRestart off 语境:server config, , , , , .ftpaccess -------------------------------------------------------------------- AllowUser -- 使用用户控制允许访问 语法:AllowUser [["AND"|"OR"|"regex"] user-expression] 语境: 范例:AllowUser regex ^ftp -------------------------------------------------------------------- AnonRatio -- 使用匿名用户的密码匹配设置上传下载比(通常密码是邮箱) 语法:AnonRatio [AnonPWD fileratio filequota byteratio bytequota] AnonPWD:就是登入 proftpd 的匿名用户的密码 fileratio :这个是以档案为基准的『比例』,通常不限制,故为 0 filequota :预设能够下载多少档案,不限制时为 0 byteratio :就是上传/下载的比例,这个数字代表『1:下载』之意! bytequota :预设能够下载多少 KBytes 的档案!注意单位喔! 语境: , , ,.ftpaccess 模块:mod_ratio 范例:AnonRatio [email protected] 0 0 -2 0 -------------------------------------------------------------------- AnonRejectPasswords -- 屏蔽某些匿名用户的密码 语法:AnonRejectePasswords [regex] 语境: 模块:mod_auth 范例:AnonRejectPasswords @evil\.org$ -------------------------------------------------------------------- AnonRequirePassword -- 使匿名用户提供一个有效的密码 语法:AnonRequirePassword [ on|off] 默认:AnonRequirePassword off 语境: 模块:mod_auth -------------------------------------------------------------------- Anonymous -- 定义一个匿名服务 语法:Anonymous [root-directory] 语境:server config, , 范例: -------------------------------------------------------------------- AnonymousGroup -- 使组成员都成为匿名用户 语法:AnonymousGroup [group] 语境:server config, DenyALL , 范例:AnonymousGroup www -------------------------------------------------------------------- AuthAliasOnly -- 只允许别名登陆,不允许真实用户登陆 语法:AuthAliasOnly [on|off] 默认:server config, , , 语境:mod_auth -------------------------------------------------------------------- AuthGroupFile -- 使用用户组数据文件替代系统组 语法:AuthGroupFile [path] 语境:server config, , 模块:mod_auth_file 范例:AuthGroupFile /usr/local/proftpd/etc/itwhy.ftpd.group -------------------------------------------------------------------- AuthOrder -- 配置模块检查顺序 语法:AuthOrder [module-name...] 语境:server config, , 范例:AuthOrder mod_sql.c mod_ldap.c -------------------------------------------------------------------- AuthPAM -- 启用/禁用 PAM 认证 语法:AuthPAM [on|off] 默认:AuthPAM on 语境:server config, , 模块:mod_auth_pam -------------------------------------------------------------------- AuthPAMConfig -- PAM 服务名称 语法:AuthPAMConfig [service] 默认:AuthPAMConfig ftp 语境:server config, , 模块:mod_auth_pam 范例:AuthPAMConfig itwhy_ftp -------------------------------------------------------------------- AuthUserFile -- 使用用户数据文件替代系统用户 语法:AuthUserFile [path] 语境:server config, , 模块:mod_auth_file 范例:AuthGroupFile /usr/local/proftpd/etc/itwhy.ftpd.user -------------------------------------------------------------------- AuthUsingAlias -- 通过别名认证代替映射的用户名 语法:AuthUsingAlias [on|off] 默认:AuthUsingAlias off 语境: 模块:mod_auth -------------------------------------------------------------------- Bind -- <已废弃> -------------------------------------------------------------------- ByteRatioErrMsg -- ByteRatio限制超过提示信息。 语法:ByteRatioErrMsg ["messge"] 语境: , , ,.ftpaccess 模块:mod_ratio 范例:ByteRatioErrMsg "ByteRatio limit exceeded, upload something first..." -------------------------------------------------------------------- CapabilitiesEngine -- 启用/禁用mod_cap模块 语法:CapabilitiesEngine [on/off] 语境:server config, , 模块:mod_cap -------------------------------------------------------------------- CapabilitiesSet -- mod_cap的能力操纵 语法:CapabilitiesSet [[+/-]capability...] 语境:server config, , 模块:mod_cap 范例: CapabilitiesEngine on CapabilitiesSet -CAP_CHOWN +CAP_DAC_READ_SEARCH +CAP_FOWNER -------------------------------------------------------------------- CDPath -- 定义使用 cd 命令改变目录时使用的搜索路径 语法:CDPath [directory] 语境:server config,, , 范例:CDPath /home/public CDPath /var/devel 用户使用cd命令改变目录时,会依次搜寻/home/public和/var/devel,只要有相应的权限。 -------------------------------------------------------------------- Class -- 定义一个客户端连接类 语法:VirtualHost [ ] 语境:server config 范例:见AllowClass指令 -------------------------------------------------------------------- CommandBufferSize -- 限制最大的命令的长度 语法:CommandBufferSize [size] 默认:CommandBufferSize 512 语境:server config, , -------------------------------------------------------------------- CreateHome -- 如果主目录不存在,则创建它 语法:CreateHome [off|on [ ] [skel ] [dirmode ]] 语境:server config, , 模块:mod_auth 范例:CreateHome on skel /etc/ftpd/skel dirmode 700 -------------------------------------------------------------------- CwdRatioMsg -- Ratio模块的指令 语法:CwdRatioMsg ["messge"] 语境: , , ,.ftpaccess 模块:mod_ratio 范例:CwdRatioMsg "Please upload first!" -------------------------------------------------------------------- DebugLevel -- 设置调试级别 语法:DebugLevel [0-9] 默认:DebugLevel 0 语境:server config, , -------------------------------------------------------------------- DefaultAddress -- 设置服务器默认监听IP址 语法:DefaultAddress [dns-names|ip-addresses seperated with spaces] 语境:server config 范例:DefaultAddress 192.168.10.30 my.domain.tld -------------------------------------------------------------------- DefaultChdir -- 设置会话开始目录 语法:DefaultChdir [directory [group-expression]] 默认:DefaultChdir ~ 语境:server config, , , 模块:mod_auth -------------------------------------------------------------------- DefaultRoot -- 改变用户根目录,使用户监禁在此目录中 语法:DefaultRoot [directory [group-expression]] 默认:DefaultRoot / 语境:server config, , 模块:mod_auth 范例:DefaultRoot ~ users,!admin -------------------------------------------------------------------- DefaultServer -- 设置默认的服务 语法:DefaultServer [on|off] 语境:server config, -------------------------------------------------------------------- DefaultTransferMode -- 设置默认的数据传输方式 语法:DefaultTransferMode [ascii|binary] 默认:DefaultTransferMode ascii 语境:server config, , -------------------------------------------------------------------- DeferWelcome -- 不显示欢迎信息,直到用户验证 语法:DeferWelcome [on|off] 默认:DeferWelcome off 语境:server config, , -------------------------------------------------------------------- Define -- Initialises定义为IfDefine 语法:Define [parameter-name] 语境:any context 范例:IfDefine LoadLimiting -------------------------------------------------------------------- DelayEngine -- 使用mod_delay模块 语法:DelayEngine [on|off] 默认:DelayEngine on 语境:server config 模块:mod_delay 范例: DelayEngine off -------------------------------------------------------------------- DelayTable -- 指令存储时间数据文件 语法:DelayTable [path] 默认:DelayTable var/proftpd/proftpd.delay 语境:server config 模块:mod_delay -------------------------------------------------------------------- DeleteAbortedStores -- 删除除未完全上传的文件 语法:DeleteAbortedStores [on|off] 默认:DeleteAbortedStores off 语境:server,, , , , .ftpaccess 模块:mod_xfer -------------------------------------------------------------------- Deny -- 与 Allow 指令相反 -------------------------------------------------------------------- DenyAll -- 与 AllowAll 指令相反 -------------------------------------------------------------------- DenyClass -- 与 AllowClass 指令相反 -------------------------------------------------------------------- DenyFilter -- 与 AllowFilter 指令相反 -------------------------------------------------------------------- DenyGroup -- 与 AllowGroup 指令相反 -------------------------------------------------------------------- DenyUser -- 与 AllowUser 指令相反 -------------------------------------------------------------------- Directory -- 目录限制配置指令 语法:[ ] 语境:server config, , , 范例: -------------------------------------------------------------------- DirFakeGroup -- 掩饰真正的文件所属组 语法:DirFakeGroup [On|Off [groupname]] 默认:DirFakeGroup Off 语境:server config, DenyAll , , , , .ftpaccess 模块:mod_ls 范例:DirFakeGroup On ftp -------------------------------------------------------------------- DirFakeMode -- 掩饰真实文件的权限 语法:DirFakeMode [octal-mode] 语境:server config, , , , 模块:mod_ls 范例:DirFakeMode 0640 -------------------------------------------------------------------- DirFakeUser -- 掩饰真正的文件所属用户 语法:DirFakeUser [On|Off [username]] 默认:DirFakeUser Off 语境:server config, , , , , .ftpaccess 模块:mod_ls -------------------------------------------------------------------- DisplayChdir -- 设置改变目录时显示的文件 语法:DisplayChdir [filename [true]] 语境:server config, , , , 范例:DisplayChdir /home/ftp/.DisplayChdir true -------------------------------------------------------------------- DisplayConnect -- 设置用户连接时显示的文件 语法:DisplayConnect [filename] 语境:server config, , -------------------------------------------------------------------- DisplayFileTransfer -- 设置文件转移时显示的文件(上传或下载) 语法:DisplayFileTransfer ["name" limit|regex|ip value] 语境:server config, , , , , .ftpaccess 模块:mod_xfer -------------------------------------------------------------------- DisplayFirstChdir -- 设置当第一次进入一个目录时显示的文件<已废弃> -------------------------------------------------------------------- DisplayGoAway -- 设置最大连接数达到上限被拒绝时显示的文件 语法:DisplayGoAway [filename] 语境:server config, , , -------------------------------------------------------------------- DisplayLogin -- 设置用户成功登陆时显示的文件 语法:DisplayLogin [filename] 语境:server config, , , -------------------------------------------------------------------- DisplayQuit -- 设置用户退出时显示的文件 语法:DisplayQuit [filename] 语境:server config, , , -------------------------------------------------------------------- DisplayReadme -- 显示指令文件的修改时间 语法:DisplayReadme [filename or pattern] 语境:server config, , , 模块:mod_readme 范例:DisplayReadme README* -------------------------------------------------------------------- ExtendedLog -- 定制log文件 语法:ExtendedLog [filename [[command-classes] format-nickname]] 语境:server config, , 模块:mod_log 范例:ExtendedLog /var/log/ftp.log read,write -------------------------------------------------------------------- FileRatioErrMsg -- 文件超过限制显示的信息 语法:FileRatioErrMsg ["messge"] 语境: , , ,.ftpaccess 模块:mod_ratio 范例:FileRatioErrMsg "FileRatio limit exceeded, upload something first..." -------------------------------------------------------------------- Global -- 全局设置指令 语法: 语境:server config, -------------------------------------------------------------------- Group -- 设置proftpd进程所属组 语法:Group [Group groupid] 语境:server config, , , 范例:Group:nogroup -------------------------------------------------------------------- GroupOwner -- 设置新文件的缺省组 语法:GroupOwner [GroupOwner groupname] 语境: , , .ftpaccess 范例:GroupOwner nogroup -------------------------------------------------------------------- GroupPassword -- 设置群组密码,允许组成员使用单一的密码 语法:GroupPassword [GroupPassword groupid hashed-password] 语境:server config, , , 模块:mod_auth 范例:GroupPassword www.itwhy.org 500 -------------------------------------------------------------------- GroupRatio -- 使用用户组匹配设置上传下载比 语法:GroupRatio [group fileratio filequota byteratio bytequota] 语境: , , ,.ftpaccess 模块:mod_ratio 范例:GroupRatio www 0 0 2 0 -------------------------------------------------------------------- HiddenStor -- 开启安全上传<已废弃> -------------------------------------------------------------------- HiddenStores -- 开启安全上传(HiddenStor的延续) 语法:HiddenStor [on|off] 默认:HiddenStor off 语境: , , , 模块:mod_xfer 范例:<这个指令不能和AllowStoreRestart指令同时开启> -------------------------------------------------------------------- HideFiles -- 隐藏指令的文件 语法:HideFiles [[!]regexp|"none" ["user"|"group"|"class" expression]] 语境: , .ftpaccess 范例:HideFiles !(\.htm|\.html)$ group webmaster -------------------------------------------------------------------- HideGroup -- 针对用户组隐藏文件 语法:HideGroup [groupid] 语境: , 范例:HideGroup 500 -------------------------------------------------------------------- HideNoAccess -- 针对户没有此目录权限 语法:HideNoAccess [on|off] 语境: , -------------------------------------------------------------------- HideUser -- 使用用户隐藏文件 语法:HideUser [userid] 语境: , -------------------------------------------------------------------- HostRatio -- 使用主机匹配设置上传下载比 语法:GroupRatio [host fileratio filequota byteratio bytequota] 语境: , , ,.ftpaccess 模块:mod_ratio -------------------------------------------------------------------- IdentLookups -- 通过RFC1413调用捕获客户机用户的UID 语法:IdentLookups [on|off] 默认:IdentLookups on 语境:server config, , -------------------------------------------------------------------- IfDefine -有条件地跳过或处理文件中部分命令 语法:IfDefine [[!]define-label] 语境:any 范例: LoadModule mod_sql.c LoadModule mod_sql_mysql.c -------------------------------------------------------------------- IfModule -- 解析一段基于模块的指定 语法:IfModule [[!]module-name] 语境:any 范例:Ratios on -------------------------------------------------------------------- IgnoreHidden -- 隐藏没有任何权限的文件 语法:IgnoreHidden [on|off] 默认:IgnoreHidden off 语境:-------------------------------------------------------------------- Include -- 包含另一个配置文件在你当前的配置文件 语法:Include [Include file] 语境:server config, , , , 范例:Include itwhy_ftp.conf -------------------------------------------------------------------- LDAPAliasDereference -- LDAP别名规定如何操作 语法:LDAPAliasDereference [never find search always] 默认:LDAPAliasDereference never 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPAttr -- 自定义一些LDAP属性 语法:LDAPAttr [uid gid homeDir userPass Shell cn memberUid Quota] ["NewAttribute"] 语境:server config, , 模块:mod_ldap 范例:<这个指定必需放在任何LDAP指令前面> -------------------------------------------------------------------- LDAPAuthBinds -- 使用用户提供的口令和搜索到的用户 DN 绑定 LDAP 服务器,来验证口令 语法:LDAPAuthBinds [on off] 默认:LDAPAuthBinds off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPDefaultAuthScheme -- 设置使用 hash 认证 语法:LDAPDefaultAuthScheme [crypt clear] 默认:LDAPDefaultAuthScheme "crypt" 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPDefaultGID -- 设置默认的GID,当GID属性没有找到时 语法:LDAPDefaultGID [default-gid] 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPDefaultUID -- 设置默认的UID,当UID属性没有找到时 语法:LDAPDefaultUID [default-uid] 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPDNInfo -- 设置 LDAP 默认绑定 语法:LDAPDNInfo [LDAPDNInfo "ldap-dn" "dn-password"] 默认:LDAPDNInfo "" "" 语境:server config, , 模块:mod_ldap 范例:<如果 LDAP 支持匿名绑定,只需要把用户DN和口令设置为空> -------------------------------------------------------------------- LDAPDoAuth -- 设置BaseDN 以及 LDAP 查询的 filter 通过语句 语法:LDAPDoAuth [on off] ["auth-base-dn"] ["search-filter-template"] 默认:LDAPDoAuth off 语境:server config, , 模块:mod_ldap 范例:LDAPDoAuth on "dc=itwhy,dc=org" "(&(uid=%u)(authorizedService=ftp)(ossxpConfirmed=TRUE))" -------------------------------------------------------------------- LDAPDoGIDLookups -- 语法:LDAPDoGIDLookups [on off] ["gid-base-dn"] ["cn-filter-template"] ["gid-number-filter-template"] ["member-uid-filter-template"] 默认:LDAPDoGIDLookups off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPDoQuotaLookups -- 开启LDAP配额限制 语法:LDAPDoQuotaLookups [on off] ["base-dn"] ["quota-filter-template"] ["default-quota"] 默认:LDAPDoQuotaLookups off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPDoUIDLookups -- 查找LDAP的UID目录 语法:LDAPDoUIDLookups [on off] ["uid-base-dn"] ["uid-filter-template"] 默认:LDAPDoUIDLookups off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPForceDefaultGID -- 强制所有LDAP用户组使用相同的GID 语法:LDAPForceDefaultGID [on off] 默认:LDAPForceDefaultGID off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPForceDefaultUID -- 强制所有LDAP用户使用相同的UID 语法:LDAPForceDefaultGID [on off] 默认:LDAPForceDefaultGID off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPForceGeneratedHomedir -- 强制所有LDAP用户目录使用默认的前缀/后缀 语法:LDAPForceGeneratedHomedir [on off] [directory-mode] 默认:LDAPForceGeneratedHomedir off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPForceHomedirOnDemand -- <已废弃> -------------------------------------------------------------------- LDAPGenerateHomedir -- 开启自动创建LDAP用户目录 语法:LDAPGenerateHomedir [on off] [directory-mode] 默认:LDAPGenerateHomedir off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPGenerateHomedirPrefix -- 按需要使用一个前缀创建用户目录 语法:LDAPGenerateHomedirPrefix [leading-path] 默认:LDAPGenerateHomedirPrefix off 语境:server config, , 模块:mod_ldap 范例: -------------------------------------------------------------------- LDAPNegativeCache -- 使LDAP缓存查找 语法:LDAPNegativeCache [on off] 默认:LDAPNegativeCache off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPProtocolVersion -- 设置LDAP协议版本 语法:LDAPProtocolVersion [2 | 3] 默认:LDAPProtocolVersion 3 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPQueryTimeout -- 设置一个LDAP查询超时 语法:LDAPQueryTimeout [timeout-seconds] 默认:LDAPQueryTimeout default-api-timeout 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPSearchScope -- 指定用于LDAP搜索范围查询 语法:LDAPSearchScope [onelevel subtree] 默认:LDAPSearchScope subtree 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPServer -- 设置LDAP服务器和端口 语法:LDAPServer ["hostname1:port1 hostname2:port2"] 默认:LDAPServer "localhost" 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LDAPUseTLS -- 使TLS协议/SSL连接到LDAP服务器。 语法:LDAPUseTLS [on off] 默认:LDAPUseTLS off 语境:server config, , 模块:mod_ldap -------------------------------------------------------------------- LeechRatioMsg -- 设置Ratio出错信息 语法:LeechRatioMsg [ LeechRatioMsg foo1 foo2 foo3 foo4] 语境: , , ,.ftpaccess 模块:mod_ratio 范例:LeechRatioMsg "please upload as well as download" -------------------------------------------------------------------- Limit -- 设定命令、动作、性能控制 语法:Limit [ ] 语境:server config, , , , , .ftpaccess -------------------------------------------------------------------- ListOptions -- 设定客户端使用list命令的显示格式 语法:ListOptions ["options string"] [ ["strict"]] 语境:server config, , , , , .ftpaccess 模块:mod_ls 范例:ListOptions "-a" -------------------------------------------------------------------- LogFormat -- 设置日志格式 语法:LogFormat [ LogFormat nickname "format-string"] 默认:LogFormat default "%h %l %u %t \"%r\" %s %b" 语境:server config 模块:mod_log -------------------------------------------------------------------- LoginPasswordPrompt -- 设置登陆密码提示 语法:LoginPasswordPrompt [on|off] 默认:LoginPasswordPrompt on 语境:server config, , , 模块:mod_auth -------------------------------------------------------------------- MasqueradeAddress -- 配置服务器地址显示给客户端 语法:MasqueradeAddress [ip-address|dns-hostname] 语境:server config, 范例:MasqueradeAddress nat-gw.mydomain.com -------------------------------------------------------------------- MaxClients -- 客户端数量限制 语法:MaxClients [number|none [message]] 语境:server config, , , 模块:mod_auth -------------------------------------------------------------------- MaxClientsPerClass -- 以类的型式限制客户端数 语法:MaxClientsPerClass [name number|"none" [message]] 语境:server config, , 模块:mod_auth 范例:MaxClientsPerClass foo1 3 "Only one such client at a time." -------------------------------------------------------------------- MaxClientsPerHost -- 限制同一主机客户端数量 语法:MaxClientsPerHost [number|none [message]] 默认:MaxClientsPerHost none 语境:server config, , , 模块:mod_auth -------------------------------------------------------------------- MaxClientsPerUser -- 限制同一用户的客户端数量 语法:MaxClientsPerUser [number|none [message]] 默认:MaxClientsPerUser none 语境:server config, , ,