xml version="1.0" encoding="ISO-8859-1"?>
|
Apache HTTP Server Version 2.2 ![]() Apache Module mod_authz_groupfile
SummaryThis module provides authorization capabilities so that
authenticated users can be allowed or denied access to portions
of the web site by group membership. Similar functionality is
provided by AuthGroupFile Directive
The Each line of the group file contains a groupname followed by a colon, followed by the member usernames separated by spaces. Example:
Note that searching large text files is very
inefficient; SecurityMake sure that the AuthzGroupFileAuthoritative Directive
Setting the By default, control is not passed on and an unknown group will result in an Authentication Required reply. Not setting it thus keeps the system secure and forces an NCSA compliant behaviour. SecurityDo consider the implications of allowing a user to allow fall-through in his.htaccess file; and verify
that this is really what you want; Generally it is easier to just
secure a single .htpasswd file, than it is to secure
a database which might have more access interfaces.
|