File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / pam.d / ftpd
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:51 2014 UTC (9 years, 10 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, elwix2_3, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5, ELWIX2_2p0
elwix 2.2

    1: #
    2: # $FreeBSD: src/etc/pam.d/ftpd,v 1.19 2007/06/10 18:57:20 yar Exp $
    3: #
    4: # PAM configuration for the "ftpd" service
    5: #
    6: 
    7: # auth
    8: auth		sufficient	pam_opie.so		no_warn no_fake_prompts
    9: auth		requisite	pam_opieaccess.so	no_warn allow_local
   10: #auth		sufficient	pam_krb5.so		no_warn
   11: #auth           sufficient      pam_ssh.so		no_warn try_first_pass
   12: auth		required	pam_unix.so		no_warn try_first_pass
   13: 
   14: # account
   15: account		required	pam_nologin.so
   16: #account 	required	pam_krb5.so
   17: account		required	pam_unix.so
   18: 
   19: # session
   20: session		required	pam_permit.so

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