~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-11-06 00:00:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2452.
  • Revision ID: me@mark.atwood.name-20111106000003-r5z6k90wsj46yq9r
RST admonitions like note and warning should have a new line before the content

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
File-based Authentication
4
4
=========================
5
5
 
6
 
.. warning:: :program:`auth_file` is a security risk!  Do not use this plugin with production servers!
 
6
.. warning::
 
7
 
 
8
   :program:`auth_file` is a security risk!  Do not use this plugin with production servers!
7
9
 
8
10
:program:`auth_file` is an authentication plugin that authenticates connections
9
11
using a list of ``username:password`` entries in a plain text file.
10
12
 
11
 
.. note:: Unload the :doc:`/plugins/auth_all/index` plugin before using this plugin.
 
13
.. note::
 
14
 
 
15
   Unload the :doc:`/plugins/auth_all/index` plugin before using this plugin.
 
16
 
12
17
.. seealso:: :doc:`/administration/authentication` 
13
18
 
14
19
.. _auth_file_loading: