| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: Fredrik Tolf <fredrik@dolda2000.com> Date: Wed, 09 Feb 2005 02:22:20 +0100 Message-ID: <1107912140.15790.11.camel@pc7.dolda2000.com> To: kerberos@mit.edu Errors-To: kerberos-bounces@mit.edu On Tue, 2005-02-08 at 01:03 -0800, daylebo wrote: > ok this might be areally dumb question .. > i know how to configure vsftp and wuftp .... but i have no idea how 2 > configure the stock ftp of linux.. To the best of my knowledge, there is no such thing as a "stock ftp of linux". I'm going to assume that you are referring to the FTP daemon that comes with the MIT Kerberos implementation. > i am implementing kerberos and need 2 get a kerberized ftp running ... > pls pls can u give me a site or details steps how 2 set up the ftp ... The best source of information is probably the manpage. In general, though, you just need to add it to inetd/xinetd with the proper arguments (I use "-l -a"), and add the proper principal to your KDC and keytab. > steps like how to provide specific user access User access is, like all other parts of any UNIX/Linux system, controlled via file modes (see the chmod manpage for more info). > and change the root dir > of ftp ... The ftpd that comes with MIT Kerberos automatically chroots anonymous access to the home directory of the "ftp" user. Hope it helps, Fredrik Tolf ________________________________________________ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |