I cannot figure out why my logon script does not work. Here are my settings. Here is my smb.conf: login script = netlogon\logon.bat [netlogon] comment = Network Logon Service path = /home/netlogon admin users = @ntadmins write list = @ntadmins guest ok = Yes locking = No Here is my logon.bat: @echo off net time \\servername /set /yes net use p: \\servername\profiles\%username% When I execute logon.bat from a command line, the drive is properly mounted. I want this script to execute at logon time like it is supposed to. Any ideas as to why this fails? Thanks, Matt
login script = netlogon\logon.bat wrong! login script = logon.bat right :) Matt Schwartz escribi?:> I cannot figure out why my logon script does not work. Here are my > settings. Here is my smb.conf: > > login script = netlogon\logon.bat > [netlogon] > comment = Network Logon Service > path = /home/netlogon > admin users = @ntadmins > write list = @ntadmins > guest ok = Yes > locking = No > > Here is my logon.bat: > > @echo off > net time \\servername /set /yes > net use p: \\servername\profiles\%username% > > When I execute logon.bat from a command line, the drive is properly > mounted. I want this script to execute at logon time like it is > supposed to. Any ideas as to why this fails? > Thanks, > Matt > >
Matt, Just curious, why are you mapping the profiles? in almost all situations you would hide the profile share. I think what you intended to map is a share folder, not the users profile share. if this is a windows 98 machine then you would need to add net use H:\\server\home to map the home folder, on XP it maps automatically --mark ----- Original Message ----- From: "Matt Schwartz" <mschwartz@dcscorp.net> To: <samba@lists.samba.org> Sent: Friday, June 24, 2005 4:30 PM Subject: [Samba] logon script not working>I cannot figure out why my logon script does not work. Here are my >settings. Here is my smb.conf: > > login script = netlogon\logon.bat > [netlogon] > comment = Network Logon Service > path = /home/netlogon > admin users = @ntadmins > write list = @ntadmins > guest ok = Yes > locking = No > > Here is my logon.bat: > > @echo off > net time \\servername /set /yes > net use p: \\servername\profiles\%username% > > When I execute logon.bat from a command line, the drive is properly > mounted. I want this script to execute at logon time like it is supposed > to. Any ideas as to why this fails? > Thanks, > Matt > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba