~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
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.

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

.. rubric:: Footnotes

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