Pages : 1
#1 Le 22/10/2009, à 14:02
- stillcut
Grproftpd - Limitation des accès
SAlut à tous
Je souhaite permettre à mes users l'accès via FTP à leur home pour y poser des documents.
Ca ca marche.
Mais petits pb de confidentialité , la totalité du /home est visible.
Ci -dessous la conf' type d'un user ds Gproftpd
<Anonymous /home/phil/FTP/>
User phil
Group radio
AnonRequirePassword on
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
<Limit LOGIN>
Allow from all
Deny from all
</Limit>
<Directory /home/phil/FTP/>
AllowOverwrite on
<Limit LIST NLST STOR STOU APPE RETR RNFR RNTO DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR MTDM PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
AllowAll
</Limit>
<Limit SITE SITE_CHMOD SITE_CHGRP >
DenyAll
</Limit>
</Directory>
</Anonymous>
Vos idées et remarques sont les bienvenues.
Hors ligne
Pages : 1