search for: pam_service_nam

Displaying 13 results from an estimated 13 matches for "pam_service_nam".

Did you mean: pam_service_name
2002 Dec 05
1
patch to add a PAMServiceName config option
..._privsep; RCSID("$Id: auth-pam.c,v 1.54 2002/07/28 20:24:08 stevesk Exp $"); @@ -381,7 +379,7 @@ debug("Starting up PAM with username \"%.200s\"", user); - pam_retval = pam_start(SSHD_PAM_SERVICE, user, &conv, &__pamh); + pam_retval = pam_start(options.pam_service_name, user, &conv, &__pamh); if (pam_retval != PAM_SUCCESS) fatal("PAM initialisation failed[%d]: %.200s", diff -ru openssh-3.5p1.orig/auth-pam.h openssh-3.5p1/auth-pam.h --- openssh-3.5p1.orig/auth-pam.h Tue Jul 23 01:44:07 2002 +++ openssh-3.5p1/auth-pam.h Tue Dec 3 14:13:52...
2008 Oct 07
1
vsftpd
...used in conjunction # with 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=/...
2017 Feb 15
1
vsftp problem C7
...m_port_20=YES xferlog_file=/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...
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
...folders on /var/www/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...
2007 Sep 09
1
Problem with VSFTP
...local_enable=YES write_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
...e are the previous lines 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...
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
...folders on /var/www/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...
2008 Jun 10
1
vsftp 553 Could not create file
...096 Jun 10 23:09 /home/paps/ 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
...t;ip_conntrack_ftp" (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 ss...
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 Nov 05
3
ADS, pam_winbind and vsftpd
Greets ... I am not getting it. I have samba (old one, 3.0.22-11-SUSE-CODE10) in an ADS-context, winbind works OK ... I am trying to connect vsftpd to winbind via PAM, this works TOO GOOD ;-) currently I am able to login to vsftpd with ANY password, that's bad. I am not understanding that PAM-stuff and I have some pressure to get that ftp-server up, so please would someone help me out? My
2007 Feb 27
2
Problem with VSFTP
...bled by # default to 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 #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
...disabled by # default to 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