[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] proftpd AllowChmod??? Help



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