summaryrefslogtreecommitdiff
path: root/net-ftp/ftpbase/files/ftp-pamd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
commitb1c81de4fadbd00897700a7321f03b390d952b2e (patch)
treee6cc812351d4f105c110cfc363ebb497e996f47a /net-ftp/ftpbase/files/ftp-pamd
parent7c59acba5699c9c58090a7a738669669a7307023 (diff)
gentoo resync : 26.08.2021
Diffstat (limited to 'net-ftp/ftpbase/files/ftp-pamd')
-rw-r--r--net-ftp/ftpbase/files/ftp-pamd17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-ftp/ftpbase/files/ftp-pamd b/net-ftp/ftpbase/files/ftp-pamd
deleted file mode 100644
index 34b7912a0b48..000000000000
--- a/net-ftp/ftpbase/files/ftp-pamd
+++ /dev/null
@@ -1,17 +0,0 @@
-# Provided by ftpbase (dont remove this line!)
-# Standard pam.d file for ftp service packages.
-
-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