From jclaeson@cs.washington.edu Thu Jun 13 01:30:01 2002 Received: from mailscan3.cac.washington.edu (mailscan3.cac.washington.edu [140.142.32.15]) by lists.u.washington.edu (8.12.1+UW01.12/8.12.1+UW02.01) with SMTP id g5D8Tww3100570 for ; Thu, 13 Jun 2002 01:29:58 -0700 Received: FROM mxu2.u.washington.edu BY mailscan3.cac.washington.edu ; Thu Jun 13 01:29:58 2002 -0700 Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mxu2.u.washington.edu (8.12.1+UW01.12/8.12.1+UW02.01) with ESMTP id g5D8TwhS024363 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Thu, 13 Jun 2002 01:29:58 -0700 Received: (qmail 16226 invoked from network); 13 Jun 2002 08:29:58 -0000 Received: from unknown (HELO case) ([216.231.34.55]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Jun 2002 08:29:58 -0000 From: "Jeremy Claeson" To: Subject: samba & roaming profiles Date: Thu, 13 Jun 2002 01:29:54 -0700 Message-ID: <000001c212b4$7e4883d0$6500a8c0@case> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 I am currently attempting to get roaming profiles working for my samba PDC. I have successfully joined my Win XP Pro and Win2k machines to the domain and configured the necessary logon and profile info correctly (I think). However, no profiles are being created/accessed upon logon of any users. The computer continues to use the local profile yet there are no error messages at logon or in the log files. Below is my smb.conf. Any insight would be much appreciated! Thanks! # Samba config file created using SWAT # from case.supercoolgorp.com (192.168.0.101) # Date: 2002/06/13 01:14:42 # Global parameters [global] workgroup = MATRIX netbios name = TURING server string = Samba %v encrypt passwords = Yes passwd program = /usr/bin/passwd %u username map = /usr/local/etc/users.map password level = 2 username level = 5 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_SNDBUF=8192 SO_RCVBUF=8192 logon script = netlogon.bat logon path = \\turing\profiles\%U logon drive = G: logon home = \\turing\%U\profile domain logons = Yes os level = 65 preferred master = True domain master = True lock dir = /usr/local/locks guest account = pcguest invalid users = bin daemon sys man postfix system accounts admin users = root [homes] comment = Home Directories guest account = read only = No [media] comment = Media files path = /usr/samba/fileshare/media valid users = jclaeson clc read only = No create mask = 0765 [software] comment = Archived Software Collection path = /usr/samba/fileshare/software valid users = jclaeson clc read only = No create mask = 0765 [fileserver] comment = Network fileserver path = /usr/samba/fileshare/fileserver valid users = jclaeson clc read only = No create mask = 0765 [profiles] path = /usr/samba/fileshare/profiles guest account = read only = No create mask = 0600 directory mask = 0700 browseable = No [netlogon] path = /home/netlogon write list = jclaeson clc [jclaeson@turing jclaeson]$ .