Skip to main content

Thread: Vsftpd virtual users cannot log in


vsftpd wont let me log in. here vsftpd.conf:

code:
listen=yes  anonymous_enable=no  local_enable=yes  virtual_use_local_privs=yes  write_enable=yes  connect_from_port_20=yes  secure_chroot_dir=/var/run/vsftpd  pam_service_name=vsftpd  guest_enable=yes  user_sub_token=$user  local_root=/var/test/$user  chroot_local_user=yes  hide_ids=yes
and pam file:

code:
auth    required pam_pwdfile.so pwdfile /etc/vsftpd/passwd  account required pam_permit.so
when try log in:

code:
root@ubuntu:/# ftp 127.0.0.1  connected 127.0.0.1.  220 (vsftpd 2.2.2)  name (127.0.0.1:poma): bob  331 please specify password.  password:  530 login incorrect.  login failed.  ftp>
how find out what's problem?



Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Vsftpd virtual users cannot log in


Ubuntu

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?