The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 10-05-2001
old_geezer old_geezer is offline
Registered User
  
 

Join Date: Oct 2001
Location: Thailand
Posts: 4
Quote:
Originally posted by sri

Here is what my Unix Admin has to say..."what happened when the user logs in as anonymous is that the user is restricted to only a certain mount point and not to the rest of the system. then they need to switch users to gain access to there resources. With a standard unix ftp server if a user was allowed to login directly they would have access to the entire system which is a big security risk."
Uhhuh?

So let me get this right, first you need to login as anonymous, but then
can login as normal user and then have full access to the file system?

So what is the difference here to allow the users to login directly?
Because if you know the username and passwd you can gain the access anyway.

If you want to limit the user access you can always use the chroot ability found in WU-FTPD at least.

Only thing I can say oh lord