Hello.
After last upgrade of my proftpd serwer (from 1.3.0a to 1.3.1_rc1) I've
notticed some problems with my limit rules in configuration.
This is part of my anonymous configuration /etc/proftd/proftd.conf:
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
Umask 002
MaxClients 30
<Limit WRITE>
DenyAll
</Limit>
<Directory upload>
<Limit STOR CWD MKD>
AllowAll
</Limit>
<Limit READ RMD DELE SITE_CHMOD>
Allow from 127.0.0.1
#some remote trusted clients
Allow from IP1
Allow from IP2
Allow from IP3
#deny everyone else
DenyAll
</Limit>
</Directory>
</Anonymous>
Proftpd 1.3.0a with above configuration works as i want to. Everybody
can upload files to upload directory, but only some hosts can modify,
download and delete files from that directory.
After upgrade to 1.3.1_rc1 nobody can upload files. Server do not take
into accout Limit rules in "<Directory upload>" subsection.
Can any proftpd admin confirm that? Is this an a proftpd bug or
something with limit inheritance has been changed in new version of Proftpd.
--
Best regards,
Mariusz Zalewski
--
[email protected] mailing list