~drizzle-trunk/drizzle/development

259 by Brian Aker
First pass on PAM auth
1
Hi!
2
3
First, as experimental goes, this is pretty experimental.
4
5
Next thing, I do not really know PAM. What I do know is how to read man
6
pages :)
7
8
Go place this:
9
auth       required     pam_unix.so
10
account    required     pam_unix.so
11
12
Into a file located here:
1337.4.9 by Eric Day
Changed auth_pam service name to 'drizzle', see bug #484069.
13
/etc/pam.d/drizzle
259 by Brian Aker
First pass on PAM auth
14
15
Please send email to the drizzle mailing list on Launchpad if you would like
16
to contribute.
17
18
Cheers,
19
    -Brian