~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Authorization
=============

Authorization is finding out if the person, once identified, is permitted to
have the resource. [1]_  Drizzle authorization is handled by plugins; there
are no grant or privilege tables.

The following authorization plugins are included with Drizzle:

* :doc:`/plugins/regex_policy/index`
* :doc:`/plugins/simple_user_policy/index`

-------------------------------------------------------------------------------

.. rubric:: Footnotes

.. [1] `Authentication, Authorization, and Access Control <http://httpd.apache.org/docs/1.3/howto/auth.html>`_