summaryrefslogtreecommitdiffstats
path: root/base/all/root/scripts/cluster_configure/templates/rhel/40.vsftpd/2.0#/files/etc/pam.d/vsftpd
blob: 8abc181f91f850e076c9cf0ac08da1bc2a91715b (plain)
1
2
3
4
5
6
7
8
9
10
#%PAM-1.0
session    optional     pam_keyinit.so    force revoke
auth       required     pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed
#auth       required     pam_shells.so
!!|"" if self.config.get("package:vsftpd", "auth_method") == "winbind" else "#"!!auth       sufficient   pam_winbind.so
auth       include      system-auth
!!|"" if self.config.get("package:vsftpd", "auth_method") == "winbind" else "#"!!account    sufficient   pam_winbind.so
account    include      system-auth
session    include      system-auth
session    required     pam_loginuid.so