From owner-freebsd-questions Thu May 17 7:23: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9402.mail.yahoo.com (web9402.mail.yahoo.com [216.136.129.108]) by hub.freebsd.org (Postfix) with SMTP id 1D50E37B422 for ; Thu, 17 May 2001 07:22:58 -0700 (PDT) (envelope-from eric_boucher60@yahoo.com) Message-ID: <20010517142258.81851.qmail@web9402.mail.yahoo.com> Received: from [207.164.184.163] by web9402.mail.yahoo.com; Thu, 17 May 2001 07:22:58 PDT Date: Thu, 17 May 2001 07:22:58 -0700 (PDT) From: Eric Boucher Subject: SAMBA: a simple logon script doesn't work To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I am using a FreeBSD smb_server with a win2k Pro client. I can't get a simple logon script to work. Here is it (it's only a test to see if it works): @echo off^M echo.^M echo This is a test^M echo.^M pause^M It is named test.bat and it's in the path:/usr/samba/netlogon In my smb.conf file, I have these configuration: [global] ... logon script = test.bat ... [netlogon] path = /usr/samba/netlogon browseable = no (I also tried yes) The permission for netlogon are: drwxr_xr_x The permission for the test.bat : _rwxr_xr_x The permission for /usr and /usr/samba are the same as netlogon. Does somebody know what I am missing? Thanks Eric __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message