File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / pam.d / ftp
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:28:12 2014 UTC (10 years, 5 months ago) by misho
Branches: elwix2_2
add files

#
# $FreeBSD: src/etc/pam.d/ftpd,v 1.19 2007/06/10 18:57:20 yar Exp $
#
# PAM configuration for the "ftpd" service
#

# auth
auth		sufficient	pam_opie.so		no_warn no_fake_prompts
auth		requisite	pam_opieaccess.so	no_warn allow_local
#auth		sufficient	pam_krb5.so		no_warn
#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_krb5.so
account		required	pam_unix.so

# session
session		required	pam_permit.so

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