summaryrefslogtreecommitdiffstats
path: root/imap/imapd.authpam
blob: 54aa3abbefc662afd13b23f175effcb4d6c1f383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#%PAM-1.0
#
#
# Copyright 1998-2001 Double Precision, Inc.  See COPYING for
# distribution information.
#
# To use the authpam authentication module with imapd, you must
# configure your PAM library to authenticate the "imap" service.
# See your system documentation for information on how to configure your
# PAM services. In most cases, all you need to do is to install this file
# as /etc/pam.d/imapd, but check your system documentation to make sure.

auth       required	/lib/security/pam_pwdb.so shadow nullok
account    required	/lib/security/pam_pwdb.so
session    required     /lib/security/pam_pwdb.so