~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/authentication.rst

  • Committer: Lee Bieber
  • Date: 2011-02-23 05:05:43 UTC
  • mfrom: (2193.1.2 build)
  • Revision ID: kalebral@gmail.com-20110223050543-w0nhgf512s0137mm
Merge Andrew - 723389: ORDER BY on sys_replication_log table causes InnoDB crash
Merge Marisa - documentation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTHENTICATION
 
2
==============
 
3
 
 
4
For Drizzle, authentication is handled by plugins.
 
5
 
 
6
Authentication is no longer based on the host/user and schema/table/column model that was used in the MyISAM-based mysql.user table.
 
7
 
 
8
The pluggable model capitalizes on existing systems such as PAM, LDAP via PAM and Http authentication.
 
9