~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/authorization.rst

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>`_