~drizzle-trunk/drizzle/development

2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
1
Authorization
2
=============
3
4
Authorization is finding out if the person, once identified, is permitted to
5
have the resource. [1]_  Drizzle authorization is handled by plugins; there
6
are no grant or privilege tables.
7
8
-------------------------------------------------------------------------------
9
10
.. rubric:: Footnotes
11
12
.. [1] `Authentication, Authorization, and Access Control <http://httpd.apache.org/docs/1.3/howto/auth.html>`_