mod_authz_usermod_authz_user overviewmod_authz_user module provides authorization for an authenticated user. In other words the user who was successfully authenticated will be allowed or denied access to requested resource. mod_authz_user checks the value of Require directive. The line
means that the module will authorize all successfully authenticated users. And the line
will only allow access to bob and john users.
mod_authz_user directivesAuthzUserAuthoritative
If AuthzUserAuthoritative is set to off, user authorization will be passed to lower level modules (if any). By default, control is not passed on and an unknown user will get Authentication Required repsponse. |