[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Disable FTP Access



On Wednesday 23 April 2003 18:09, Dan Kriwitsky wrote:
> > Lets try something rather radical here...In your
> > /etc/proftpd.conf file, add the following lines BEFORE the
> > <VirtualHost> directives that are already there (using the
> > domain you wish to block of course):
> >
> > <VirtualHost stretchedout.com>
> > <Limit LOGIN>
> > DenyAll
> > </Limit>
> > </VirtualHost>
>
> What happens if someone logs in by IP instead?

What about

<Limit Login>
DenyGroup Site4, Site5, Site6
</Limit>

With Site4, Site5, and Site6 being the members of those sites?

Gearld
-- 
http://frontstreetnetworks.com         http://raqware.com
Front Street Networks LLC   |  Phone: 203-785-0699
229 Front Street, Ste C, New Haven, CT 06513-3203