Home | History | Annotate | Line # | Download | only in pam.d
imap revision 1.1
      1  1.1  christos #
      2  1.1  christos # $FreeBSD: src/etc/pam.d/imap,v 1.5 2003/03/08 09:50:11 markm Exp $
      3  1.1  christos #
      4  1.1  christos # PAM configuration for the "imap" service
      5  1.1  christos #
      6  1.1  christos 
      7  1.1  christos # auth
      8  1.1  christos #auth		required	pam_nologin.so		no_warn
      9  1.1  christos #auth		sufficient	pam_krb5.so		no_warn try_first_pass
     10  1.1  christos #auth		sufficient	pam_ssh.so		no_warn try_first_pass
     11  1.1  christos auth		required	pam_unix.so		no_warn try_first_pass
     12