Go to file
Peter Simons fbe9396fa6 Accepting request 1105956 from home:kukuk:no-utmp
- Use pam macros to install pam config in /usr/lib/pam.d
- Adjust vsftpd.pam to include postlogin config (replace wtmp with
  wtmpdb for Y2038 [jsc#3144])

OBS-URL: https://build.opensuse.org/request/show/1105956
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=177
2023-09-04 14:01:26 +00:00
2014-05-26 13:22:17 +00:00
2021-06-29 09:15:03 +00:00

vsftpd-3.0.0 made the listen mode default. In order to maintain backward
compatibility, default /etc/vsftpd.conf in SUSE contains

listen=NO
listen_ipv6=YES

if you plan to use xinetd (/etc/xinetd.d/vsftp) you don't need to change
anything by default, but if you have ipv6 available you have to set
listen_ipv6=NO too in order for xinetd to work.
Alternatively you can also use systemd socket service that listens on
port 21 and starts the server like xinetd would. This service does
not require you to change ANY variable in the /etc/vsftpd.conf.
Description
No description provided
Readme 681 KiB
Languages
Shell 100%