Hello,
	My company has decided to upgrade everyone from win98 to winXP.  So, I've 
begun the process of setting up a test network to test samba with winXP 
before the XP rollout begins.  I downloaded samba-3.0b1 a couple weeks ago, 
compiled it, and started configuring it.  For the most part everything has 
been a breeze.  I have a winXP SP1a machine on the test network that 
currently sees the samba server as the domain controller, joined the domain 
ok, machine account was automatically created, test user logs in fine, runs 
test user's logon script ok, test user is able to access the shares on the 
server without a hitch.  The only issue I am having thus far is the fact that 
after logging the test user out of the winxp machine, no profile information 
is saved...anywhere.  So, for each login, the test user starts out with the 
local default profile.  When the test user logs on a directory is created on 
the profile share with the users name, but nothing is ever saved to it.   
I've made sure that the registry edits / group policy edits that the samba 
howto lists have been made.   Am I missing something?
==================== smb.conf ======================[global]
netbios name = SAMBA
workgroup = TEST-WRKGRP
os level = 99
preferred master = yes
domain master = yes
local master = yes
            
security = user
encrypt passwords = yes
guest account = smbuser
add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false
%u'$'
domain logons = yes
logon path = \\samba\profile\%U
logon drive = H:
logon home = \\samba\%U\.profile
logon script = scripts\%U.bat
log level = 3
log file = /usr/local/samba/var/%U.log
wins support = yes
server string = PDC
[netlogon]
path = /usr/local/samba/netlogon
read only = yes
write list = ntadmin
[profile]
path = /usr/local/samba/profile
read only = no
create mask = 0600
directory mask = 0700
[homes]
valid users = %S
browseable = no
read only = no
create mask = 0600
create mode = 0700
[temp]
path = /tmp
read only = no
create mask = 0660
create mode = 0770
===================================================
-= Jesse =-
Xavier Nicollet
2003-Jul-30  16:19 UTC
[Samba] WinXP Roaming Profiles - Samba 3.0b1 Problem
Le 29 juillet 2003 ? 12:54, Book, Jesse a ?crit:> [profile] > path = /usr/local/samba/profile > read only = no > create mask = 0600 > directory mask = 0700Check the permissions of /usr/local/samba/profile. Just my 2 cents tip. -- Nicollet Xavier EFREI Linux: http://www.linux.efrei.fr/