summaryrefslogtreecommitdiff
blob: 0b152322ac301ada2f96ac46ddcb6c24c8abc6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Provided by ftpbase (dont remove this line!)
# Standard pam.d file for ftp service packages.
# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/files/ftp-pamd,v 1.1 2005/06/28 14:52:26 uberlord Exp $

auth     required   pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth     required   pam_stack.so service=system-auth

# If this is enabled, anonymous logins will fail because the 'ftp' user does
# not have a "valid" shell, as listed in /etc/shells.
#
# If you enable this, it is recommended that you do *not* give the 'ftp'
# user a real shell. Instead, give the 'ftp' user /bin/false for a shell and
# add /bin/false to /etc/shells.
# auth     required   pam_shells.so

account  required   pam_stack.so service=system-auth

session  required   pam_stack.so service=system-auth