~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/authentication.rst

  • Committer: Mark Atwood
  • Date: 2011-03-08 03:47:42 UTC
  • mto: (2227.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: me@mark.atwood.name-20110308034742-1wkdoq6yrdysqcua
documentation work

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
For Drizzle, authentication is handled by plugins.
5
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.
 
6
Authentication is no longer based on the host/user and
 
7
schema/table/column model that was used in the MyISAM-based mysql.user
 
8
table.
7
9
 
8
 
The pluggable model capitalizes on existing systems such as PAM, LDAP via PAM and Http authentication.
 
10
The pluggable model capitalizes on existing systems such as PAM, LDAP
 
11
via PAM and HTTP authentication.
9
12