Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SAMBA] Come mai non riesco ad autenticarmi?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Fuzzo
Guru
Guru


Joined: 23 Jun 2004
Posts: 319
Location: Padova, Italy

PostPosted: Sat May 14, 2005 11:14 am    Post subject: [SAMBA] Come mai non riesco ad autenticarmi? Reply with quote

Salve! :D

Premessa
Ho un PC fisso (WinXP) e un portatile (WinXP / Gentoo) con rispettivamente gli utenti Fuzzo e root+fuzzo :!:

Descrizione
Nel portatile è installato e (credo) configurato Samba correttamente: infatti riesco ad accedere alle condivisioni del fisso senza problemi :)
Il problema è il viceversa, accedere dal fisso alle condivisioni Samba del portatile: quando da Risorse di Rete faccio doppio click sul portatile (che viene visto correttamente) ed inserisco i dati di login (fuzzo / password_per_fuzzo) non vengo autenticato :?: :evil:
Anche un semplice:
Code:
fuzzo@Dell5150 fuzzo $ smbclient //localhost/
restituisce un orribile
Code:
session setup failed: NT_STATUS_LOGON_FAILURE
:?:

Allegati
Vi allego i file di configurazione di Samba, perchè credo il problema sia li anche se non riesco a trovarlo...
smb.conf
Code:
# This is the main Samba configuration file. You should read the
[global]
   workgroup = Lan_Home
   server string = Dell 5150 - Fuzzo's Gentoo Samba Server %v
   log file = /var/log/samba3/log.%m
   max log size = 50
   hosts allow = 192.168.0. 192.168.1. 127.
   security = user
   encrypt passwords = yes
   smb passwd file = /etc/samba/private/smbpasswd
   username map = /etc/samba/smbusers
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   dns proxy = no


[homes]
   comment = Home Directories
   browseable = yes
   writable = yes
[root]
   comment = Root Directory
   browsable = yes
   writable = no
   path = /
   guest ok = no
   write list = root,fuzzo
[incoming]
  comment = Incoming Directory
  browsable = yes
  writable = yes
  path = /incoming
  guest ok = yes


smbusers
Code:
# Unix_name = SMB_name1 SMB_name2 ...
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/smbusers,v 1.4 2004/07/18 03:55:05 dragonheart Exp $
root = administrator admin Fuzzo fuzzo
nobody = guest pcguest smbguest


Ringrazio tutti quelli che ci perderanno 2 minuti! :wink:

EDIT:
Scommentato ;)
_________________
bye,
Fuzzo


Last edited by Fuzzo on Sat May 14, 2005 4:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sat May 14, 2005 11:28 am    Post subject: Reply with quote

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
; guest account = pcguest
# Allow users to map to guest:
; map to guest = bad user

# Unix_name = SMB_name1 SMB_name2 ...
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/smbusers,v 1.4 2004/07/18 03:55:05 dragonheart Exp $
root = administrator admin Fuzzo fuzzo
nobody = guest pcguest smbguest

guest e pcguest non sono disabilitati ?

Coda

P.S.: li hai creati con smbpasswd -a ?
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Sat May 14, 2005 12:22 pm    Post subject: Reply with quote

un'altra cosa:
sarebbe meglio non postare il file di conf così com'è. risulta molto difficile da leggere. solitamente si tende almeno ad eliminare i commenti di default. quelli se mi servono posso leggermeli anche dal mio pc. non è un problema per il funzionamento del programma. è solo che mi costringi a leggermi tanta roba pressochè inutile.
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Sat May 14, 2005 12:29 pm    Post subject: Reply with quote

il tuo indirizzo ip fa parte di questi?
Code:
hosts allow = 192.168.0. 192.168.1. 127.

altrimenti il problema potrebbe essere qui.
Back to top
View user's profile Send private message
Fuzzo
Guru
Guru


Joined: 23 Jun 2004
Posts: 319
Location: Padova, Italy

PostPosted: Sat May 14, 2005 4:13 pm    Post subject: Reply with quote

@codadilupo
Ho provato ad effettuare la creazione dell'utente con il comando da te descritto ma il problema si ripete sia usando smbclient e sia via WinXP (dal fisso) :(

@Ic3M4n
L'indirizzo IP è assegnato dinamicamente e fa parte degli hosts permessi :wink:
_________________
bye,
Fuzzo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum