Diff for /elwix/config/etc/uboot/pam.d/imap between versions 1.1 and 1.2

version 1.1, 2014/01/23 09:28:12 version 1.2, 2014/09/15 19:06:51
Line 0 Line 1
   #
   # $FreeBSD: src/etc/pam.d/imap,v 1.7 2007/06/15 11:33:13 yar Exp $
   #
   # PAM configuration for the "imap" service
   #
   
   # auth
   #auth           sufficient      pam_krb5.so             no_warn try_first_pass
   #auth           sufficient      pam_ssh.so              no_warn try_first_pass
   auth            required        pam_unix.so             no_warn try_first_pass
   
   # account
   #account        required        pam_nologin.so
   account         required        pam_unix.so

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>