Date: Mon, 3 Feb 2003 13:27:02 -0800 From: Nathan Kinkade <nkinkade@dsl-only.net> To: freebsd-questions@freebsd.org Subject: Re: homedirs access thru FTP Message-ID: <20030203212702.GC87743@sub21-156.member.dsl-only.net> In-Reply-To: <20030203144853.GA7691@dmon.esiee.fr> References: <20030203144853.GA7691@dmon.esiee.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
--oTHb8nViIGeoXxdp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 03, 2003 at 03:48:53PM +0100, Frank Bonnet wrote: > Hi >=20 > I have a problem at 4.6.2 with FTP. >=20 > The machine is our FTP server, it handle FTP transferts > for all of our users ( inland and ouland ) >=20 > All home directories are NFS mounted to a Netapp Filer. >=20 > The problem is that SOME users cannot access to their > home directories. >=20 > With the std FreeBSD FTPd daemon they are logged at "/" > and they have to manually go into their homedir. >=20 > With pure-ftpd it refuses to let them loggin in=20 > saying they have no homedir. >=20 > I've identified the cause of problem. >=20 > ONLY users that have 700 chmod their root directory > are concerned. >=20 > It does not happen thru "telnet" "su" or "ssh" accesses. >=20 > Any idea to fix this problem ? >=20 > Thanks Check out the ftpd man page. Specifically, look for the section that refers to the file /etc/ftpchroot. Assuming that you don't want your users to be able to access anything other than the contents of their home directory when logging in via ftp, then place those users names in the /etc/ftpchroot file. When they log in they will be chrooted to the home directory listed for that user the /etc/passwd (or master.passwd) file. Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --oTHb8nViIGeoXxdp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Pt6mWZYS9EJQoEwRAkNwAKCVC2Icy61dV0KuMB2o9uicV1E0yACeO520 mGOZ6t1CmKsh704SEjxtr/c= =z5Gc -----END PGP SIGNATURE----- --oTHb8nViIGeoXxdp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030203212702.GC87743>