Httpd Require: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Tests whether an authenticated user is authorized by an authorization provider. | Tests whether an authenticated user is authorized by an authorization provider ''and'' according the specified restrictions. The general syntax is: | ||
<pre> | |||
Require [not] <entity-name> [entity-name] ... | |||
</pre> |
Revision as of 20:35, 11 January 2016
External
Internal
Overview
Tests whether an authenticated user is authorized by an authorization provider and according the specified restrictions. The general syntax is:
Require [not] <entity-name> [entity-name] ...