[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[K12OSN] Accelerated Reader/Samba problem with W2K clients



Recently we set up some new windows 2000 clients at school. I was able to image them, change the SID and computer name, then add them to the domain. Roaming profiles are even working properly. The only problem I am having is that the domain users, except root, are not able to use AR. They get a "searching for data location: please wait" bar. It looks like AR is unable to connect to the shared samba drive, but the drive is available when i go into my computer.
Any ideas?


Here is the smb.conf
###########################
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]
netbios name = SERVER
server string = Samba %v on %L
workgroup = GLS
encrypt passwords = yes

os level = 255
prefered master = yes
domain master = yes
domain logons = yes
wins support = true


        #guest account = student
	domain admin group = root	
	log file = /var/log/samba/samba.log
	log level = 1
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

	printing = cups
	printcap name = /etc/printcap

smb passwd file = /etc/samba/smbpasswd
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*

logon path = \\%L\profiles\%u
logon drive = H:
logon home = \\%L\%u\.profile
logon script = logon.bat
time server = yes


[homes]
	comment = Homes
	writeable = yes
	create mode = 0600
	directory mode = 0700
	browsable = no

# Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
comment = Network Logon Service
path = /home/netlogon
browseable = no
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
# Set public = yes to allow user 'guest account' to print
printable = yes


# A publicly accessible directory, but read only, except for people in
# the "staff" group
[shared]
	comment = Shared Folder
	path = /home/shared
	writeable = yes
	force group = users
	create mask = 770
	directory mask = 1770
[staff]
	comment = Staff Share
	path = /home/staff
	writeable = yes
	create mask = 770
	directory mask = 770
[webpics]
        comment = Website Pictures
	path = /var/www/html/webpics
	writeable = yes
[profiles]
	comment = Roaming Profiles
	path = /home/profiles
	writeable = yes
	browseable = no
	create mask = 600
	directory mask = 700




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]