Dustin Ash
2005-Oct-12 17:23 UTC
[Samba] Windows XP client changes not being saved via Samba
[global]
workgroup = IIG
netbios name = TUX
server string = Samba Server
interfaces = 192.168.0.10/24
update encrypted = Yes
logon path = \\TUX\profile\%u
logon drive = H:
domain logons = Yes
os level = 65
preferred master = Yes
domain master = Yes
wins server = 127.0.0.1
wins support = Yes
ldap ssl = no
admin users = root, @root, rachel
write list = @root
printer admin = exegete, root, @root, rachel
printing = lprng
print command = lpr -r -P'%p' %s
lpq command = lpq -P'%p'
lprm command = lprm -P'%p' %j
lppause command = lpc hold '%p' %j
lpresume command = lpc release '%p' %j
queuepause command = lpc stop '%p'
queueresume command = lpc start '%p'
[homes]
read only = No
[Z-Drive]
path = /mnt/storage/z-drive/
valid users = @samba
read list = @samba
write list = @root, @samba
create mask = 0774
directory mask = 0775
guest ok = Yes
[netlogon]
comment = Network Logon Service
path = /mnt/storage/netlogon
guest ok = Yes
browseable = No
[Y-Drive]
path = /mnt/storage/y-drive/
valid users = @samba
read list = @samba
write list = @root, @samba
read only = No
[profile]
path = /mnt/storage/profile
#profile acls = yes
#csc policy = disable
valid users = @samba
read list = @samba
write list = @root, @samba
#force group = samba
create mask = 0660
directory mask = 0770
#force create mode = 0660
#force directory mode = 0770
#read only = no
Dustin Ash
2005-Oct-12 17:33 UTC
[Samba] Re: Windows XP client changes not being saved via Samba
Oh wow, looks like I some how managed to send this without the question. Sorry. I'm new to samba and have been reading the samba.org page all morning. My problem is we are running a network with samba for roaming profiles for our Windows XP clients. When the clients log out, the changes they make to there machines aren't being saved. For example, one employee logged out and when he logged back in his desktop was flooded with all the files he had deleted or moved in the past month. I'm not too familiar with Samba and the person who set it up is not here for the week. I'd really like to fix the problem, but I don't want to make it worse. Here is a copy of the Samba config file. It's not the same as a lot of examples I see, and I'm not really sure why. Can anyone shed> [global] > workgroup = IIG > netbios name = TUX > server string = Samba Server > interfaces = 192.168.0.10/24 > update encrypted = Yes > logon path = \\TUX\profile\%u > logon drive = H: > domain logons = Yes > os level = 65 > preferred master = Yes > domain master = Yes > wins server = 127.0.0.1 > wins support = Yes > ldap ssl = no > admin users = root, @root, rachel > write list = @root > printer admin = exegete, root, @root, rachel > printing = lprng > print command = lpr -r -P'%p' %s > lpq command = lpq -P'%p' > lprm command = lprm -P'%p' %j > lppause command = lpc hold '%p' %j > lpresume command = lpc release '%p' %j > queuepause command = lpc stop '%p' > queueresume command = lpc start '%p' > > [homes] > read only = No > > [Z-Drive] > path = /mnt/storage/z-drive/ > valid users = @samba > read list = @samba > write list = @root, @samba > create mask = 0774 > directory mask = 0775 > guest ok = Yes > > [netlogon] > comment = Network Logon Service > path = /mnt/storage/netlogon > guest ok = Yes > browseable = No > > [Y-Drive] > path = /mnt/storage/y-drive/ > valid users = @samba > read list = @samba > write list = @root, @samba > read only = No > > [profile] > path = /mnt/storage/profile > #profile acls = yes > #csc policy = disable > valid users = @samba > read list = @samba > write list = @root, @samba > #force group = samba > create mask = 0660 > directory mask = 0770 > #force create mode = 0660 > #force directory mode = 0770 > #read only = no > >