~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_all/docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-10-08 04:50:51 UTC
  • mfrom: (2430.1.1 rf)
  • Revision ID: me@mark.atwood.name-20111008045051-6ha1qiy7k2a9c3jv
Tags: 2011.10.27
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _auth_all_plugin:
2
 
 
3
1
Allow All Authentication
4
2
========================
5
3
 
 
4
.. warning:: :program:`auth_all` is a security risk!  Do not use this plugin with production servers!
 
5
 
6
6
:program:`auth_all` is an authentication plugin that allows *all* connections
7
7
regardless of username or password, so it does not actually authenticate and
8
8
it does not provide any security.  This plugin is mostly used for testing.
23
23
 
24
24
   --plugin-remove=auth_all
25
25
 
26
 
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
 
26
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
27
27
 
28
28
.. _auth_all_configuration:
29
29
 
31
31
-------------
32
32
 
33
33
These command line options configure the plugin when :program:`drizzled`
34
 
is started.  See :ref:`command_line_options` for more information about specifying
 
34
is started.  See :doc:`/configuration` for more information about specifying
35
35
command line options.
36
36
 
37
37
.. program:: drizzled