proftpd confguration

From: Padiyath Sreekumaran (Kumar.Padiyath_at_psi.ch)
Date: 10/07/05

  • Next message: Ed Wilts: "Re: EXIM - fallback to smarthost"
    To: "'redhat-list@redhat.com'" <redhat-list@redhat.com>
    Date: Fri, 7 Oct 2005 10:34:03 +0200 
    
    
    

    Hello,

    I have installed proftp SW on a Red hat linux machine.

    I would like to know how one has to configure a directory from 3

    for the following situation. Sorry if I ask the question here.

     

    I have 3 directories A ,B, C. Few people uses these directories.

    They login with the same username/password(This is a Project

    account.Only ftp access).In directory B only users from

    PC1, PC2, PC3 have all the privileges. Users from other PCs

    are only having READ, LIST,DIRS access.This is my present configuration.

    With this I can write from any PC's in directory B which I donot want.

     

     

    <Directory /*>

                    <Limit ALL>

                        order allow, deny

                        Allow from all

                    </Limit>

     </Directory>

     

           <Directory /B>

                   <Limit READ DIRS>

                       order allow,deny

                       Allow from all

                   </Limit>

     

                    <Limit WRITE>

                        order allow,deny

                        Allow from PC1,PC2,PC3

                        Deny from all

                    </Limit>

     

            </Directory>

    </Anonymous>

     

      Thanks in advance,

         Kumar

     

    
    

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Ed Wilts: "Re: EXIM - fallback to smarthost"

    Relevant Pages