home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / sysv386 / 12438 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: Setting up Anonymous FTP under SVR4 (Consensys 1.3)
  5. Message-ID: <1992Jul25.183123.57500@cc.usu.edu>
  6. Date: 25 Jul 92 18:31:22 MDT
  7. References: <1992Jul23.171156.3290@csi.on.ca> <Bry5Hq.KKr@trauma.rn.com>
  8. Organization: Utah State University
  9. Lines: 24
  10.  
  11. In article <Bry5Hq.KKr@trauma.rn.com>, larry@trauma.rn.com (Larry Snyder) writes:
  12. > mcr@csi.on.ca (Michael Richardson) writes:
  13. >>  I can put and get just fine. Maybe this is a security feature :-)
  14. > Your setup looks just fine - like ours here.  anonymous ftp works
  15. > here fine -- the only problem we have is with making symbolically
  16. > linked filesystems available via anonymous ftp logins --
  17. > ie: when we mount a filesystem under the home/pub directory (using
  18. > a symbolic link) even though it's mounted -- we can't access it when
  19. > logged in anonymously.
  20. > the link is made -- and can be accessed via other logins --
  21. > -- 
  22. > Larry Snyder                                    internet: larry@gator.rn.com
  23. > 4950 Estero Blvd, Ft. Myers Beach, FL            uucp: uunet!rde!nstar!larry
  24. ----------
  25.     The difficulty with symbolic links when logging in as anonymous
  26. is that username causes ftp to execute a chroot to anonymous' home directory.
  27. Thereafter links are wrt that root. That's why we need to "cp" libc.so.1
  28. (whatever) to <anon's home>/usr/lib rather than just symbolically link it.
  29.     Joe D.
  30.