Robert Dowding
2003-Apr-10 18:21 UTC
[Samba] Roaming Profiles for Domain USERS not saved with XP Client.
Okay, I don't have much hair left and I am ready to pull it out. I am
running samba 2.2.7a as a PDC for Windows XP clients. Everything works fine
for DOMAIN users who are in the administrators group on the XP workstation.
My problem is if users are in the Power Users or Users group on the XP
client, then when the log out changes to their profiles are not saved back
to the server.
I know they have permissions to write to the [profile] share (I have mounted
the profile share on the workstations and tried to write to it...no
problem). I have also tried the profile acls = yes in the profile share,
but still no luck. And yes I have set the XP group policies to not check
for ownership of Roaming profile.
I would appreciate any insight anyone can provide on this.
Many Thanks...Rob
# Samba config file created using SWAT
# Global parameters
[global]
workgroup = NAVTECH
netbios name = HSNAVLGWMSS
server string = [78] - LGW File Server
security = user
encrypt passwords = Yes
log level = 10
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
load printers = No
domain admin group = @winadm
domain guest group = @winusr
admin users = root
logon script = logon.bat
logon home = \\%L\%U\
logon drive = H:
logon path = \\%L\%U\profile
domain logons = Yes
os level = 99
preferred master = True
domain master = True
local master = True
wins support = Yes
host msdfs = Yes
invalid users = bin daemon adm sync shutdown cron halt mail news
uucp operator gopher lp ftp named pvm piranah mysql
[profile]
profile acls = yes
force create mode = 0660
csc policy = disable
force directory mode = 0770
write list = @winusr
force group = winusr
path = /samba-cifs/users/%u/profile
read only = no
[homes]
comment = Home Directories
path = /samba-cifs/users/%u
read only = No
browseable = No
Bradley W. Langhorst
2003-Apr-10 18:37 UTC
[Samba] Roaming Profiles for Domain USERS not saved with XP Client.
On Thu, 2003-04-10 at 14:21, Robert Dowding wrote:> > [profile] > profile acls = yes > force create mode = 0660 > csc policy = disable > force directory mode = 0770 > write list = @winusr > force group = winusr > path = /samba-cifs/users/%u/profile > read only = nodon't do that put the profile in it's own share... this is clearly stated in the howto Note: [lkcl 26aug96 - we have discovered a problem where Windows clients can maintain a connection to the [homes] share in between logins. The [homes] share must NOT therefore be used in a profile path.]> > [homes] > comment = Home Directories > path = /samba-cifs/users/%u > read only = No > browseable = No > > > > > > > > > > > > > > > > > > > > > > >-- Bradley W. Langhorst <brad@langhorst.com>