[Samba] Badly need some help with those BEEEEEP roaming profile....

Pierre Francoeur pflist at pfinfo.net
Sat Jun 7 19:17:26 GMT 2003


Hi all,
I've got a Samba PDC working on Slackware 9.0 with clients running Win2k SP3 French.
Everything runs fine, except one thing. I suppose you guessed what... (eh... no? erm...) the roaming profile.

I've been googling / reading howtos / searching the archive for some time now, still can't find what is the problem.

Here's the behaviour i get:

Everything is ok, the profile get saved on the PDC when a user logout, but the machine just don't use it when the user log in again! I've even deleted the local cached profile and tried logging in, it just create a new profile using the local "Default User". I've search my logs on samba, found nothing unusual. I've searched my events in windows, found nothing unusual. I've never heard/seen anyone having that kind of trouble... could it be the fact that my windows are french? I'd be surprised...

If anyone can help me, or give me any urls where i could find more documentation or any kind of advice, it would be really appreciated!

here's my smb.conf

kalto at pdc:~$ cat /etc/samba/smb.conf
[global]
   netbios name = PDC
   workgroup = PFINFO.NET
   server string = "PDC.PFINFO.NET"
   domain logons = yes
   os level = 64
   preferred master = yes
   encrypt passwords = yes
   hide unreadable = yes
   hide dot files= yes
   log level = 1
   log file = /var/log/samba/%m.log
   security = user
   socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   time server = yes
   wins support = yes
   logon drive = Z:
   logon home = \\%L\%u
   logon path = \\%L\profiles\%u
   logon script = logon.bat
   hosts allow = 10.0.0.0/255.255.255.224 127.0.0.1 EXCEPT 10.0.0.1
   hosts deny = ALL
   interfaces = 10.0.0.0/255.255.255.224 127.0.0.1
   bind interfaces only = Yes
   browseable = no

[homes]
   browseable = no
   read only = no
   create mode = 0600
   directory mode = 0700

[public]
   browseable = yes
   create mode = 0660
   directory mode = 0770
   valid users = @dcusers
   path = /home/public
   read only = no

[netlogon]
   path = /home/netlogon

[profiles]
   valid users = @dcusers
   create mode = 0600
   csc policy = disable
   directory mode = 0700
   path = /home/profiles
   profile acls = yes
   read only = no
   nt acl support = no



More information about the samba mailing list