Samba server configuration - TechRepublic
General discussion
July 2, 2000 at 06:30 PM
suryamanikar

Samba server configuration

by suryamanikar . Updated 25 years, 8 months ago

I have been configured samba successfully. I am using linux as my server and all other 95 machines wants to share his resources.

I am seeing Linux in my windows explorer. but when I want to login it shows authentication failure. can please suggest me.

I am attaching the smb.conf files.

# Samba config file created using SWAT
# from jamuna.macmetit.com (128.209.24.77)
# Date: 2000/03/01 15:03:55

# Global parameters
[global]
workgroup = WG1
netbios name = LINUX
server string = Samba Server
log file = /var/log/samba/log.%m
max log size = 50
announce as = WfW
time server = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
domain logons = Yes
domain master = Yes

[homes]
comment = Home Directories
path = %H
valid users = %S
read only = No
create mask = 0600
directory mask = 0700
browseable = No
locking = No

[netlogon]
path = /home/netlogon
guest ok = Yes

[printers]
comment = All Printers
path = /var/spool/samba
guest ok = Yes

This discussion is locked

All Comments