Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem accessing Samba from Windows XP

Status
Not open for further replies.

mmahoi

Programmer
Dec 26, 2006
1
CN
I have just stepped into the linux and samba world so please bear with my question.

I recently installed debian sarge in my laptop. I wanted to connect my other home computers running XP with it so i installed samba in the debian laptop. With this debian laptop i can log and accessing other XP shared folders from linux system but even after going lots of googling i can't access the linux system from Windows XP. While accessing from XP, i can see the name of the linux system but can't log inside. Displays ".....not authorized to log in from this system". Can anybody give me some direction here please.

samba conf file as seen from swat is as follows:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2006/12/26 19:29:00

# Global parameters
[global]
workgroup = MYPLACE
server string = %h Laptop
encrypt passwords = No #tried with yes also, then it prompts for the user name and password, (can't it be set without entering any password as guest?)
obey pam restrictions = Yes
passdb backend = tdbsam, guest
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
invalid users = root
include = /etc/samba/dhcp.conf

[homes]
path = /home/SharedDocs
invalid users =
read only = No
create mask = 0700
directory mask = 0700
guest ok = Yes
strict locking = No
available = No

[printers]
comment = All Printers
path = /tmp
create mask = 0700
printable = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers

[Shared_Docs]
path = /home/SharedDocs
invalid users =
read only = No
guest ok = Yes
strict locking = No
 
Have you created any samba user accounts - using smbpasswd?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top