Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Thomas J. Carlin III on October 27, 2001, 08:29:14 AM

Title: NetLogon
Post by: Thomas J. Carlin III on October 27, 2001, 08:29:14 AM
Where would I find the script that maps the Z: drive on a windows share?  I have examined the netlogon.bat but nothing is there re: the mapping of the z: drive.
Title: Re: NetLogon
Post by: Laurent on October 27, 2001, 07:18:23 PM
logon drive = letter

z: is default on smb.conf
Title: Re: NetLogon
Post by: guestFF on October 27, 2001, 08:42:05 PM
Laurent,

Can you tell me (us) where to put the line 'logon drive = x' within smb.conf

HFW
Title: Re: NetLogon
Post by: guestFF on October 28, 2001, 02:40:40 AM
Got it,


Put it in the global section.

Thanks.
Title: Re: NetLogon
Post by: Des Dougan on October 28, 2001, 03:58:46 AM
The Z: drive is automatically mapped to the NETLOGON share at logon time - that is how the NETLOGON.BAT is able to execute. What exactly are you trying to do - it wasn't clear to me from your message.


Des Dougan
Title: Re: NetLogon
Post by: BK on October 29, 2001, 06:08:48 AM
Can i have both global logon script and user logon script running at the same time? is there something like a group logon script?

I have tried enabling the global script but hten my user logon script stop running... pls advise...

Thanks.
Title: Re: NetLogon
Post by: guestFF on November 02, 2001, 09:03:12 PM
BK,

I believe the SMB.CONF has comments about this. Please examine the SMB.CONF in /etc.

HFW
Title: Re: NetLogon
Post by: Greg Zartman on November 03, 2001, 02:50:34 AM
Bad move all of you... On SME/E-smith server, you NEVER edit the Unix configuration files.  You find out the problem and edit/make a custom fragment to fix it.  

Messing with the smb.conf file will solve your problem in the short run, but watch out next time you try to upgrade....

Greg Zartman
Title: Re: NetLogon
Post by: BK on November 05, 2001, 04:01:40 AM
I read through it... I uncomment the netlogon.bat and the %U.bat but it only execute the netlogon.bat and not my user's %u.bat....