Probleme de configuration de ProFTPD sous Linux

Probleme de configuration de ProFTPD sous Linux - Windows & Software

Marsh Posté le 28-05-2002 à 11:28:04    

Salut a tous !!
 
J'ai un petit soucis dans la configuration de ProFTPD sous linux. J'espère que certain d'entre vous pourrons m'aider.
 
Le problème c'est que mes utilisteurs ne peuvent pas voir le rep des autres utilisateurs. pourtant ils font tous partie du même groupe. J'ai mis seulement des droits en lectures pour le rep d'un autre user.
Je peux tout de même accéder aux différents rep, mais ceux-ci sont cachés ou invisible.

 
voici le code source :
 
ServerName   "Installation par défaut de ProFTPD"
ServerType    inetd
DefaultServer   on
 
# Allow FTP resuming.
# Remember to set to off if you have an incoming ftp for upload.
AllowStoreRestart  on
 
# Port 21 is the standard FTP port.
Port    21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask    022
 
MaxInstances 8
 
# Set the user and group that the server normally runs at.
User    ftp
Group    ftp
 
# Needed for NIS.
PersistentPasswd off
 
# Default root can be used to put users in a chroot environment.
# As an example if you have a user foo and you want to put foo in /home/foo
# chroot environment you would do this:
#  
# DefaultRoot /home/foo foo
 
<Global>
AccessDenyMsg "Mauvais Login"
RootLogin off
AuthAliasOnly off
UserPassword ftpstarneo xxx
UserPassword ftpbyan xxx
UserPassword ftptiteuf xxx
UserPassword ftparchangel xxx
UserPassword ftpkerigan xxx
AccessGrantMsg "Acces OK"
AllowChmod on
LoginPasswordPrompt on
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
MaxClientsPerHost 3 "3 connections par utilisateurs"
RequireValidShell off
UseFtpUsers on
AuthPAM on
</Global>
 
<VirtualHost galaxy.no-ip.biz>
Port 21
RootLogin off
ServerName "Serveur FTP des GLX"
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
MaxClientsPerHost 3 "3 connections par utilisateurs"
MaxClients 5 "Trop de personne sont déjà connectés sur le serveur"
LoginPasswordPrompt on
AccessDenyMsg "Mauvais login"
AccessGrantMsg "Bienvenue sur le FTP des GLX"
ServerAdmin starneo@ifrance.com
WtmpLog on
AuthAliasOnly off
DisplayGoAway "Il y a trop de connections au serveur"
DisplayQuit "Au revoir"
RequireValidShell off
UseFtpUsers on
 
DefaultRoot ~
<Directory ~>
AllowStoreRestart on
AllowRetrieveRestart on
DeleteAbortedStores on
HiddenStor off
Umask 022
AllowOverwrite on
AllowChmod on
GroupOwner ftp
</Directory>
 
UserAlias ftpstarneo ftpstarneo
UserAlias ftpbyan ftpbyan
UserAlias ftptiteuf ftptiteuf
UserAlias ftparchangel ftparchangel
UserAlias ftpkerigan ftpkerigan
AuthPAM on
DeleteAbortedStores on
</VirtualHost>

 
d'avance merci pour l'aide et les différents conseils !

 

[jfdsdjhfuetppo]--Message édité par starneo le 28-05-2002 à 11:29:37--[/jfdsdjhfuetppo]

Reply

Marsh Posté le 28-05-2002 à 11:28:04   

Reply

Marsh Posté le 28-05-2002 à 11:42:23    

Y'a vraiment personne qui peut M'aider ?

Reply

Marsh Posté le 28-05-2002 à 12:49:22    

faut modifier le DefaultRoot

Reply

Marsh Posté le 28-05-2002 à 13:32:14    

C'est à dire ? je met quoi a la place ?
 
c'est ça qui empèche les users de voir les autres rep utilisateur ?
 
je dois mettre ça :
 
DefautRoot /home/

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed