> <Anonymous ~ftp>
>         # Limit LOGIN
>         <Limit LOGIN>
>                 Order Allow,Deny
>                 Include /etc/proftpd/includes/limit.conf
>                 Deny from All
>         </Limit>
> 
>         <Directory pub>
>           <Limit ALL>
>                 Order Allow,Deny
>                 Include /etc/proftpd/includes/limit.conf
>                 Deny from All
>           </Limit>
>         </Directory>
> 
> Then I would be able to 'maintain' the 'Allow from' statements in just
> one file ...

It would be a small change to make to the code; the consequences of
allowing this sort of syntax, at first blush, seem OK.

What do other folks on the list think?  Would you like to see the above
syntax supported?  Objections?

Cheers,
TJ

------------------------------------------------------------------------------
_______________________________________________
ProFTPD Developers List
<proftpd-de...@proftpd.org>
https://lists.sourceforge.net/lists/listinfo/proftp-devel

Reply via email to