by huntrm » Tue Sep 18, 2012 8:02 pm
$this->bbcode_second_pass_quote('moonman', 'I') suppose he's looking for reliability more than anything else.
Just use the guide to setup samba instead of swat. You will save yourself some time
You're right about SWAT. The key for Samba was to just start using a SIMPLE conf file, and then just play with a few variables and eventually I got it working. The problem I was having was that Win7 across different domains in my home network (work PC and home PC) they were always asking for user name/password. I finally just entered my username, but left the password blank. It then started working, am guessing Win7 was making this harder than it should've.
Here's my simple conf file for samba - feel free to comment/add to it:
$this->bbcode_second_pass_code('', '[global]
workgroup = WORKGROUP
load printers = no
null passwords = true
browsable = yes
follow symlinks = yes
wide links = yes
unix extensions = no
security = user
hosts allow = 10.0.1.0/24
netbios name = WEBSERVER
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log file = /var/log/samba%m.log
max log size = 50
dns proxy = no
[home]
path = /home/<myname>
read only = no
')