search for: userlist_enable

Displaying 14 results from an estimated 14 matches for "userlist_enable".

2007 May 14
2
vsftp anonymous upload access
...The ~ftp/ directory is actually owned by root, but ~ftp/pub is owned by ftp. Here's the vsftpd.conf: anonymous_enable=YES anon_upload_enable=YES local_enable=NO write_enable=NO local_umask=022 dirmessage_enable=YES xferlog_enable=YES xferlog_std_format=YES userlist_enable=YES listen=YES tcp_wrappers=YES I'm able to login to "ftp", and I'm able to "cd pub". The pub directory has permissions ownership ftp:ftp and perms of 750 or: drwxr-x--- 2 ftp ftp 4096 May 14 12:43 /var/ftp/pub Since I'm logged on as "ftp"...
2008 Oct 07
1
vsftpd
...th the listen_ipv6 directive. listen=YES # # This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6 # sockets, you must run two copies of vsftpd whith two configuration files. # Make sure, that one of the listen options is commented !! #listen_ipv6=YES pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES ###added for TLSand SSL permission ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=NO force_local_logins_ssl=YES ssl_tlsv1=YES ssl_sslv2=YES ssl_sslv3=YES rsa_cert_file=/etc/vsftpd/vsftpd.pem rsa_private_key_file=/etc/vsftpd/vsftpd.pem local_root=/var/ftp #userlist_file=/...
2017 Feb 15
1
vsftp problem C7
...le=/var/log/vsftpd.log xferlog_std_format=YES idle_session_timeout=600 data_connection_timeout=120 ftpd_banner=Welcome listen=YES listen_port=21 pasv_enable=YES pasv_min_port=50000 pasv_max_port=50100 pasv_address=public-ip port_enable=YES pasv_addr_resolve=NO listen_ipv6=NO pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES Connecting from localhost to the local ip with ftp command, I've no problems. If I try to connect from remote host to the ftp server I got some problems. Connecting from my workstation I can log in with user and pwd but when listing I get: 230 Login successful. Remote...
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
...html/testing The vsftpd.conf file user_config_dir=/etc/vsftpd/vsftpd_user_conf write_enable=NO anon_upload_enable=NO anon_mkdir_write_enable=NO anon_other_write_enable=NO chroot_local_user=YES guest_enable=YES guest_username=apache listen=YES hide_ids=YES hide_files=lost+found pam_service_name=ftp userlist_enable=YES local_umask=022 anonymous_enable=NO local_enable=YES tcp_wrappers=YES How do I configure vsftp so that virtual users can upload,delete and download the files or folders ? SELinux is off on Centos4.0 and iptables are configured to allow FTP ports. Please let me know if you need any further inp...
2007 Sep 09
1
Problem with VSFTP
...enable=YES xferlog_enable=YES connect_from_port_20=YES chown_uploads=YES xferlog_file=/var/log/vsftpd.log xferlog_std_format=YES ftpd_banner=Welcome to our FTP server. # chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list #chroot_local_user=YES pam_service_name=vsftpd userlist_enable=YES #enable for standalone mode listen=YES tcp_wrappers=YES -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070909/e3da193d/attachment.html>
2008 Dec 19
6
FTPS setup problem
...in my vsftpd config: anonymous_enable=YES local_enable=YES write_enable=YES local_umask=022 dirmessage_enable=YES xferlog_enable=YES connect_from_port_20=YES xferlog_std_format=YES chroot_local_user=YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd/vsftpd.chroot_list pam_service_name=vsftpd userlist_enable=YES listen=YES tcp_wrappers=YES I generated the PEM cert with the following command: openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout /etc/vsftpd/vsftpd.pem -out /etc/vsftpd/vsftpd.pem I tried to connect with FileZilla without luck. I heard that FileZilla may have a problem wit...
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
...html/testing The vsftpd.conf file user_config_dir=/etc/vsftpd/vsftpd_user_conf write_enable=NO anon_upload_enable=NO anon_mkdir_write_enable=NO anon_other_write_enable=NO chroot_local_user=YES guest_enable=YES guest_username=apache listen=YES hide_ids=YES hide_files=lost+found pam_service_name=ftp userlist_enable=YES local_umask=022 anonymous_enable=NO local_enable=YES tcp_wrappers=YES How do I configure vsftp so that virtual users can upload,delete and download the files or folders ? SELinux is off on Centos4.0 and iptables are configured to allow FTP ports. Please let me know if you need any further inp...
2008 Jun 10
1
vsftp 553 Could not create file
...aps/ My vsftp configuration cat /etc/vsftpd/vsftpd.conf |grep -v \# anonymous_enable=YES local_enable=YES write_enable=YES local_umask=022 dirmessage_enable=YES xferlog_enable=YES connect_from_port_20=YES xferlog_file=/var/log/vsftpd.log xferlog_std_format=YES listen=YES pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES Regards lingu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080610/778e650d/attachment-0002.html>
2012 Mar 02
1
VSftp, ssl/tls, slight issue with directory listings
...(without this line, ftp normally fails, afraid it may be causing issues with the ssl) iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT again, normal ftp fine. vsftp file below are the additional commands I entered to get ssl/tls up and running. pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES ssl_enable=YES implicit_ssl=yes <--- tried with and without this and the port 21 below listen_port=21 <-- see above allow_anon_ssl=NO force_local_data_ssl=NO <-- set this to yes so I can still test normal functions force_local_logins_ssl=NO ssl_tlsv1=YES ssl_sslv2=NO...
2007 Jan 17
2
Preventing a user from moving "up" directories
I am in the process of setting up a new server. In the process I cannot remember what I need to set so that an FTP user cannot move upward in the directory tree of the user's directory. The FTP server is VSFTP. The user's directory is owned by the user and the permissions are 775. Isn't there a setting in httpd.conf to prevent that? Todd -- Ariste Software 2200 D Street Ext
2009 Jun 07
3
Basic setup for vsftpd ?
Hi, I'm currently fiddling with G4U (Ghost for Unix), and I need to setup a local FTP server in order to get it to work. # yum groupinstall "FTP Server" --> installed vsftpd Here's what I'd like to do : * no anonymous access * only one user (user 'install' / pass 'install') The machine I'm installing it on has a static IP ok
2019 Jan 10
3
vsftpd rejects users set to nologin
On Thu, 10 Jan 2019 at 16:09, Kenneth Porter <shiva at sewingwitch.com> wrote: > I updated to CentOS 7.6 and something must have changed in the base OS > setup that prevents vsftpd from allowing logins for accounts with > /sbin/nologin as their shell. I had to add that to /etc/shells so that > such > accounts could FTP again. That file is in the setup package. Did it >
2007 Feb 27
2
Problem with VSFTP
...id remote users being able to cause excessive I/O on large # sites. However, some broken FTP clients such as "ncftp" and "mirror" assume # the presence of the "-R" option, so there is a strong case for enabling it. #ls_recurse_enable=YES pam_service_name=vsftpd userlist_enable=YES #enable for standalone mode listen=YES tcp_wrappers=YES -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070227/01dfd9bf/attachment.html>
2005 Sep 19
2
Vsftp is not writing a log file
...o avoid remote users being able to cause excessive I/O on large # sites. However, some broken FTP clients such as "ncftp" and "mirror" assume # the presence of the "-R" option, so there is a strong case for enabling it. #ls_recurse_enable=YES pam_service_name=vsftpd userlist_enable=YES chroot_local_user=YES #enable for standalone mode listen=YES tcp_wrappers=YES -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523