hello I have turned on my ftpd via INETD here is my ftpaccess file. how do I disallow anonymous ftp ------------------------------ class all real,guest,anonymous * email root@localhost loginfails 5 readme README* login readme README* cwd=* message /welcome.msg login message .message cwd=* compress yes all tar yes all chmod no guest,anonymous delete no guest,anonymous overwrite no guest,anonymous rename no guest,anonymous log transfers anonymous,real inbound,outbound shutdown /etc/shutmsg passwd-check rfc822 warn
Remove the anon-ftp rpm. At 03:19 PM 5/3/01 -0700, you wrote:>hello > >I have turned on my ftpd via INETD > >here is my ftpaccess file. how do I disallow anonymous ftp > >------------------------------ > >class all real,guest,anonymous * > >email root@localhost > >loginfails 5 > >readme README* login >readme README* cwd=* > >message /welcome.msg login >message .message cwd=* > >compress yes all >tar yes all >chmod no guest,anonymous >delete no guest,anonymous >overwrite no guest,anonymous >rename no guest,anonymous > >log transfers anonymous,real inbound,outbound > >shutdown /etc/shutmsg > >passwd-check rfc822 warn > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
Not to appear rude, but can you tell me what this has to do with Samba? Try man ftpaccess. -Joe Tom Dudas schrieb:> > hello > > I have turned on my ftpd via INETD > > here is my ftpaccess file. how do I disallow anonymous ftp > > ------------------------------ > > class all real,guest,anonymous * > > email root@localhost > > loginfails 5 > > readme README* login > readme README* cwd=* > > message /welcome.msg login > message .message cwd=* > > compress yes all > tar yes all > chmod no guest,anonymous > delete no guest,anonymous > overwrite no guest,anonymous > rename no guest,anonymous > > log transfers anonymous,real inbound,outbound > > shutdown /etc/shutmsg > > passwd-check rfc822 warn
Delete the ftp account from /etc/passwd and from /etc/shadow. -- Stephen Carville UNIX and Network Admistrator Ace USA FLood Services 310-342-3623 stephen.carville@acefis.com - -----Original Message----- - From: Tom Dudas [mailto:tomdudas@mybc.com] - Sent: Thursday, May 03, 2001 3:19 PM - To: samba@lists.samba.org - Subject: ftp question - - - hello - - I have turned on my ftpd via INETD - - here is my ftpaccess file. how do I disallow anonymous ftp - - ------------------------------ - - class all real,guest,anonymous * - - email root@localhost - - loginfails 5 - - readme README* login - readme README* cwd=* - - message /welcome.msg login - message .message cwd=* - - compress yes all - tar yes all - chmod no guest,anonymous - delete no guest,anonymous - overwrite no guest,anonymous - rename no guest,anonymous - - log transfers anonymous,real inbound,outbound - - shutdown /etc/shutmsg - - passwd-check rfc822 warn - - - -- - To unsubscribe from this list go to the following URL and read the - instructions: http://lists.samba.org/mailman/listinfo/samba - -------------- next part -------------- HTML attachment scrubbed and removed
As root type rpm -e anon-ftp That should do it At 03:31 PM 5/3/01 -0700, you wrote:>hello tym > >how do I go about doing that? > >thanx for your help > > >tom > >---- Tym Rehm <trehm@fitnessquest.com> wrote: > > Remove the anon-ftp rpm. > > > > At 03:19 PM 5/3/01 -0700, you wrote: > > >hello > > > > > >I have turned on my ftpd via INETD > > > > > >here is my ftpaccess file. how do I disallow anonymous ftp > > > > > >------------------------------ > > > > > >class all real,guest,anonymous * > > > > > >email root@localhost > > > > > >loginfails 5 > > > > > >readme README* login > > >readme README* cwd=* > > > > > >message /welcome.msg login > > >message .message cwd=* > > > > > >compress yes all > > >tar yes all > > >chmod no guest,anonymous > > >delete no guest,anonymous > > >overwrite no guest,anonymous > > >rename no guest,anonymous > > > > > >log transfers anonymous,real inbound,outbound > > > > > >shutdown /etc/shutmsg > > > > > >passwd-check rfc822 warn > > > > > > > > >-- > > >To unsubscribe from this list go to the following URL and read the > > >instructions: http://lists.samba.org/mailman/listinfo/samba > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > >