~hingo/drizzle/drizzle-fix-make-clean-for-docs

« back to all changes in this revision

Viewing changes to docs/mysql_differences.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:
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.