Koozali.org: home of the SME Server

NetLogon

Thomas J. Carlin III

NetLogon
« 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.

Laurent

Re: NetLogon
« Reply #1 on: October 27, 2001, 07:18:23 PM »
logon drive = letter

z: is default on smb.conf

guestFF

Re: NetLogon
« Reply #2 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

guestFF

Re: NetLogon
« Reply #3 on: October 28, 2001, 02:40:40 AM »
Got it,


Put it in the global section.

Thanks.

Des Dougan

Re: NetLogon
« Reply #4 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

BK

Re: NetLogon
« Reply #5 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.

guestFF

Re: NetLogon
« Reply #6 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

Greg Zartman

Re: NetLogon
« Reply #7 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

BK

Re: NetLogon
« Reply #8 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....