URL: https://linuxfr.org/forums/linux-mandriva/posts/identification-samba Title: Identification samba Authors: kameha Date: 2004年10月29日T10:56:37+02:00 Tags: Score: 0 Bonjour a tous !! J'essaye de configurer un server samba pour partager des ressources sous windows XP. J'arrive a créer des partages ne nécessitant pas d'authentification. Le probleme se pose lorsque j'essaye de créer des partage avec authentification, j'ai tjrs le message suivant: [kameha@big-b kameha]$ smbclient //big-b/perso -U kameha Password: Domain=[QUAKERS] OS=[Unix] Server=[Samba 3.0.2a] tree connect failed: NT_STATUS_WRONG_PASSWORD voici ma config dans smb.conf: [global] workgroup = QUAKERS server string = Server Test Samba security = SHARE map to guest = Bad User null passwords = Yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups dns proxy = No printer admin = @adm hosts allow = 192.168.0. printing = cups [perso] path = /mnt/win_c2/perso valid users = kameha lorsque je met l'ip de la machine a la place du nom, j'ai le message suivant: [kameha@big-b kameha]$ smbclient //192.168.0.1/perso -U kameha Password: Domain=[SERVER] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] tree connect failed: NT_STATUS_BAD_NETWORK_NAME bien sur l'utlisateur kameha à été créer (c'est mon compte utilisateur...) je ne sais plus quoi faire...