Re: [Samba] logon script problem

2007-05-03 Thread Fabio Marcone
Hi! Rune Tønnesen wrote: > hi Fabio > > Can you browse the netlogon share from the client? > set browseable = yes > set available = yes yes > as root try from a windows client > \\servername\netlogon I can't log as root on clients Fabio -- Dott. Fabio Marcone 2T srl Telefono

[Samba] logon script problem

2007-05-03 Thread Fabio Marcone
Hi, I've a problem with "logon script" parameter: client doesn't run this script and i've no error in samba logs. I'm using samba 3.0.24 (etch) with windows XP SP2 client side. workstation was joined in domain and user login (using roaming profiles) is executed without errors. I used unix2dos too

Re: [Samba] Logon script problem

2007-01-15 Thread Felipe Augusto van de Wiel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/12/2007 03:00 AM, Christophe Raluy escreveu: > Hello, > I've changed my Samba Server 2.2.7a on a Mandrake 9.1 (2.4.21) for a > Samba server 3.0.20-3.1 (with samba-vscan-clamav-3.0.20-3.1) on a > Mandrake 2006 (2.6.12). I've always used for the sa

[Samba] Logon script problem

2007-01-11 Thread Christophe Raluy
Hello, I've changed my Samba Server 2.2.7a on a Mandrake 9.1 (2.4.21) for a Samba server 3.0.20-3.1 (with samba-vscan-clamav-3.0.20-3.1) on a Mandrake 2006 (2.6.12). I've always used for the samba clients (WXP pro) the logon scripts created by make_logon_script. In this script, I used to use t

Re: [Samba] Logon script problem

2004-07-01 Thread rruegner
Hi i ,sometimes got trouble with auto home mapping and solved this with a logon script for this usersgroup with this parameters loginscript @echo off echo %USERNAME% REM expands to the inlogging user net use x: \\bdc\%USERNAME% /persistent:no REM will make sure that the users home is mounted to x:

Re: [Samba] Logon script problem

2004-06-30 Thread Jason Lieurance
Thanks Tim and anyone else who offered a solution. The problem was the 'net use * /d /y' line at the very beginning of the script. Removing it solved the problem. -- Jason Tim Tait said: > Jason Lieurance wrote: > >>John H Terpstra said: >> >> >> >>>When a user logs onto a domain member machine

RE: [Samba] Logon script problem

2004-06-30 Thread Jason Lieurance
John H Terpstra said: > When a user logs onto a domain member machine a drive connection is automatically > set up to the NETLOGON share. > The drive letter used is the last letter available (usually Z:). This connection > is mostly dropped on completion of logon. > > Files can be executed off an

RE: [Samba] Logon script problem

2004-06-30 Thread John H Terpstra
> Original Message > Subject: Re: [Samba] Logon script problem > From: "Jason Lieurance" <[EMAIL PROTECTED]> > Date: Wed, June 30, 2004 7:28 am > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > > Hello, > > Thanks for the reply. Yes

Re: [Samba] Logon script problem

2004-06-30 Thread Jason Lieurance
OMPAQ\TEMP NET USE V: \\COMPAQ\VIPER PAUSE I don't know what to do next. -- Jason - Original Message - From: "Jason Lieurance" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 2004 3:57 PM Subject: [Samba] Logon script problem Hello, I

[Samba] Logon script problem

2004-06-30 Thread Jason Lieurance
Hello, I'm running samba 3.02 on freebsd 4.7. Client systems are WinXP Pro Srv Pk 1. Anyway, the logon script has issues, I added a pause statement to view it. It says: There are open files and/or incomplete directory searches pending on the connection to Z: The command completed successfully.

[Samba] Logon script problem

2004-06-29 Thread Jason Lieurance
Hello, I'm running samba 3.02 on freebsd 4.7. Client systems are WinXP Pro Srv Pk 1. Anyway, the logon script has issues, I added a pause statement to view it. It says: There are open files and/or incomplete directory searches pending on the connection to Z: The command completed successfully.