Voila j'ai deux pc sous FC3, sur l'un je veut y mettre un serveur samba.
Voici le fichier samab.conf :
[global]
netbios name = HELIOS
server string = Samba Server
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
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
cups options = raw
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[pan]
comment = seb stuff
path = /mnt/pan/
read only = No
Du coté du client j'ai cela :
[pti-seb@localhost ~]$ smbclient -L 192.168.0.188 -N
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.10-1.fc3]
Sharename Type Comment
--------- ---- -------
pan Disk seb stuff
IPC$ IPC IPC Service (Samba Server)
ADMIN$ IPC IPC Service (Samba Server)
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.10-1.fc3]
Server Comment
--------- -------
HELIOS Samba Server
Workgroup Master
--------- -------
WORKGROUP HELIOS
Il semble donc que tout soit bien configurée, mais lorsque que je ve accèder à une resource partagée :
[pti-seb@localhost ~]$ smbclient -L 192.168.0.188
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
D'où vient le problème ?