~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/mysql_differences.rst

  • Committer: Daniel Nichter
  • Date: 2011-08-13 20:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2413.
  • Revision ID: daniel@percona.com-20110813204138-stxa89ca1t7cg1uy
Skeleton documentation for all plugins, more complete docu for first half of plugins.
Clean up plugin.ini titles and descriptions.
Reformat and reorganize root index.
Change Administrative to Administration and remove empty files (logging, etc.)
Add, fix, and tag documentation for functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
 
119
119
This allows developers to easily know if the query is portable or not.
120
120
 
121
 
Authentication, Authorization and Access
122
 
----------------------------------------
123
 
 
124
 
Authentication lies in Drizzle plugins. Currently there are PAM and HTTP AUTH plugins for authentication.
125
 
Through the PAM plugin, you can use any PAM module (such as LDAP).
126
 
 
127
 
For more information, see our :doc:`authentication` doc.
128
 
 
129
 
Command line clients
 
121
Authentication, Authorization, and Access
 
122
-----------------------------------------
 
123
 
 
124
There are no grant or privilege tables.  Drizzle authentication, authorization,
 
125
and access are provided by plugins.
 
126
 
 
127
.. seealso:: :doc:`/administration/authentication`
 
128
 
 
129
Command Line Clients
130
130
--------------------
131
131
 
132
132
We've stopped the confusion: -p means port and -P means password.