PureFTPd issue-OS _v4 denied and incorrect Group Ownership

Source: Internet
Author: User
Tags ftp client

PureftpdIt is a fast, high-quality, and fully functional ftp server. The most important thing is that it supports setting the Default Client encoding. Pureftpd is very powerful and useful, but you may encounter such problems sometimes: KERBEROS_V4 is rejected and the group ownership is incorrect. The solution is as follows!

1. As a verification method, KERBEROS_V4 is rejected

Q: The verification can run, and I can log on. However, even if it is not a chroot environment, you will receive these strange error messages during logon:

 
 
  1. 220 FTP server ready.  
  2.  
  3. 502 Security extensions not implemented  
  4.  
  5. 502 Security extensions not implemented  
  6.  
  7. KERBEROS_V4 rejected as an authentication type  
  8.  

What does this mean?

A: This is A Linux-specific installation problem. This means that you are not using a normal command line FTP client, but using the osftp client. You may have installed the Kerberos PEM package, even though you have not used Kerberos. This information is harmless, because after an error occurs, the Kerberos client degrades to a normal FTP. If you want to disable this information when ftp is working, you must delete Kerberos from the client host.

2. Incorrect Group Ownership

Q: I have a user named "john", whose group is "johngroup ". After John uploads a file, the file belongs to John, but belongs to another group called "wheel" (John is not a member of this group). What is going on?

A: This is the standard behavior of BSD (confirmed on OpenBSD, ISOS, DragonflyBSD, And FreeBSD): when A new file is created, the group to which it belongs is inherited from the parent folder. On other systems (such as GNU/Linux), files belong to the primary group of users, unless the setgid bit of this directory is set.

If you want to make the new file uploaded to John's folder belong to the "johngroup" group, make the folder (and possibly subfolders) belong to "johngroup ":

 
 
  1. chgrp -R johngroup /home/john  

By reading the above, you may find answers to these two questions. I hope this article will help you!

  • Change bandwidth limit during PureFTPd operation
  • PureFTPd FAQ
  • Pureftpd issue set password and pure-pw script
  • PureFTPd problem summary
  • Pureftpd problem set through SSH for FTP
  • Use pureftpd to set up an ftp server with web Management in slackware 10.1
  • The PureFTPd function adds user groups and allows users to delete unnecessary items.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.