~brianaker/drizzle/icc-warnings

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-11-15 04:19:11 UTC
  • mfrom: (2457.1.1 drizzle-docs71-2)
  • Revision ID: me@mark.atwood.name-20111115041911-mwcqz8tvfze0sgbo
lp:~hingo/drizzle/7.1-docs-reviewfixes

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