I keep receiving the message "SITE_CHMOD not understood" from my proftpd server. This is confusing since I've given my testuser the ability to run this command. I installed proftpd from rpm and my only guess is that it is not enabled by default in the rpm for some reason. Do I need to remove the rpm and compile source with something like ./configure --with-modules=SITE_CHMOD?
Below is what I have defined in the virtual server for this command:
<Limit SITE_CHMOD>
AllowUser testuser
DenyAll
</Limit>
Below is what I have defined in the virtual server for this command:
<Limit SITE_CHMOD>
AllowUser testuser
DenyAll
</Limit>