Cannot access Windows Samba Share from openSUSE 11.1

Some additional and current info:

# pdbedit -L
dwight:1000:Dwight Paige
ben:1002:Ben Paige
# rcSuSEfirewall2 stop
Shutting down the Firewall                                                                                          done
# rcnmb restart && rcsmb restart
Shutting down Samba NMB daemon                                                                                      done
Starting Samba NMB daemon                                                                                           done
Shutting down Samba SMB daemon                                                                                      done
Starting Samba SMB daemon

and current ‘/etc/samba/smb.conf’:

# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2009-01-08
[global]
	workgroup = MYBROSCOMPUTER
	netbios name =  mybroscomputer
	name resolve order = bcast host lmhosts wins
        server string = ""
        printing = cups
        printcap name = cups
        load printers = yes
        printcap cache time = 750
        cups options = raw
        use client driver = yes
        map to guest = Bad User
        local master = yes
        preferred master = yes
        os level = 65
        usershare allow guests = Yes
        usershare max shares = 100
        usershare owner only = False
[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	browseable = No
	read only = No
	inherit acls = Yes
[profiles]
	comment = Network Profiles Service
	path = %H
	read only = No
	store dos attributes = Yes
	create mask = 0600
	directory mask = 0700
[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	veto files = /aquota.user/groups/shares/

[groups]
	comment = All groups
	path = /home/groups
	read only = No
	inherit acls = Yes
[printers]
	comment = All Printers
	path = /var/tmp
	printable = Yes
	create mask = 0600
	browseable = No
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	write list = @ntadmin root
	force group = ntadmin
	create mask = 0664
	directory mask = 0775