~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
AUTHENTICATION
==============

For Drizzle, authentication is handled by plugins.

Authentication is no longer based on the host/user and
schema/table/column model that was used in the MyISAM-based mysql.user
table.

The pluggable model capitalizes on existing systems such as PAM, LDAP
via PAM and HTTP authentication.