[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] proftpd AllowChmod??? Help
- Subject: Re: [cobalt-developers] proftpd AllowChmod??? Help
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Jun 19 07:23:01 2002
- Organization: Front Street Networks LLC
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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