From owner-freebsd-questions Fri Nov 8 11:26:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA4737B401 for ; Fri, 8 Nov 2002 11:26:55 -0800 (PST) Received: from mailhub-1.iastate.edu (mailhub-1.iastate.edu [129.186.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C5843E42 for ; Fri, 8 Nov 2002 11:26:53 -0800 (PST) (envelope-from bhagedor@iastate.edu) Received: from mailout-1.iastate.edu (mailout-1.iastate.edu [129.186.140.1]) by mailhub-1.iastate.edu (8.9.3/8.9.3) with SMTP id NAA13783; Fri, 8 Nov 2002 13:26:50 -0600 Received: from dakine.student.iastate.edu(64.113.71.51) by mailout-1.iastate.edu via csmap id 27826; Fri, 08 Nov 2002 13:39:38 -0600 (CST) From: "Brandon Hagedorn" To: , Subject: Samba 2.2.6 bug with Windows XP Date: Fri, 8 Nov 2002 13:26:44 -0600 Message-ID: <004c01c2875c$c59e6bb0$33477140@DAKINE> 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.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is this a bug or what... Setup: samba-2.2.6.p2_1 as Windows PDC Installed via ports on FreeBSD 4.7 RELEASE on install I enabled Syslog support, Recycle Bin, and Quota support. Everything installs properly I created the groups machines:201, and admins:200. Added every user with the command "smbpasswd -a " Also added every machine with this command "smbpasswd -a -m " Edited the password file via "vipw" And added the lines in it corresponding machine_name$:*:201:201::0:0:Machine account for a machine:/dev/null:false After that I created the following smb.conf file. -------------------------------------------------------- # Global parameters [global] workgroup = LEOPOLDNET netbios name = GRUMPY server string = PDC for Leopold Center encrypt passwords = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n unix password sync = Yes log level = 2 log file = /var/log/samba/log.%m max log size = 1000 add user script = /usr/sbin/adduser -home /dev/null -group machines -shell /bin/false logon script = %U.bat logon path = \\%L\profiles\%U logon drive = h: domain logons = Yes os level = 64 preferred master = True domain master = True wins server = 129.186.142.179 [netlogon] browseable = no path = /raid/samba/netlogon write list = @admin, flint, root [homes] comment = Home Directories read only = No browseable = No [profiles] path = /raid/samba/profiles browseable = no writable = yes read only = No create mask = 0600 directory mask = 0700 browseable = No [raid] path = /raid browseable = No read only = No vfs object = /usr/local/lib/samba/recycle.so vfs options = recycle=.recycle [private] path = /raid/samba/storage/private security= user browseable = No read only = no directory mask = 0700 valid users = test, flint, root, zack vfs object = /usr/local/lib/samba/recycle.so vfs options = recycle=.recycle [public] path = /raid/samba/storage/public browseable = No read only = no create mask = 0600 directory mask = 0700 valid users = test, flint, root, zack vfs object = /usr/local/lib/samba/recycle.so vfs options = recycle=.recycle ---------------------------------------------------------------------- Started samba by uncomment the lines in /etc/inetd.conf associated smbd and nmbd. On the windows XP machines, I did the following. Applied the sign_or_seal registry patch and proceeded to add them to the domain. The first machine went fine... Login, ran login.bat, and Profiles copied back the samba server for roaming profiles when logged out. I proceeded to add another machine to the domain. It added it to the domain, but once I restarted the machine, I tried to login and "NO GO" on both of the machines now. Is there something I'm doing wrong when adding the second machine, please tell me if I am, or tell me a way to fix this annoying problem. Have tried Samba 3.0 too, and even older versions then the one I said earlier. I'm thinking this is a bug of some sort. Any comments are appreciated. --Brandon Hagedorn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message