I CANNOT GET MY W2K TO CATCH UP ON THE ROAMING PROFILES ON THE SERVER. EACH TIME I LOGGON ON THE DOMAIN...THE ERROR I GET..IS I DO NOT HAVE PERMISSION FOR THE FOLDER. PLEASE ADVICE....... BELOW IS MY SMB.CONF [global] workgroup = SAMBAPDC netbios name = PCSERVER server string = Primary Domain Server running SAMBA%v min passwd length = 6 obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*Unix*Password* %n\n *Retype*new*Unix*password*%n\n *passwd: all authentication tokens updated successfully* %n passwd chat debug = Yes username level = 7 unix password sync = Yes log level = 2 log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RNDBUF=8192 SO_SRVBUF=8192 add user script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine Account' -s /bin/false -M %u logon path = \\%L\pcshare\profile\%u domain logons = Yes os level = 64 preferred master = True domain master = True admin users = root hosts allow = 127.0.0.1 192.168.2.0/255.255.255.0 [homes] comment = Home Directories read only = No browseable = No [profile] path = /home/samba/profile read only = No create mask = 07777 directory mask = 07777 browseable = No
> I CANNOT GET MY W2K TO CATCH UP ON THE ROAMING PROFILES ON THE > SERVER. EACH TIME I LOGGON ON THE DOMAIN...THE ERROR I GET..IS I DO > NOT HAVE PERMISSION FOR THE FOLDER. > PLEASE ADVICE.......Stop yelling. RTFM especially have a look at docs/README.Win2kSP2 "In order to server profiles successfully to Windows 2000 SP2 clients (when not operating as a PDC), Samba must have nt acl support = no added to the file share which houses the roaming profiles. If this is not done, then the Windows 2000 SP2 client will complain about not being able to access the profile (Access Denied) and create multiple copies of it on disk..." Christopher -- ===================================================== Dipl.-Ing. Christopher Odenbach HNI Rechnerbetrieb odenbach@uni-paderborn.de Tel.: +49 5251 60 6215 ======================================================
check the user access on the client! Gurnish Anand schrieb:> I CANNOT GET MY W2K TO CATCH UP ON THE ROAMING PROFILES ON THE SERVER. > EACH TIME I LOGGON ON THE DOMAIN...THE ERROR I GET..IS I DO NOT HAVE > PERMISSION FOR THE FOLDER. > PLEASE ADVICE....... > > BELOW IS MY SMB.CONF > > > > > [global] > workgroup = SAMBAPDC > netbios name = PCSERVER > server string = Primary Domain Server running SAMBA%v > min passwd length = 6 > obey pam restrictions = Yes > pam password change = Yes > passwd program = /usr/bin/passwd %u > passwd chat = *New*Unix*Password* %n\n *Retype*new*Unix*password*%n\n > *passwd: all authentication tokens updated successfully* %n > passwd chat debug = Yes > username level = 7 > unix password sync = Yes > log level = 2 > log file = /var/log/samba/log.%m > max log size = 50 > socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RNDBUF=8192 > SO_SRVBUF=8192 > add user script = /usr/sbin/useradd -d /dev/null -g machines -c > 'Machine Account' -s /bin/false -M %u > logon path = \\%L\pcshare\profile\%u > domain logons = Yes > os level = 64 > preferred master = True > domain master = True > admin users = root > hosts allow = 127.0.0.1 192.168.2.0/255.255.255.0 > > [homes] > comment = Home Directories > read only = No > browseable = No > > [profile] > path = /home/samba/profile > read only = No > create mask = 07777 > directory mask = 07777 > browseable = No > > > >