~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/README

  • Committer: Daniel Nichter
  • Date: 2011-10-23 17:35:00 UTC
  • mfrom: (2441.1.1 drizzle-docs71)
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023173500-g62gefh9l2cbcom0
Merge lp:~hingo/drizzle/drizzle-docs71 at r2442 and reformat auth_pam doc a little.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Next thing, I do not really know PAM. What I do know is how to read man
6
6
pages :)
7
7
 
8
 
Go place this:
 
8
Most modern Linux distributions today have PAM pre-configured in a way
 
9
that will just work with drizzle. The default configuration is typically
 
10
found in /etc/pam.d/other. This file may include the files /etc/pam.d/common*.
 
11
 
 
12
Anyway, if you want to specifically configure PAM for drizzle, then you would
 
13
put something like this:
 
14
 
9
15
auth       required     pam_unix.so
10
16
account    required     pam_unix.so
11
17
 
12
18
Into a file located here:
13
19
/etc/pam.d/drizzle
14
20
 
15
 
Please send email to the drizzle mailing list on Launchpad if you would like
16
 
to contribute.
 
21
Please send email to the drizzle-discuss mailing list on Launchpad if you would 
 
22
like to contribute.
17
23
 
18
24
Cheers,
19
25
    -Brian