1 Aug 2012 09:39
samba3x PDC and Win XP
I am at my wits end on this one. Ever since I upgraded to samba3x
(present version 3.5.10-0.110.el5_8) in preparation for adding a Win 7
client, my WinXP client can no longer find their roaming profiles nor
can they assign their home shares to a drive at login. Logins and
authentication work just fine and I can see the home and profile shares
from the Win XP client after login. My smb.conf file contains (here are
some essential snippets):
# the login script name depends on the machine name
; logon script = %m.bat
# the login script name depends on the unix user used
; logon script = %u.bat
logon script = logon.bat
# disables profiles support by specifing an empty path
; logon path =
logon path = \\%L\profile\%u\%m
logon home = \\%L\%u
logon drive = H:
[homes]
path = /mnt/home/%u
comment = Home Directories
browseable = no
writable = yes
valid users = %S
guest ok = no
inherit permissions = yes
[profile]
path = /mnt/home/profile
(Continue reading)
RSS Feed