~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

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:: none
 
84
.. code-block:: bash
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 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.
 
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.
105
105
 
106
106
.. _auth_pam_security:
107
107