[Samba] logon script not working
Mark Sarria
marksarria at socal.rr.com
Sat Jun 25 00:35:23 GMT 2005
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 at dcscorp.net>
To: <samba at 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
More information about the samba
mailing list