proftpd confguration

Padiyath Sreekumaran Kumar.Padiyath at psi.ch
Mon Oct 10 06:49:21 UTC 2005



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


------------------------------------------------------------------
Padiyath Sreekumar       |   Tel: +41.56.310.3643
Paul Scherrer Institut   |   email: kumar.padiyath at psi.ch
AIT                      |   Office: WHGA/U132 
WHGA/U132                |   Fax: +41.56.310.3649
CH-5232 Villigen PSI     | 
Switzerland              |
-----------------------------------------------------------------




More information about the redhat-list mailing list