Pypaper a écrit :
voici le resultat de testparm:
WARNING: passdb expand explicit = yes is deprecated
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
workgroup = MSHOME
server string = MoRy IsmaeL's Samba Server
security = SHARE
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
guest ok = Yes
cups options = raw
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[CamaraDocs]
comment = Partage en L/E
path = /SHARE
read only = No
Merci pour l'aide.
WARNING: passdb expand explicit = yes is deprecated
tu as dejà un avertissement
tu effectue un partage sans utilisateur valide
exemple à decommenter
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765
tester par testparm des modifications et si tu n'a plus de warning
service smb restart
smbclient -L tamachine