This 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
The
Each line of the group file contains a groupname followed by a colon, followed by the member usernames separated by spaces.
Note that searching large text files is very
inefficient;
Make sure that the
Setting the Off
allows for
group authorization to be passed on to lower level modules (as defined
in the modules.c
files) if there is no
group matching the supplied userID.
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.
Do 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.