Date: Thu, 17 May 2001 07:22:58 -0700 (PDT) From: Eric Boucher <eric_boucher60@yahoo.com> To: FreeBSD <freebsd-questions@FreeBSD.ORG> Subject: SAMBA: a simple logon script doesn't work Message-ID: <20010517142258.81851.qmail@web9402.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010517142258.81851.qmail>