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

Re: Proftpd GroupOwner



* Georges Roux <georges.roux@pacageek.org> [2004-04-22 16:15] :
> Bonjour,
> 
> J'essaye de configurer proftpd et j'ai un probleme avec la directive 
> GroupOwner
> Je voudrais changer le Groupe de l'utilisateur pour un repertoire donnè
> a la creation de nouveau fichier ou repertoire
> J'ai donc fait un
> <Directory /home/ftp/debian-french>
>    GroupOwner deb
>    <Limit ALL>
>           AllowGroup debian
>           Deny ALL
>    </Limit>
> </Directory>
> 
> Cependant lors de la creation d'un répertoire c'est encore le groupe de 
> l'utilisateur
> qui est utilisé.

Ton problème est peut-être lié à la note de la page de manuel concernant
cette option :

 Note that GroupOwner cannot be used to override the host OS/file system
 user/group paradigm. If the current user is not a member of the
 specified group, new files and directories will not be able to be
 chown()ed to the GroupOwner group. If this happens, file STOR (send
 file from client to server) and MKD (mkdir) operations will succeed
 normally, however the new directory entries will be owned by the
 current user's default group (a warning message is also logged) instead
 of by the desired group. If you also use UserOwner in the same context,
 this restriction is lifted.

Est-ce que l'utilisateur connecté appartient bien au groupe deb ? Est-ce
que tu as quelque chose dans les fichiers journaux ? Est-ce que le
problème persiste si tu spécifies UserOwner ?


Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Comment signaler efficacement un bug ?
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html



Reply to: