~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Henrik Ingo
  • Date: 2011-11-14 22:29:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2460.
  • Revision ID: henrik.ingo@avoinelama.fi-20111114222919-vjv1rkmf1oay6ge2
Fixes to the new documentation in lp:~daniel-nichter/drizzle/7.1-docs 
as discussed / reviewed on mailing list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
Then connect to Drizzle like:
83
83
 
84
 
.. code-block:: bash
 
84
.. code-block:: none
85
85
 
86
86
   $ bin/drizzle -P --protocol mysql-plugin-auth
87
87
   Enter password: [Enter your system password here]
99
99
protocol sends the password in plaintext to Drizzle, which
100
100
is required for PAM based authentication.
101
101
 
102
 
Note that you don't need to specify the ``-u`` or ``--user`` argument, since
103
 
Drizzle will default to using your system username, which is exactly what we
104
 
want when using auth_pam.
 
102
Note that you typically don't need to specify the ``-u`` or ``--user`` argument, 
 
103
since Drizzle will default to using your system username, which is exactly what 
 
104
we want when using auth_pam.
105
105
 
106
106
.. _auth_pam_security:
107
107