From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
Reply-To: cobalt-developers@xxxxxxxxxxxxxxx
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-developers] proftpd AllowChmod??? Help
Date: Wed, 19 Jun 2002 10:22:41 -0400
On Wednesday 19 June 2002 09:27 am, njd 76 wrote:
> Well I made all the updates and after I installed the newest one last
night
> i get this error:
>
> Jun 18 23:41:22 server34 proftpd[4360]: AllowChmod is deprecated, and
will
> not work consistantly, use <Limit SITE_CHMOD> instead.
>
> Anyone have any idea what it means or how to fix it? Please help...
edit /etc/proftpd.conf
change it to
<Global>
#AllowChmod on
<Limit SITE_CHMOD>
AllowAll
</Limit>
# Report Localtime, not GMT
TimesGMT off
</Global>
OR
<Global>
#AllowChmod on
# Report Localtime, not GMT
TimesGMT off
</Global>
Unless you are going to deny chmod, you need no entry at all
So the post by Craig St George was correct..
You can just hash out chmod
#AllowChmod on
Or just delete the line!
Although the
<Limit SITE_CHMOD>
AllowAll
</Limit>
works, here again unless you use DenyAll, it is redundant
--
Gerald Waugh
http://frontstreetnetworks.com SOHO Networks & Web Site Hosting
Front Street Networks LLC voice +1 203 785 0699 * fax +1 203 785 1787
229 Front Street, Ste. #C, New Haven CT 06513-3203
_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers