|
|
||||
TCPGroupAccessFiles<h1> TCPGroupAccessFiles</h1>
<h2>Name</h2> TCPGroupAccessFiles -- Sets the access files to use
<h2>Synopsis</h2> TCPGroupAccessFiles [ <code class="OPTION">group-expression allow-filename deny-filename</code>]
Default </dt><dd> none </dd><dt> Context </dt><dd> server config, <VirtualHost>, <Global> </dd><dt> Module </dt><dd> mod_wrap </dd><dt> Compatibility </dt><dd> 1.2.1 and later </dd></dl>
<h2>Description</h2> TCPGroupAccessFiles allows for access control files, the same types of files required by TCPAccessFiles, to be applied to select groups. The given group-expression is a logical AND expression, which means that the connecting user must be a member of all the groups listed for this directive to apply. Group names may be negated with a ! prefix. The rules for the filename paths are the same as for TCPAccessFiles settings.
<h2>See also</h2> TCPAccessFiles, TCPUserAccessFiles
<h2>Examples</h2> # every member of group wheel must connect from restricted locations TCPGroupAccessFiles wheel /etc/ftpd-strict.allow /etc/ftpd-strict.deny # everyone else gets the standard access rules TCPGroupAccessFiles !wheel /etc/hosts.allow /etc/hosts.d |
|||||