~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-11-04 21:06:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2450.
  • Revision ID: brian@tangent.org-20111104210616-2at42agch94dkwb0
Additional fixes for libdrizzle.

Show diffs side-by-side

added added

removed removed

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