[Samba] NT_STATUS_LOGON_FAILURE
Rod Rook
rod.rook at gmail.com
Sun Oct 11 12:05:46 MDT 2009
I am running Fedora 11 and trying to set up Samba. I've succeeded in setting
up the network printer.
I am able to go only to this stage: Place--> Network--> Windows Network
Do you have any suggestion? Here is what I get when I do troubleshoot.
I get the message in the tile when I do:
$ smbclient -L 192.168.0.144
Enter smarty's password:
session setup failed: NT_STATUS_LOGON_FAILURE
* 192.168.0.144 is the ip address of the Windows Vista box
The essential info in '/etc/samba/smb.conf ' is as below:
[root at localhost ~]# testparm -s /etc/samba/smb.conf
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[c_drive]"
Processing section "[netshare]"
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
server string = Samba Server Version %v
interfaces = lo, eth0, 192.168.0.1/24
encrypt passwords = No
log file = /var/log/samba/log.%m
max log size = 50
hosts allow = 127., 192.168.0.
cups options = raw
[homes]
comment = Home Directories
read only = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
browsable = No
[c_drive]
path = /media/c_drive
read only = No
guest ok = Yes
[netshare]
path = /data/
read only = No
guest ok = Yes
More information about the samba
mailing list