~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/auth_pam/README

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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