#%PAM-1.0
#------------------------------------------------------------------------
#
# /etc/pam.d/smtp
#
# Copyright (c) 2000-2003 Richard Nelson.  All Rights Reserved.
# Version:    2.0.1
# Time-stamp: <2003/05/06 12:00:00 cowboy>
#
# PAM configuration file used by SASL to authenticate a PLAIN password.
#
#------------------------------------------------------------------------
#auth       sufficient   pam_ldap.so
auth       required     pam_unix.so nullok try_first_pass
account    required     pam_unix.so
password   required	    pam_unix.so
