Click to See Complete Forum and Search --> : Problems with Linux as a server...samba
Prophet621
01-30-2003, 02:57 PM
I'm using Xandros and followed a set of instructions to have it act as a PDC, wins, dhcp and file server and gateway to the internet. Neither of my windows computer can connect to it or log on to the domain.
For some reason I can't copy and paste my samba configuration text so I tried to attack it in the hopes that someone can tell me if anything is wrong with it.
Prophet621
01-30-2003, 07:57 PM
Here's my samba file.
[global]
workgroup=prophet.home
server string=%h server (Samba %v)
load printers=no
printcap name=cups
printing=cups
print command=lp -d %p %s; rm %s
log file=/var/log/samba/log.%m
max log size=1000
syslog=0
security=USER
encrypt passwords=yes
socket options=TCP_NODELAY
name resolve order=lmhosts wins bcast host
dns proxy=no
passwd program=/usr/bin/passwd %u
passwd chat=*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
obey pam restrictions=yes
domain master=yes
;winbind separator
prefered master=yes
;template homedir
;wins server
;password server
;winbind gid
wins support=yes
;template shell
local master=yes
;winbind uid
os level=65
domain logons=yes
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s/bin/false -M %u
[netlogon]
comment=NETLOGON service
path=/etc/samba/netlogon
locking=no
writable=no
public=no
I haven't shared any drives yet, no point if I can't connect. So can anyone help, I really want to use Linux as my server but I'm getting tired of trying, Windows may be slow but I know I can get it to work without a problem.