Bonjour,
J'utilise un serveur pro ftp avec un seul utilisateur "ftpuser" qui fait partie du group "nous" et j'aimerai que les fichiers et dossier qu'il crée aient les droits
rwxrwx---
or ils ont les droits
rwxr-xr-x
j'ai donc ajouté le paramètre umask Umask 007 (dans l'onglet configuration de GPROFTPD) mais cela ne change rien que doit je faire ?
Voici mon fichier de conf
ServerType standalone
DefaultServer on
Umask 007
ServerName "0.0.0.0"
ServerIdent on "VinceCast"
ServerAdmin email@example.org
IdentLookups off
UseReverseDNS off
Port 22
PassivePorts 49152 65534
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
DisplayLogin welcome.msg
DisplayChdir .message
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode binary
AllowForeignAddress off
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 220
TransferRate STOR 250
TransferRate STOU 250
TransferRate APPE 250
SystemLog /var/log/secure
RequireValidShell off
TLSEngine off
TLSRequired off
TLSVerifyClient off
TLSProtocol SSLv23
TLSLog /var/log/proftpd_tls.log
TLSRSACertificateFile /etc/gadmin-proftpd/certs/cert.pem
TLSRSACertificateKeyFile /etc/gadmin-proftpd/certs/key.pem
TLSCACertificateFile /etc/gadmin-proftpd/certs/cacert.pem
TLSRenegotiate required off
TLSOptions AllowClientRenegotiation
Ratios off
SaveRatios off
RatioFile "/restricted/proftpd_ratios"
RatioTempFile "/restricted/proftpd_ratios_temp"
CwdRatioMsg "Please upload first!"
FileRatioErrMsg "FileRatio limit exceeded, upload something first…"
ByteRatioErrMsg "ByteRatio limit exceeded, upload something first…"
LeechRatioMsg "Your ratio is unlimited."
AllowUser ftpuser
AllowUser nous
DenyALL
User ftpuser
Group nous
AnonRequirePassword on
MaxClients 10 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayChdir .msg
Allow from All
Deny from all
AllowOverwrite on
AllowAll
DenyAll
# hop
Posté par M.Poil (site web personnel) . Évalué à 1. Dernière modification le 23 juin 2016 à 23:03.
Yop,
Le format ne semble pas le bon, umask "fichier dossier" :
Ref. http://www.proftpd.org/docs/howto/Umask.html
Is it a Bird? Is it a Plane?? No, it's Super Poil !!!
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.